mirror of
https://github.com/YunoHost-Apps/wger_ynh
synced 2026-02-04 09:51:49 +01:00
No description
* [autopatch] Automatic patch to simplify `proxy_pass`/`fastcgi_pass` options in nginx.conf (PLEASE DOUBLE CHECK BEFORE MERGING) * Upgrade to v2.4 (#6) * Upgrade sources - `main` v2.4: https://github.com/wger-project/wger/releases/tag/2.4 * Auto-update READMEs * migrate from settings.py to a .env file * in fact ldap and sso aren’t configured/available yet * export some variables during install/upgrade * specify db env in the command * db_host and port must be explicitely set also * PYTHONPATH=$install_dir * fix root dir * fix * nope * try to cat the env instead * fix? * fix * fix * fix * fix * change the way of sourcing * meh * don’t ynh_exec_as_app so the variables get pass * fix * fix * fix * fix redis --------- Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com> * Update nginx.conf with latest changes * don’t use celery for now as it’s not configured * fix variable form MEDIA_ROOT to DJANGO_MEDIA_ROOT (same for static) * adapt upgrade from install --------- Co-authored-by: Yunohost-Bot <> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| conf | ||
| doc | ||
| scripts | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| tests.toml | ||
wger, packaged for YunoHost
Fitness, workout, nutrition and weight tracker
Screenshots
📦 Developer info
🛠️ Upstream wger repository: https://github.com/wger-project/wger
Pull request are welcome and should target the testing branch.
The testing branch can be tested using:
# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/wger_ynh/tree/testing
# upgrade an existing install:
sudo yunohost app upgrade wger -u https://github.com/YunoHost-Apps/wger_ynh/tree/testing
📚 App packaging documentation
Please see https://doc.yunohost.org/packaging_apps for more information.
