Commit graph

12 commits

Author SHA1 Message Date
OniriCorpe
01b2d081a2
Do not delete logs on app removal
else they will be erased if the app upgrade fails. This is handled by the core.
2024-06-21 03:24:09 +02:00
04016bb41b Fix bookworm 2024-05-28 23:45:09 +02:00
f6ff90b22b Use standard redis helpers 2024-05-20 16:21:53 +02:00
9c99d078f7 Handle packagingv1 -> v2 migration 2024-03-29 00:47:11 +01:00
3da2221a73 Manifest v2 2024-03-29 00:18:41 +01:00
JensDiemer
0c80fd54b1 Project updates
* Cache CI `.cache` path
* Run Safety check in CI
* Use https://install.python-poetry.org
* remove flynt
* Update django settings
* Bugfix tox config
* Update/Bugfix YunoHost scripts
* Update tests
2022-10-04 17:52:42 +02:00
JensDiemer
67cfbc87ec modenize YunoHost project setup 2022-08-16 09:56:22 +02:00
JensDiemer
4ea25646c7 Add config to change settings.DEBUG 2022-05-19 09:01:14 +02:00
JensDiemer
b9a050c96c Bugfix upgrade script 2022-04-04 17:18:41 +02:00
JensDiemer
1975bbc366 Bugfix DB settings
Note:
```
db_name=$(ynh_sanitize_dbid --db_name="$app")
db_user=$db_name
ynh_app_setting_set --app="$app" --key=db_name --value="$db_name"
```

So `$db_name` is `django_fritzconnection`, but `$app` == `__APP__` is still `django-fritzconnection`
!
2022-04-02 19:47:32 +02:00
JensDiemer
addb93d317 Updates 2022-04-02 19:34:39 +02:00
JensDiemer
aa7facc00e init Project 2022-04-02 17:44:57 +02:00