Moe-Counter/docs/README-zhcn.md
2024-10-01 20:48:13 +08:00

2.0 KiB
Raw Permalink Blame History

萌萌计数器

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

English | 简体中文

Moe-Counter

更多风格
asoul

asoul

moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru

演示

https://count.getloli.com

使用

安装

在Replit上运行

在自己的服务器上运行

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

$ yarn start

设置

config.yml

app:
  # site: https://count.getloli.com # your website
  port: 3000

db:
  type: sqlite # sqlite or mongodb

如果你使用的是mongodb需要指定环境变量DB_URL

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

Replit可以使用Secrets, 请查看操作手册

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

鸣谢

许可

FOSSA Status