1
0
mirror of https://github.com/journey-ad/Moe-Counter.git synced 2024-11-12 02:00:58 +01:00
多种风格可选的萌萌计数器
Go to file
2024-11-02 21:47:27 +08:00
.github/ISSUE_TEMPLATE Update contribute-theme.yml 2024-10-22 11:32:39 +08:00
assets feat: Improve performance 2024-11-02 21:44:48 +08:00
db feat: use .env instead of config.yml as configuration file #66 2024-10-29 00:24:12 +08:00
utils feat: Improve performance 2024-11-02 21:44:48 +08:00
views feat: Improve performance 2024-11-02 21:44:48 +08:00
.env.example feat: Add GA_ID and LOG_LEVEL environment variables 2024-10-31 13:58:21 +08:00
.gitignore feat: Add GA_ID and LOG_LEVEL environment variables 2024-10-31 13:58:21 +08:00
docker-compose.yml feat: add docker deploy 2023-04-04 10:10:55 +08:00
Dockerfile feat: add docker deploy 2023-04-04 10:10:55 +08:00
index.js feat: Improve performance 2024-11-02 21:44:48 +08:00
LICENSE Create LICENSE 2020-08-12 18:12:35 +08:00
package.json feat: use .env instead of config.yml as configuration file #66 2024-10-29 00:24:12 +08:00
pnpm-lock.yaml feat: use .env instead of config.yml as configuration file #66 2024-10-29 00:24:12 +08:00
README.md Update README.md 2024-11-02 21:47:27 +08:00

Moe Counter!

多种风格可选的萌萌计数器

Moe Counter!

Featured|HelloGitHub

More theme

Contribute themes is welcome!

3d-num

3d-num

ai-1

ai-1

asoul

asoul

booru-ffsr

booru-ffsr

booru-helltaker

booru-helltaker

booru-huggboo

booru-huggboo

booru-jaypee

booru-jaypee

booru-koe

booru-koe

booru-lewd

booru-lewd

booru-lisu

booru-lisu

booru-mjg

booru-mjg

booru-mof

booru-mof

booru-nandroid

booru-nandroid

booru-qualityhentais

booru-qualityhentais

booru-r6gdrawfriends

booru-r6gdrawfriends

booru-rfck

booru-rfck

booru-smtg

booru-smtg

booru-snyde

booru-snyde

booru-the-collection

booru-the-collection

booru-touhoulat

booru-touhoulat

booru-townofgravityfalls

booru-townofgravityfalls

booru-twifanartsfw

booru-twifanartsfw

booru-ve

booru-ve

booru-vivi

booru-vivi

booru-vp

booru-vp

booru-yuyuyui

booru-yuyuyui

capoo-1

capoo-1

capoo-2

capoo-2

e621

e621

food

food

gelbooru

gelbooru

green

green

kasuterura-1

kasuterura-1

kasuterura-2

kasuterura-2

kasuterura-3

kasuterura-3

kasuterura-4

kasuterura-4

kyun

kyun

love-and-deepspace

love-and-deepspace

minecraft

minecraft

moebooru

moebooru

morden-num

morden-num

nixietube-1

nixietube-1

nixietube-2

nixietube-2

normal-1

normal-1

normal-2

normal-2

original-new

original-new

original-old

original-old

rule34

rule34

shimmie2

shimmie2

sketch-1

sketch-1

sketch-2

sketch-2

Demo

https://count.getloli.com

How to use

For information on counter usage and configuration, refer to the demo website.

Usage

Install

Run on Glitch

Deploying on your own server

$ git clone https://github.com/journey-ad/Moe-Counter.git
$ cd Moe-Counter
$ pnpm install

$ pnpm run start

Configuration

Set .env file to specify the environment variables. .env.example

# Specify your website URL
# APP_SITE=https://count.getloli.com

# Application port
APP_PORT=3000

# Database type: either 'sqlite' or 'mongodb'
DB_TYPE=sqlite

# If using MongoDB, provide the connection string
# DB_URL=mongodb://127.0.0.1:27017

# Database write interval in seconds (0 for real-time)
DB_INTERVAL=60

# Log level: either 'debug' | 'info' | 'warn' | 'error' | 'none'
LOG_LEVEL=debug

# Google Analytics `G-Tag` ID
# GA_ID=G-XXXX

Credits

License

MIT License, excluding all themes


Star History Chart