Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natescarlet/starbounddashboard
Realtime starbound server status
https://github.com/natescarlet/starbounddashboard
starbound
Last synced: about 17 hours ago
JSON representation
Realtime starbound server status
- Host: GitHub
- URL: https://github.com/natescarlet/starbounddashboard
- Owner: NateScarlet
- License: mit
- Created: 2018-06-16T16:14:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:09:25.000Z (11 months ago)
- Last Synced: 2023-12-15T06:27:13.982Z (11 months ago)
- Topics: starbound
- Language: TypeScript
- Size: 318 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 星界边境服务器状态揭示板
实时根据日志显示星界边境服务器状态
![intro](intro.png)
## 配置
配置应用目录环境变量`STARBOUND_DASHBOARD_STORAGE`, 默认为`/srv/starbound-dashboard`
参照[config.py](lib/starbound_dashboard/config.py) 在应用目录下建立quart配置文件`etc/config.py`
参照[nginx.conf](nginx.conf)在应用目录下建立nginx配置`etc/nginx.conf`
按你的环境修改[docker-compose.override.yml](docker-compose.override.yml)
## 部署
需求npm和docker
```bash
npm i -d
npm run build
docker-compose up -dV --build
```