JensDiemer
cac792ce72
Bugfix "change_url"
...
In `_common.sh` we have:
```
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
```
Set these variables to the "NEW" ones. Another fix is:
```diff
-path=$YNH_APP_NEW_PATH
+path_url=$YNH_APP_NEW_PATH
```
to replace `__PATH_URL__` correctly!
2022-09-17 16:50:38 +02:00
JensDiemer
5c256f8b4a
Bugfix "change_url"
...
see: https://forum.yunohost.org/t/change-url-in-package-check-doesnt-work-manually-works/21254
2022-09-16 08:58:07 +02:00
JensDiemer
16975c2fd2
unify ynh_script_progression
2022-08-24 08:04:05 +02:00
JensDiemer
e0b23c010c
Bugfix change_url
2022-08-15 17:15:31 +02:00
JensDiemer
a180513b17
Add DEFAULT_FROM_EMAIL to config panel settings
2022-08-15 09:51:07 +02:00
JensDiemer
768ed7f24a
Add '__ADMIN_EMAIL__' to config_panel.toml settings
2022-08-15 09:31:06 +02:00
JensDiemer
9f169cd1a4
Revert path change: Keep '__FINALPATH__' and '__PUBLIC_PATH__'
...
Install the app project into: '__FINALPATH__' -> `/opt/yunohost/$app`
Store files to serve via nginx in: '__PUBLIC_PATH__' -> `/var/www/$app`
2022-08-14 17:17:43 +02:00
JensDiemer
3b4984871a
__FINAL_HOME_PATH__ and __FINAL_WWW_PATH__ -> __FINALPATH__
2022-08-14 15:11:52 +02:00
JensDiemer
f2614b1d9b
-is_public
2022-08-14 14:13:38 +02:00
JensDiemer
bf0b8b79d0
Update YunoHost scripts
2022-08-14 13:59:26 +02:00
JensDiemer
a8164a2905
WIP: rename/split from django_ynh
...
See discussion here: https://github.com/YunoHost-Apps/django_ynh/pull/13
Corresponding to: https://github.com/jedie/django_yunnohost_integration/pull/1
2021-02-28 12:07:48 +01:00
JensDiemer
b5f93958ff
WIP: setup the project
2020-12-28 12:35:36 +01:00
JensDiemer
f578f144a3
init
2020-12-23 19:58:33 +01:00