Cute and customizable hit counter for your website! Forked from Moe-Counter with additional improvements like Redis/MySQL support, bug fixes, and CI/CD Docker deployment.
The above link redirects to the upstream repository. Create an issue here to remind me to merge it in from upstream.
For information on counter usage and configuration, refer to the demo website.
$ docker pull ghcr.io/workingrobot/moe-counter:latest $ docker run -p 3000:3000 -d --name moe-counter ghcr.io/workingrobot/moe-counter:latest$ git clone https://github.com/WorkingRobot/Moe-Counter.git $ cd Moe-Counter $ pnpm install $ pnpm startSet .env file to specify the environment variables. .env.example
# Specify your website URL # APP_SITE=https://count.camora.dev # Application port APP_PORT=3000 # Database type: either 'sqlite', 'mongodb', 'mysql', or 'redis' DB_TYPE=sqlite # If using SQLite, provide the database file path # DB_URL=count.db # If using MongoDB or Redis/Valkey, provide the connection string # DB_URL=redis://127.0.0.1:6379 # If using MySQL, provide the connection string # DB_URL=mysql://127.0.0.1:3306/dbname?user=root&password=root # Database write interval in seconds (0 for real-time, great for redis) DB_INTERVAL=60 # Log level: either 'debug' | 'info' | 'warn' | 'error' | 'none' LOG_LEVEL=info- Render
- A-SOUL_Official
- moebooru
- gelbooru.com NSFW
- Icons8
- And all booru site...
MIT License, excluding all themes