多种风格可选的萌萌计数器
Go to file
Fijxu e2a47ce59a uwu 2023-07-16 03:52:29 -04:00
assets uwu 2023-07-16 03:52:29 -04:00
db perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
utils feat: render images as pixelated 2022-05-01 02:09:32 +08:00
views uwu 2023-07-16 03:52:29 -04:00
.gitignore perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
Dockerfile feat: add docker deploy 2023-04-04 10:10:55 +08:00
LICENSE Create LICENSE 2020-08-12 18:12:35 +08:00
Readme.md Update 'Readme.md' 2023-04-05 00:30:11 -04:00
config.yml perf: Use more precise variable naming and support configuration. 2023-04-04 15:01:50 +08:00
docker-compose.yml feat: add docker deploy 2023-04-04 10:10:55 +08:00
index.js perf: Use more precise variable naming and support configuration. 2023-04-04 15:01:50 +08:00
package-lock.json build(deps): bump bl from 2.2.0 to 2.2.1 2020-09-03 23:02:54 +00:00
package.json perf: Delayed writing to database 2023-03-06 18:59:42 +08:00

Readme.md

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:
  # site: https://count.getloli.com # your website
  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