All apps · 0 apps
wger-server
Docker app from rorar's Repository
Overview
Install wger-server on Unraid in a few clicks.
Find wger-server 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.
Requirements
Categories
Download Statistics
Related apps
Explore more like this
Explore allLinks
Details
wger/server:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8555]- Network
wger_network- Shell
sh- Privileged
- false
- Extra Params
--health-cmd="wget --no-verbose --tries=1 --spider http://localhost:8000" --health-interval=10s --health-retries=5 --health-start-period=300s --health-timeout=5s
Template configuration
WebUI port for the wger server (container port 8000)
- Target
- 8000
- Default
- 8555
- Value
- 8555
Database engine, e.g. django.db.backends.postgresql
- Default
- django.db.backends.postgresql
- Value
- django.db.backends.postgresql
PostgreSQL database name
- Default
- wger
- Value
- wger
Database username
- Default
- wger
- Value
- wger
Database password
- Value
- wger
Database container hostname (must match your wger-db container name)
- Default
- wger-db
- Value
- wger-db
PostgreSQL database port
- Default
- 5432
- Value
- 5432
Server timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- Default
- Europe/Berlin
- Value
- Europe/Berlin
Base URL of the application, e.g. http://your-server-ip:8555
- Default
- http://localhost
- Value
- http://localhost
Path for static files
- Target
- /home/wger/static
- Default
- /mnt/user/appdata/wger/static/
- Value
- /mnt/user/appdata/wger/static/
Path for media files (uploaded images, etc.)
- Target
- /home/wger/media
- Default
- /mnt/user/appdata/wger/media/
- Value
- /mnt/user/appdata/wger/media/
Django SECRET_KEY – 50 characters, generate with a secure random generator. CHANGE THIS!
- Value
- wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
JWT signing key – must differ from SECRET_KEY. CHANGE THIS!
- Value
- wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
Allow new user registration (True/False)
- Default
- True
- Value
- True
Allow guest access (True/False)
- Default
- True
- Value
- True
Allow video uploads (True/False)
- Default
- True
- Value
- True
Minimum account age in days before user is trusted
- Default
- 21
- Value
- 21
Sync exercises in background via Celery
- Default
- True
- Value
- True
Sync exercise images in background
- Default
- True
- Value
- True
Sync exercise videos in background
- Default
- True
- Value
- True
Sync ingredients in background
- Default
- True
- Value
- True
Source for ingredient data, e.g. 'WGER'
- Default
- WGER
- Value
- WGER
Enable Celery for background tasks (True/False)
- Default
- True
- Value
- True
User ID
- Default
- 99
- Value
- 99
Group ID
- Default
- 100
- Value
- 100
File creation mask
- Default
- 022
- Value
- 022
Django debug mode (required for wger to run correctly)
- Default
- True
- Value
- True
Celery broker URL (Redis)
- Default
- redis://wger-redis:6379/2
- Value
- redis://wger-redis:6379/2
Celery result backend URL (Redis)
- Default
- redis://wger-redis:6379/2
- Value
- redis://wger-redis:6379/2
Password for Celery Flower monitoring UI
- Default
- adminadmin
- Value
- adminadmin
Cache backend class
- Default
- django_redis.cache.RedisCache
- Value
- django_redis.cache.RedisCache
Django cache URL (Redis)
- Default
- redis://wger-redis:6379/1
- Value
- redis://wger-redis:6379/1
Cache timeout in seconds (15 days)
- Default
- 1296000
- Value
- 1296000
Redis cache client class
- Default
- django_redis.client.DefaultClient
- Value
- django_redis.client.DefaultClient
Enable SMTP email notifications (True/False)
- Default
- False
- Value
- False
SMTP server address
SMTP server port
SMTP server username
SMTP server password
Enable TLS for email (True/False)
- Default
- False
- Value
- True
Enable SSL for email (True/False)
- Default
- False
- Value
- False
Sender address for system emails
- Default
- wger Workout Manager
- Value
- wger Workout Manager wger@example.com