aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-19 19:22:43 -0800
committerGitHub <[email protected]>2024-01-19 19:22:43 -0800
commit3c047518c143a03d65ee6338defd58ec6f509df0 (patch)
tree780a2400cf5bb77f4453e73284e663d9b94f8cc5 /Readme.md
parentdocs(readme): simplify (diff)
downloadcounter-3c047518c143a03d65ee6338defd58ec6f509df0.tar.xz
counter-3c047518c143a03d65ee6338defd58ec6f509df0.zip
docs(readme): rename
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md49
1 files changed, 0 insertions, 49 deletions
diff --git a/Readme.md b/Readme.md
deleted file mode 100644
index 0749fbc..0000000
--- a/Readme.md
+++ /dev/null
@@ -1,49 +0,0 @@
-# ☗ Counter
-
-> 多种风格可选的萌萌计数器
-
-<img src="https://counter.due.moe/get/@counter.github?theme=urushi" width="50%">
-
-## Installation
-
-### Self-hosting
-
-```shell
-$ git clone https://github.com/Fuwn/counter.git
-$ cd counter
-$ yarn install
-$ yarn start
-```
-
-### Configuration
-
-```yaml
-# config.yml
-
-app:
- # site: https://counter.due.moe
- port: 3000
-
-db:
- type: sqlite # sqlite, mongodb
-```
-
-#### MongoDB
-
-Expose a `DB_URL` environment variable
-
-```shell
-export DB_URL=mongodb+srv://user:passwd@***.***.***.mongodb.net/db_count
-```
-
-### Resource Attributions
-
-* [A-SOUL_Official](https://space.bilibili.com/703007996)
-* [Moebooru](https://github.com/moebooru/moebooru)
-* [Rule 34](https://rule34.xxx) (NSFW)
-* [Gelbooru](https://gelbooru.com) (NSFW)
-
-### License
-
-This project is licensed with the [MIT License](LICENSE).
-