1
0
mirror of https://github.com/journey-ad/Moe-Counter.git synced 2024-11-23 23:30:56 +01:00
多种风格可选的萌萌计数器
Go to file
2024-10-20 16:23:18 +08:00
assets chore: Add some themes 2024-10-20 16:23:18 +08:00
db Several updates 2024-10-20 05:11:14 +08:00
utils feat: Add params validate 2024-10-20 08:53:07 +08:00
views feat: Add params validate 2024-10-20 08:53:07 +08:00
.gitignore perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
config.yml Several updates 2024-10-20 05:11:14 +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: Add params validate 2024-10-20 08:53:07 +08:00
LICENSE Create LICENSE 2020-08-12 18:12:35 +08:00
package.json feat: Add params validate 2024-10-20 08:53:07 +08:00
pnpm-lock.yaml feat: Add params validate 2024-10-20 08:53:07 +08:00
README.md feat: Add params validate 2024-10-20 08:53:07 +08:00

Moe-Counter

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

Moe-Counter

More theme

Contribute themes is welcome!

asoul

asoul

moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru

Demo

https://count.getloli.com

How to use

About the counter usage, please see the website homepage.

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

config.yml

app:
  # site: https://count.getloli.com # your website
  port: 3000

db:
  type: sqlite # sqlite or mongodb
  interval: 60 # write to db interval in seconds (0 for realtime)

If using mongodb, you need to specify the environment variable DB_URL

# e.g.
export DB_URL=mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count

Glitch can use .env file, documentation

Credits

License

MIT License, excluding all themes