wger-server
Docker 应用程序 from rorar's Repository
概述
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:8555]- 网络
wger_network- 外壳
sh- 特权
- false
- 额外参数
--health-cmd="wget --no-verbose --tries=1 --spider http://localhost:8000" --health-interval=10s --health-retries=5 --health-start-period=300s --health-timeout=5s
模板配置
WebUI port for the wger server (container port 8000)
- 目标
- 8000
- 默认值
- 8555
- 价值
- 8555
Database engine, e.g. django.db.backends.postgresql
- 默认值
- django.db.backends.postgresql
- 价值
- django.db.backends.postgresql
PostgreSQL database name
- 默认值
- wger
- 价值
- wger
Database username
- 默认值
- wger
- 价值
- wger
Database password
- 价值
- wger
Database container hostname (must match your wger-db container name)
- 默认值
- wger-db
- 价值
- wger-db
PostgreSQL database port
- 默认值
- 5432
- 价值
- 5432
Server timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- 默认值
- Europe/Berlin
- 价值
- Europe/Berlin
Base URL of the application, e.g. http://your-server-ip:8555
- 默认值
- http://localhost
- 价值
- http://localhost
Path for static files
- 目标
- /home/wger/static
- 默认值
- /mnt/user/appdata/wger/static/
- 价值
- /mnt/user/appdata/wger/static/
Path for media files (uploaded images, etc.)
- 目标
- /home/wger/media
- 默认值
- /mnt/user/appdata/wger/media/
- 价值
- /mnt/user/appdata/wger/media/
Django SECRET_KEY – 50 characters, generate with a secure random generator. CHANGE THIS!
- 价值
- wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
JWT signing key – must differ from SECRET_KEY. CHANGE THIS!
- 价值
- wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
Allow new user registration (True/False)
- 默认值
- True
- 价值
- True
Allow guest access (True/False)
- 默认值
- True
- 价值
- True
Allow video uploads (True/False)
- 默认值
- True
- 价值
- True
Minimum account age in days before user is trusted
- 默认值
- 21
- 价值
- 21
Sync exercises in background via Celery
- 默认值
- True
- 价值
- True
Sync exercise images in background
- 默认值
- True
- 价值
- True
Sync exercise videos in background
- 默认值
- True
- 价值
- True
Sync ingredients in background
- 默认值
- True
- 价值
- True
Source for ingredient data, e.g. 'WGER'
- 默认值
- WGER
- 价值
- WGER
Enable Celery for background tasks (True/False)
- 默认值
- True
- 价值
- True
User ID
- 默认值
- 99
- 价值
- 99
Group ID
- 默认值
- 100
- 价值
- 100
File creation mask
- 默认值
- 022
- 价值
- 022
Django debug mode (required for wger to run correctly)
- 默认值
- True
- 价值
- True
Celery broker URL (Redis)
- 默认值
- redis://wger-redis:6379/2
- 价值
- redis://wger-redis:6379/2
Celery result backend URL (Redis)
- 默认值
- redis://wger-redis:6379/2
- 价值
- redis://wger-redis:6379/2
Password for Celery Flower monitoring UI
- 默认值
- adminadmin
- 价值
- adminadmin
Cache backend class
- 默认值
- django_redis.cache.RedisCache
- 价值
- django_redis.cache.RedisCache
Django cache URL (Redis)
- 默认值
- redis://wger-redis:6379/1
- 价值
- redis://wger-redis:6379/1
Cache timeout in seconds (15 days)
- 默认值
- 1296000
- 价值
- 1296000
Redis cache client class
- 默认值
- django_redis.client.DefaultClient
- 价值
- django_redis.client.DefaultClient
Enable SMTP email notifications (True/False)
- 默认值
- False
- 价值
- False
SMTP server address
SMTP server port
SMTP server username
SMTP server password
Enable TLS for email (True/False)
- 默认值
- False
- 价值
- True
Enable SSL for email (True/False)
- 默认值
- False
- 价值
- False
Sender address for system emails
- 默认值
- wger Workout Manager
- 价值
- wger Workout Manager wger@example.com
详细信息
在Unraid 上运行 wger-server 。
wger-server 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。