多种风格可选的萌萌计数器
Go to file
Jad 814b1e347c
Merge pull request #45 from journey-ad/master
Merge master branch to replit
2023-03-09 11:49:14 +08:00
assets Update replit repo 2023-03-06 11:28:29 +00: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 Update replit repo 2023-03-06 11:28:29 +00:00
.gitignore perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
.replit Update replit repo 2023-03-06 11:28:29 +00:00
LICENSE Create LICENSE 2020-08-12 18:12:35 +08:00
Readme.md perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
config.yml perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
index.js perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
package-lock.json Update replit repo 2023-03-06 11:28:29 +00:00
package.json perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
replit.nix Update replit repo 2023-03-06 11:28:29 +00: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

Confignation

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