No description
Find a file
Thomas f373fefda2
Testing (#7)
* [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>
2026-01-22 18:06:14 +01:00
.github Initial commit 2025-07-27 19:36:21 +02:00
conf fix variable form MEDIA_ROOT to DJANGO_MEDIA_ROOT (same for static) 2026-01-22 16:09:08 +01:00
doc Update DESCRIPTION.md: fix markdown syntax / render 2025-08-17 15:46:31 +02:00
scripts adapt upgrade from install 2026-01-22 17:20:51 +01:00
.editorconfig Initial commit 2025-07-27 19:36:21 +02:00
.gitattributes Initial commit 2025-07-27 19:36:21 +02:00
.gitignore Initial commit 2025-07-27 19:36:21 +02:00
LICENSE Complete first version 2025-07-29 22:16:36 +02:00
manifest.toml Upgrade to v2.4 (#6) 2026-01-22 12:54:16 +01:00
README.md Upgrade to v2.4 (#6) 2026-01-22 12:54:16 +01:00
tests.toml Upgrade to v2.4 (#6) 2026-01-22 12:54:16 +01:00

Logo of wger wger, packaged for YunoHost

Fitness, workout, nutrition and weight tracker

🌐 Official app website Version: 2.4~ynh1

Screenshots

Screenshot of wger

📦 Developer info

Automatic tests level

🛠️ 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.