wger-unraid

wger-unraid

Docker app from rge's Repository

Overview

wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that help you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. It offers a REST API as well, for easy integration with other projects and tools.

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.

Open the Apps tab on your Unraid server Search Community Apps for wger-unraid Review the template variables and paths Click Install

Download Statistics

194,359
Total Downloads
221
This Month
162
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
wger/devel:latest
Last Updated2024-10-04
First Seen2021-10-10

Runtime arguments

Web UI
http://[IP]:[PORT:8000]
Network
sebnet
Shell
sh
Privileged
false

Template configuration

PORTPorttcp

WebUI port: 8000

Target
8000
Default
8000
Value
8555
DJANGO_DB_ENGINEVariable

Database Engine

Default
django.db.backends.postgresql
Value
django.db.backends.postgresql
DJANGO_DB_DATABASEVariable

Database Name

Default
wger
Value
wger
DJANGO_DB_USERVariable

Database User

Default
wger
Value
wger
DJANGO_DB_PASSWORDVariable

Database password

DJANGO_DB_HOSTVariable

Database host

DJANGO_DB_PORTVariable

Database port

Default
5432
Value
5432
TIME_ZONEVariable

Time Zone

Default
US/Central
Value
US/Central
SITE_URLVariable

SITE_URL: ex. http://www.my-local-gym.com

DJANGO_MEDIA_ROOTPathrw

Path to uploaded files

Target
/home/wger/media
Value
/mnt/user/appdata/wger/media
DJANGO_STATIC_ROOTPathrw

DJANGO_STATIC_ROOT

Target
/home/wger/static
Value
/mnt/user/appdata/wger/static
ALLOW_REGISTRATIONVariable

Default: True

Default
True
ALLOW_GUEST_USERSVariable

Default: True

Default
True
SECRET_KEYVariable

Must be 50 characters

ENABLE_EMAILVariable

Enable SMTP email setting: True/False; Default False

Default
False
Value
False
EMAIL_HOSTVariable

EMAIL_HOST

EMAIL_PORTVariable

EMAIL_PORT

EMAIL_HOST_USERVariable

EMAIL_HOST_USER

EMAIL_HOST_PASSWORDVariable

EMAIL_HOST_PASSWORD

EMAIL_USE_TLSVariable

EMAIL_USE_TLS: True/False; Default: False

Default
False
Value
True
EMAIL_USE_SSLVariable

EMAIL_USE_SSL: True/False; Default: False

Default
False
Value
False
FROM_EMAILVariable

FROM_EMAIL

RECAPTCHA_PUBLIC_KEYVariable

RECAPTCHA_PUBLIC_KEY

RECAPTCHA_PRIVATE_KEYVariable

RECAPTCHA_PRIVATE_KEY

NOCAPTCHAVariable

NOCAPTCHA: true/false Default: false

Default
false
Value
False
DJANGO_CACHE_BACKENDVariable

Leave blank for no cache. Otherwise use this example for redis: django_redis.cache.RedisCache

DJANGO_CACHE_TIMEOUTVariable

in seconds

DJANGO_CACHE_LOCATIONVariable

Ex: redis://127.0.0.1:6379/1

DJANGO_CACHE_CLIENT_CLASSVariable

Container Variable: DJANGO_CACHE_CLIENT_CLASS

Default
django_redis.client.DefaultClient
Value
django_redis.client.DefaultClient