wger

Manage your personal workouts

★ 3,8 mil Health

Homepage · Source code

Author: wger.de · License: AGPL-3.0

Version: 2.3-dev ·

Acerca de wger

wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that helps 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.

preview


Variables de entorno

Ver variables de entorno
PROJECT
  wger
DOMAIN
  stack.localhost
SECRET_KEY
  wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
SIGNING_KEY
  wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_
TIME_ZONE
  Europe/Berlin
CSRF_TRUSTED_ORIGINS
  https://$PROJECT.$DOMAIN
WGER_INSTANCE
  https://wger.de # Wger instance from which to sync exercises, images, etc.
ALLOW_REGISTRATION
  True
ALLOW_GUEST_USERS
  True
ALLOW_UPLOAD_VIDEOS
  True
MIN_ACCOUNT_AGE_TO_TRUST
  21
SYNC_EXERCISES_CELERY
  True
SYNC_EXERCISE_IMAGES_CELERY
  True
SYNC_EXERCISE_VIDEOS_CELERY
  True
SYNC_INGREDIENTS_CELERY
  True
DOWNLOAD_INGREDIENTS_FROM
  WGER
USE_CELERY
  True
CELERY_BROKER
  redis://cache:6379/2
CELERY_BACKEND
  redis://cache:6379/2
CELERY_FLOWER_PASSWORD
  adminadmin
DJANGO_DB_ENGINE
  django.db.backends.postgresql
DJANGO_DB_DATABASE
  wger
DJANGO_DB_USER
  wger
DJANGO_DB_PASSWORD
  wger
DJANGO_DB_HOST
  db
DJANGO_DB_PORT
  5432
DJANGO_PERFORM_MIGRATIONS
  True # Perform any new database migrations on startup
DJANGO_CACHE_BACKEND
  django_redis.cache.RedisCache
DJANGO_CACHE_LOCATION
  redis://cache:6379/1
DJANGO_CACHE_TIMEOUT
  1296000 # in seconds - 60*60*24*15, 15 Days
DJANGO_CACHE_CLIENT_CLASS
  django_redis.client.DefaultClient
AXES_ENABLED
  True
AXES_FAILURE_LIMIT
  10
AXES_COOLOFF_TIME
  30 # in minutes
AXES_HANDLER
  axes.handlers.cache.AxesCacheHandler
AXES_LOCKOUT_PARAMETERS
  ip_address
AXES_IPWARE_PROXY_COUNT
  1
AXES_IPWARE_META_PRECEDENCE_ORDER
  HTTP_X_FORWARDED_FOR,REMOTE_ADDR
DJANGO_DEBUG
  False
WGER_USE_GUNICORN
  True
EXERCISE_CACHE_TTL
  18000 # in seconds - 5*60*60, 5 hours
SITE_URL
  http://localhost
ACCESS_TOKEN_LIFETIME
  10 # The lifetime duration of the access token, in minutes
REFRESH_TOKEN_LIFETIME
  24 # The lifetime duration of the refresh token, in hours
USE_RECAPTCHA
  False
DJANGO_CLEAR_STATIC_FIRST
  False
FROM_EMAIL
  'wger Workout Manager <wger@example.com>'
NUMBER_OF_PROXIES
  1