All apps · 0 apps
wger-nginx
OfficialDocker app from rorar's Repository
Overview
Nginx reverse proxy that serves static content from shared volumes and forwards requests to the wger server.
Install wger-nginx on Unraid in a few clicks.
Find wger-nginx in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for wger-nginx Review the template variables and paths Click Install
Requirements
Part of the wger stack. Must be on the same Docker network (wger_network) as wger-server.
Categories
Download Statistics
13,118,005,884
Total Downloads
Related apps
Explore more like this
Explore allLinks
Details
Repository
nginx:stableLast Updated2026-06-25
First Seen2026-05-27
Runtime arguments
- Web UI
http://[IP]:[PORT:8557]- Network
wger_network- Shell
sh- Privileged
- false
- Extra Params
--health-cmd="service nginx status" --health-interval=10s --health-retries=5 --health-start-period=30s --health-timeout=5s
Template configuration
PORTPorttcp
HTTP port for the nginx container (container port 80)
- Target
- 80
- Default
- 8557
- Value
- 8557
NGINX_CONFIGPathro
Path to nginx configuration
- Target
- /etc/nginx/conf.d/
- Default
- /mnt/user/appdata/wger/nginx/
- Value
- /mnt/user/appdata/wger/nginx/
STATIC_ROOTPathro
Path to static files (read-only)
- Target
- /wger/static
- Default
- /mnt/user/appdata/wger/static/
- Value
- /mnt/user/appdata/wger/static/
MEDIA_ROOTPathro
Path to media files (read-only)
- Target
- /wger/media
- Default
- /mnt/user/appdata/wger/media/
- Value
- /mnt/user/appdata/wger/media/
PUIDVariable
User ID
- Default
- 99
- Value
- 99
PGIDVariable
Group ID
- Default
- 100
- Value
- 100
UMASKVariable
File creation mask
- Default
- 022
- Value
- 022