多种风格可选的萌萌计数器
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Fijxu ef98cb9284 Update 'Readme.md' 2 months ago
assets add new theme: asoul 1 year ago
db perf: Delayed writing to database 3 months ago
utils feat: render images as pixelated 1 year ago
views Update 'views/index.pug' 2 months ago
.gitignore perf: Delayed writing to database 3 months ago
Dockerfile feat: add docker deploy 2 months ago
LICENSE Create LICENSE 3 years ago
Readme.md Update 'Readme.md' 2 months ago
config.yml perf: Use more precise variable naming and support configuration. 2 months ago
docker-compose.yml feat: add docker deploy 2 months ago
index.js perf: Use more precise variable naming and support configuration. 2 months ago
package-lock.json build(deps): bump bl from 2.2.0 to 2.2.1 3 years ago
package.json perf: Delayed writing to database 3 months ago

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