ProjectZomboidReporter-Web
ProjectZomboidReporter-Web
Aplicación Docker from Natcoso9955's Repository
Visión general
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;
}
Requisitos
ProjectZomboidReporter-API
ProjectZomboidReporter-Frontend
ProjectZomboidReporter-Frontend
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:80]/- Red
bridge- Concha
sh- Privilegiado
- true
- Parámetros adicionales
--restart=unless-stopped
Configuración de plantillas
webUIPorttcp
Container Port: 3050
- Objetivo
- 80
- Por defecto
- 3050
- Valor
- 3050
confPathro
Container Path: /etc/nginx/conf.d
- Objetivo
- /etc/nginx/conf.d
- Por defecto
- /mnt/user/appdata/ProjectZomboidReporter-nginx
- Valor
- /mnt/user/appdata/ProjectZomboidReporter-nginx
Categorías
Descargar estadísticas
324
Descargas totales
Detalles
Repositorio
chrisashtear/zomboid-reporter-nginxÚltima actualización2022-12-11
Visto por primera vez2022-03-04
Ejecute ProjectZomboidReporter-Web en Unraid.
ProjectZomboidReporter-Web se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.