ProjectZomboidReporter-Web
ProjectZomboidReporter-Web
Docker app from Natcoso9955's Repository
Overview
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;
}
Requirements
ProjectZomboidReporter-API
ProjectZomboidReporter-Frontend
ProjectZomboidReporter-Frontend
Runtime arguments
- Web UI
http://[IP]:[PORT:80]/- Network
bridge- Shell
sh- Privileged
- true
- Extra Params
--restart=unless-stopped
Template configuration
webUIPorttcp
Container Port: 3050
- Target
- 80
- Default
- 3050
- Value
- 3050
confPathro
Container Path: /etc/nginx/conf.d
- Target
- /etc/nginx/conf.d
- Default
- /mnt/user/appdata/ProjectZomboidReporter-nginx
- Value
- /mnt/user/appdata/ProjectZomboidReporter-nginx
Categories
Download Statistics
324
Total Downloads
Details
Repository
chrisashtear/zomboid-reporter-nginxLast Updated2022-12-11
First Seen2022-03-04
Run ProjectZomboidReporter-Web on Unraid.
ProjectZomboidReporter-Web is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.