1
0
mirror of https://github.com/journey-ad/Moe-Counter.git synced 2025-01-19 17:08:43 +01:00
2023-03-09 14:41:48 +08:00
2022-03-03 08:24:37 +00:00
2023-03-06 18:59:42 +08:00
2022-05-01 02:09:32 +08:00
2023-03-06 18:59:42 +08:00
2023-03-06 18:59:42 +08:00
2023-03-06 18:59:42 +08:00
2023-03-06 18:59:42 +08:00
2020-08-12 18:12:35 +08:00
2023-03-06 18:59:42 +08:00
2023-03-09 15:34:29 +09:00

Moe-Counter

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

Moe-Counter

More theme
asoul

asoul

moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru

Demo

https://count.getloli.com

Usage

Install

Run on Replit

Deploying on your own server

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

$ yarn start

Configuration

config.yml

app:
  port: 3000

db:
  type: sqlite # sqlite or mongodb

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

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

replit can use Secrets, documentation

DB_URL="mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count"

Credits

License

FOSSA Status

Description
多种风格可选的萌萌计数器
Readme MIT 2.4 MiB
Languages
JavaScript 67.7%
Pug 19.7%
Less 12.3%
Dockerfile 0.3%