Voltar ao ranking
Moe counter badge with multiple themes! - 多种风格可选的萌萌计数器
badgevisitorsvisitor-countercounter
Métricas principais
Crescimento de estrelas
Estrelas
3k
Forks
288
Crescimento semanal
—
Issues
3
1k2k
ago. de 2020jul. de 2021jul. de 2022jul. de 2023jul. de 2024jul. de 2025jul. de 2026
Artefatosnpm
npm install moe-counterREADME
Moe Counter!
多种风格可选的萌萌计数器
More theme
Contribute themes is welcome!
3d-num
ai-1
asoul
booru-ffsr
booru-helltaker
booru-huggboo
booru-jaypee
booru-koe
booru-lewd
booru-lisu
booru-mjg
booru-mof
booru-nandroid
booru-qualityhentais
booru-r6gdrawfriends
booru-rfck
booru-smtg
booru-snyde
booru-the-collection
booru-touhoulat
booru-townofgravityfalls
booru-twifanartsfw
booru-ve
booru-vivi
booru-vp
booru-yuyuyui
capoo-1
capoo-2
e621
food
gelbooru
green
kasuterura-1
kasuterura-2
kasuterura-3
kasuterura-4
kyun
love-and-deepspace
miku
minecraft
moebooru
morden-num
nixietube-1
nixietube-2
normal-1
normal-2
original-new
original-old
rule34
shimmie2
sketch-1
sketch-2
yousa-ling
Demo
Sponsor / 赞助
This service handles over 10 million requests every month. If Moe Counter! has been useful to you, please consider sponsoring to help keep the server running. Every little bit helps! 💖
Moe Counter! 每月处理超过 1000万 次请求。如果这个项目对你有帮助,恳请赞助支持服务器的持续运行,感谢每一份支持!
Alipay / WeChat Pay(支付宝 / 微信支付)
How to use
For information on counter usage and configuration, refer to the demo website.
Usage
Using Docker (Recommended)
Pull the pre-built image from GitHub Container Registry:
$ docker pull ghcr.io/journey-ad/moe-counter:latest
Run with Docker:
$ docker run -d -p 3000:3000 \
-v $(pwd)/data:/app/data \
-e APP_PORT=3000 \
-e DB_TYPE=sqlite \
ghcr.io/journey-ad/moe-counter:latest
Or use docker-compose:
version: '3'
services:
moe-counter:
image: ghcr.io/journey-ad/moe-counter:latest
ports:
- "3000:3000"
volumes:
- ./data:/app/data
environment:
- APP_PORT=3000
- DB_TYPE=sqlite
Deploying from Source
$ git clone https://github.com/journey-ad/Moe-Counter.git
$ cd Moe-Counter
$ pnpm install
$ pnpm 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
- A-SOUL_Official
- moebooru
- gelbooru.com NSFW
- Icons8
- And all booru site...
License
MIT License, excluding all themes
Repositórios relacionados