Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UniqueStudio/UniqueBBS
Modern BBS written with Vue Suite & Prisma
https://github.com/UniqueStudio/UniqueBBS
Last synced: 3 months ago
JSON representation
Modern BBS written with Vue Suite & Prisma
- Host: GitHub
- URL: https://github.com/UniqueStudio/UniqueBBS
- Owner: UniqueStudio
- License: mit
- Created: 2019-01-07T12:08:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T09:53:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-12T17:34:56.800Z (6 months ago)
- Language: TypeScript
- Homepage: https://bbs.hustunique.com
- Size: 3.7 MB
- Stars: 16
- Watchers: 24
- Forks: 6
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hust - ttzztztz_IT技术论坛
README
# UniqueBBS
## What is this?
UniqueBBS is a modern BBS writen with `vue suite` and `prisma`.
This is going to be used in HUST UniqueStudio as internal tool to improve experience of writing daily / weekly report, wiki, document and in-studio discusion.
## How to deploy?
1. You will need docker-compose to do this deployemnt.
2. use git to clone this project into you local disk.
3. touch a `.env` file in the root dir of this project.
4. Fill this `.env` file with content like below.```
SECRET=XXXXXXXX
WXMSGTOKEN=XXXXXXXX
WXMSGAESKEY=XXXXXXXX
APPID=XXXXXXXX
WXSECRET=XXXXXXXX
AGENTID=XXXXXXXX
```SECRET is the salt of password, you should pick a complex one.
WXMSGTOKEN, WXMSGAESKEY are token and key of Work Wechat push.
APPID, WXSECRET, AGENTID are token and key of Work Wechat login.
5. run `docker-compose build` to build images.
6. run `docker-compose up -d` to run this BBS in daemon.
7. You will get this BBS exposed at port **7010** on you machine, then you can reverse proxy this port use Nginx or Caddy to serve it.