Disappear9 / Moe-counter

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

Home Page:https://count.getloli.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moe-counter

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

Moe-counter

More theme
asoul

asoul

moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru

Demo

https://count.getloli.com

Usage

Install

Run on Repl.it

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: mongodb # 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

repl.it can use .env file, documentation

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

Credits

License

FOSSA Status

About

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

https://count.getloli.com/

License:MIT License


Languages

Language:JavaScript 62.1%Language:Pug 36.3%Language:Dockerfile 1.1%Language:CSS 0.6%