An open API service indexing awesome lists of open source software.

https://github.com/mr-python-in-china/waac-auth-server


https://github.com/mr-python-in-china/waac-auth-server

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## 部署

推荐使用 docker-compose。

```bash
cd docker
export DOMAIN=THE_DOMAIN_NAME
export BASE_URL=THE_BASE_URL
docker compose build
docker compose up
```