All apps · 0 apps
wger-unraid
Docker app from rge's Repository
Overview
Install wger-unraid on Unraid in a few clicks.
Find wger-unraid 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.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allDetails
wger/devel:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8000]- Network
sebnet- Shell
sh- Privileged
- false
Template configuration
WebUI port: 8000
- Target
- 8000
- Default
- 8000
- Value
- 8555
Database Engine
- Default
- django.db.backends.postgresql
- Value
- django.db.backends.postgresql
Database Name
- Default
- wger
- Value
- wger
Database User
- Default
- wger
- Value
- wger
Database password
Database host
Database port
- Default
- 5432
- Value
- 5432
Time Zone
- Default
- US/Central
- Value
- US/Central
SITE_URL: ex. http://www.my-local-gym.com
Path to uploaded files
- Target
- /home/wger/media
- Value
- /mnt/user/appdata/wger/media
DJANGO_STATIC_ROOT
- Target
- /home/wger/static
- Value
- /mnt/user/appdata/wger/static
Default: True
- Default
- True
Default: True
- Default
- True
Must be 50 characters
Enable SMTP email setting: True/False; Default False
- Default
- False
- Value
- False
EMAIL_HOST
EMAIL_PORT
EMAIL_HOST_USER
EMAIL_HOST_PASSWORD
EMAIL_USE_TLS: True/False; Default: False
- Default
- False
- Value
- True
EMAIL_USE_SSL: True/False; Default: False
- Default
- False
- Value
- False
FROM_EMAIL
RECAPTCHA_PUBLIC_KEY
RECAPTCHA_PRIVATE_KEY
NOCAPTCHA: true/false Default: false
- Default
- false
- Value
- False
Leave blank for no cache. Otherwise use this example for redis: django_redis.cache.RedisCache
in seconds
Ex: redis://127.0.0.1:6379/1
Container Variable: DJANGO_CACHE_CLIENT_CLASS
- Default
- django_redis.client.DefaultClient
- Value
- django_redis.client.DefaultClient