ProjectZomboidReporter-Web
chrisashtear/zomboid-reporter-nginx
https://hub.docker.com/r/chrisashtear/zomboid-reporter-nginx/
bridge
sh
true
https://github.com/ChrisAshtear/Zomboid-Server-Stats-Reporter/
https://github.com/ChrisAshtear/Zomboid-Server-Stats-Reporter/
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;
}
GameServers:
http://[IP]:[PORT:80]/
https://github.com/natcoso9955/unRAID-docker/raw/master/icons/projectzomboid-web.png
--restart=always
1646373479
ProjectZomboidReporter-API
ProjectZomboidReporter-Frontend
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;
}
bridge
3050
80
tcp
/mnt/user/appdata/NginxPZreporter
/etc/nginx/conf.d
ro
3050
/mnt/user/appdata/ProjectZomboidReporter-nginx