ProjectZomboidReporter-Web
Docker 应用程序 from Natcoso9955's Repository
概述
This is an nginx server with a custom conf applied. It will grab combined API calls to the api endpoint, and also components from the frontend template.
You will need to download the conf file from the below and modify the below lines to match your server ip, then place in the appdata folder.
https://raw.githubusercontent.com/natcoso9955/Zomboid-Server-Stats-Reporter/main/nginx/default.conf
upstream client {
server YOURSERVERIPHERE:3000;
}
upstream api {
server YOURSERVERIPHERE:3001;
}
要求
ProjectZomboidReporter-API
ProjectZomboidReporter-Frontend
ProjectZomboidReporter-Frontend
运行时参数
- 网络用户界面
http://[IP]:[PORT:80]/- 网络
bridge- 外壳
sh- 特权
- true
- 额外参数
--restart=unless-stopped
模板配置
webUIPorttcp
Container Port: 3050
- 目标
- 80
- 默认值
- 3050
- 价值
- 3050
confPathro
Container Path: /etc/nginx/conf.d
- 目标
- /etc/nginx/conf.d
- 默认值
- /mnt/user/appdata/ProjectZomboidReporter-nginx
- 价值
- /mnt/user/appdata/ProjectZomboidReporter-nginx
下载统计数据
324
下载总数
详细信息
存储库
chrisashtear/zomboid-reporter-nginx最后更新2022-12-11
初见2022-03-04
在Unraid 上运行 ProjectZomboidReporter-Web 。
ProjectZomboidReporter-Web 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。