From db317f6c4b207532be3e2b6540223216049cf5d1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 17:37:40 +0200 Subject: [PATCH 01/20] Fix --- conf/front.src | 4 ++-- conf/vikunja.src | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/front.src b/conf/front.src index 08cf704..cc83f45 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.1.0.zip -SOURCE_SUM=1423910fad3e5ed53671abf2d576896f347f1d8d00fdb12e111ce18fc9ac9332 +SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.11.0.zip +SOURCE_SUM=3a5dfea11cf5865440853907d9c96a16b636bc1bc9bf44e46c89965bea5a50fe SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/vikunja.src b/conf/vikunja.src index ab714b6..b358c1f 100644 --- a/conf/vikunja.src +++ b/conf/vikunja.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/api/0.17.1/vikunja-unstable-amd64.deb -SOURCE_SUM=0c24a28ddfa3e185761177e088c328fead721f321e2a5c1adfaaa6486717fefc +SOURCE_URL=https://dl.vikunja.io/api/0.17.0/vikunja-unstable-amd64.deb +SOURCE_SUM=31348c62f599b093f1c464c48c09a4c23b7a1d2d881a373adabc3f23b80d10a6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bcc5b61..67b2dd3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted To-Do list application", "fr": "Application de liste de tâches auto-hébergée " }, - "version": "0.17.1~ynh1", + "version": "0.17.0~ynh1", "url": "https://vikunja.io/", "upstream": { "license": "GPL-3.0", From e2e71e704d91c110f2465e78a589a41c009260bf Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 5 Aug 2021 15:37:46 +0000 Subject: [PATCH 02/20] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f57d087..1919478 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Self-hosted To-Do list application -**Shipped version:** 0.17.1~ynh1 +**Shipped version:** 0.17.0~ynh1 **Demo:** https://try.vikunja.io/login diff --git a/README_fr.md b/README_fr.md index b8b0535..9746f41 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Application de liste de tâches auto-hébergée -**Version incluse :** 0.17.1~ynh1 +**Version incluse :** 0.17.0~ynh1 **Démo :** https://try.vikunja.io/login From 4c6f83393f5bfad3611f8c834abae32038dd69b0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 19:05:01 +0200 Subject: [PATCH 03/20] 0.17.1 --- conf/front.src | 4 ++-- conf/vikunja.src | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/front.src b/conf/front.src index cc83f45..08cf704 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.11.0.zip -SOURCE_SUM=3a5dfea11cf5865440853907d9c96a16b636bc1bc9bf44e46c89965bea5a50fe +SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.1.0.zip +SOURCE_SUM=1423910fad3e5ed53671abf2d576896f347f1d8d00fdb12e111ce18fc9ac9332 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/vikunja.src b/conf/vikunja.src index b358c1f..48f9550 100644 --- a/conf/vikunja.src +++ b/conf/vikunja.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://dl.vikunja.io/api/0.17.0/vikunja-unstable-amd64.deb -SOURCE_SUM=31348c62f599b093f1c464c48c09a4c23b7a1d2d881a373adabc3f23b80d10a6 +SOURCE_URL=https://dl.vikunja.io/api/0.17.1/vikunja-unstable-amd64.deb +SOURCE_SUM=0c24a28ddfa3e185761177e088c328fead721f321e2a5c1adfaaa6486717fefc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true SOURCE_FILENAME=vikunja-unstable-amd64.deb -SOURCE_EXTRACT=false +SOURCE_EXTRACT=false \ No newline at end of file From 242f55c47c37d43884f5aeadd4f9fb3084c547e0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 19:06:24 +0200 Subject: [PATCH 04/20] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 67b2dd3..bcc5b61 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted To-Do list application", "fr": "Application de liste de tâches auto-hébergée " }, - "version": "0.17.0~ynh1", + "version": "0.17.1~ynh1", "url": "https://vikunja.io/", "upstream": { "license": "GPL-3.0", From 9ee81d8817ec4764d516d3ff04b77c388e57fb76 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 5 Aug 2021 17:06:32 +0000 Subject: [PATCH 05/20] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1919478..f57d087 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Self-hosted To-Do list application -**Shipped version:** 0.17.0~ynh1 +**Shipped version:** 0.17.1~ynh1 **Demo:** https://try.vikunja.io/login diff --git a/README_fr.md b/README_fr.md index 9746f41..b8b0535 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Application de liste de tâches auto-hébergée -**Version incluse :** 0.17.0~ynh1 +**Version incluse :** 0.17.1~ynh1 **Démo :** https://try.vikunja.io/login From 45c1432c73d45dce28605a5d3209c37a6ec1105d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 19:11:36 +0200 Subject: [PATCH 06/20] Fix --- scripts/change_url | 2 -- scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 351e219..3200555 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -29,8 +29,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1 # Needed for helper "ynh_add_nginx_config" final_path=$(ynh_app_setting_get --app=$app --key=final_path) port=$(ynh_app_setting_get --app=$app --key=port) -admin=$(ynh_app_setting_get --app=$app --key=admin) -password=$(ynh_app_setting_get --app=$app --key=password) db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_user=$db_name db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) diff --git a/scripts/install b/scripts/install index e9d5039..32b6305 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ chown -R $app /var/log/$app ynh_script_progression --message="Adding a configuration file..." --weight=1 redis_db=$(ynh_redis_get_free_db) -ynh_add_config --template="../conf/config.yml" --destination="/opt/vikunja/config.yml" +ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml" #chmod 600 "/etc/vikunja/config.yml" diff --git a/scripts/upgrade b/scripts/upgrade index 45b4c86..189c788 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -106,7 +106,7 @@ chmod +x /opt/vikunja/vikunja ynh_script_progression --message="Adding a configuration file..." --weight=1 redis_db=$(ynh_redis_get_free_db) -ynh_add_config --template="../conf/config.yml" --destination="/opt/vikunja/config.yml" +ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml" #chmod 600 "/etc/vikunja/config.yml" From 0da536a5384d364693f1efe19f44bde7fbc7fd7e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 19:28:26 +0200 Subject: [PATCH 07/20] Update remove --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index 8028b4e..905c1cf 100644 --- a/scripts/remove +++ b/scripts/remove @@ -75,6 +75,8 @@ ynh_script_progression --message="Removing $app main directory..." --weight=6 # Remove the app directory securely ynh_secure_remove --file="$final_path" +ynh_secure_remove --file="/opt/vikunja" + #================================================= # REMOVE NGINX CONFIGURATION #================================================= From 2ab3318db79f9d1cb72df6d728febed1f97f359d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 19:32:41 +0200 Subject: [PATCH 08/20] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 32b6305..87c57fa 100644 --- a/scripts/install +++ b/scripts/install @@ -89,6 +89,9 @@ ynh_psql_setup_db --db_user=$db_name --db_name=$db_name #================================================= ynh_script_progression --message="Installing backend..." --weight=15 + +mkdir -p /etc/vikunja/ + tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=vikunja ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb From 0057e5d60a292ce79386327e472ac74cc097e3bc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 19:33:49 +0200 Subject: [PATCH 09/20] Update install --- scripts/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 87c57fa..9805d15 100644 --- a/scripts/install +++ b/scripts/install @@ -89,8 +89,10 @@ ynh_psql_setup_db --db_user=$db_name --db_name=$db_name #================================================= ynh_script_progression --message="Installing backend..." --weight=15 - -mkdir -p /etc/vikunja/ +$configdir="/etc/vikunja/" +mkdir -p $configdir +chmod 750 "$configdir" +chown -R $app "$configdir" tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=vikunja From 4b535ee185821ee22a82aa650a5f0f5a09dc3ed6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 19:34:52 +0200 Subject: [PATCH 10/20] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9805d15..ad4082a 100644 --- a/scripts/install +++ b/scripts/install @@ -89,7 +89,7 @@ ynh_psql_setup_db --db_user=$db_name --db_name=$db_name #================================================= ynh_script_progression --message="Installing backend..." --weight=15 -$configdir="/etc/vikunja/" +configdir="/etc/vikunja/" mkdir -p $configdir chmod 750 "$configdir" chown -R $app "$configdir" From 370c213a40cd3383d81dabac0e01baa55a0dee4a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 20:32:26 +0200 Subject: [PATCH 11/20] Update install --- scripts/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index ad4082a..9b0b4b7 100644 --- a/scripts/install +++ b/scripts/install @@ -89,10 +89,7 @@ ynh_psql_setup_db --db_user=$db_name --db_name=$db_name #================================================= ynh_script_progression --message="Installing backend..." --weight=15 -configdir="/etc/vikunja/" -mkdir -p $configdir -chmod 750 "$configdir" -chown -R $app "$configdir" +mkdir -p /etc/vikunja tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=vikunja From aa087ae07a8b665012d1f60f5e5bfd93638b582c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 20:50:04 +0200 Subject: [PATCH 12/20] Update install --- scripts/install | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/scripts/install b/scripts/install index ad4082a..835969d 100644 --- a/scripts/install +++ b/scripts/install @@ -89,11 +89,7 @@ ynh_psql_setup_db --db_user=$db_name --db_name=$db_name #================================================= ynh_script_progression --message="Installing backend..." --weight=15 -configdir="/etc/vikunja/" -mkdir -p $configdir -chmod 750 "$configdir" -chown -R $app "$configdir" - +mkdir -p /etc/vikunja tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=vikunja ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb @@ -121,23 +117,13 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=3 # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# HANDLE LOG FILES AND LOGROTATE -#================================================= -ynh_script_progression --message="Configuring log rotation..." - -# Create log directory -mkdir -p /var/log/$app -touch /var/log/$app/$app.log -chown -R $app /var/log/$app - #================================================= # ADD A CONFIGURATION #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 redis_db=$(ynh_redis_get_free_db) -ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml" +ynh_add_config --template="../conf/config.yml" --destination="/opt/vikunja/config.yml" #chmod 600 "/etc/vikunja/config.yml" From e788e4d616ab117d89632527803006a55b16a3c5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 20:55:30 +0200 Subject: [PATCH 13/20] Update install --- scripts/install | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/scripts/install b/scripts/install index be0faf3..731b6d0 100644 --- a/scripts/install +++ b/scripts/install @@ -84,19 +84,6 @@ ynh_app_setting_set --app=$app --key=db_name --value=$db_name ynh_psql_test_if_first_run ynh_psql_setup_db --db_user=$db_name --db_name=$db_name -#================================================= -# INSTALL BACKEND -#================================================= -ynh_script_progression --message="Installing backend..." --weight=15 - -mkdir -p /etc/vikunja - -tempdir="$(mktemp -d)" -ynh_setup_source --dest_dir=$tempdir --source_id=vikunja -ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb - -chmod +x /opt/vikunja/vikunja - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= @@ -110,6 +97,27 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" +#================================================= +# ADD A CONFIGURATION +#================================================= +ynh_script_progression --message="Adding a configuration file..." --weight=1 + +redis_db=$(ynh_redis_get_free_db) +ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml" + +#chmod 600 "/etc/vikunja/config.yml" + +#================================================= +# INSTALL BACKEND +#================================================= +ynh_script_progression --message="Installing backend..." --weight=15 + +tempdir="$(mktemp -d)" +ynh_setup_source --dest_dir=$tempdir --source_id=vikunja +ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb + +chmod +x /opt/vikunja/vikunja + #================================================= # NGINX CONFIGURATION #================================================= @@ -118,16 +126,6 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=3 # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# ADD A CONFIGURATION -#================================================= -ynh_script_progression --message="Adding a configuration file..." --weight=1 - -redis_db=$(ynh_redis_get_free_db) -ynh_add_config --template="../conf/config.yml" --destination="/opt/vikunja/config.yml" - -#chmod 600 "/etc/vikunja/config.yml" - #================================================= # SETUP SYSTEMD #================================================= From d6e4e1a179b7f0c3593ca8ae99e1b33b8efbfa7e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 21:07:32 +0200 Subject: [PATCH 14/20] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 731b6d0..50e0e51 100644 --- a/scripts/install +++ b/scripts/install @@ -102,6 +102,7 @@ chown -R $app:www-data "$final_path" #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 +touch "/etc/vikunja" redis_db=$(ynh_redis_get_free_db) ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml" From 95d758a93f851be1c6072599d5d9ddac29ff5da0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 21:08:03 +0200 Subject: [PATCH 15/20] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 905c1cf..4c235fb 100644 --- a/scripts/remove +++ b/scripts/remove @@ -74,7 +74,7 @@ ynh_script_progression --message="Removing $app main directory..." --weight=6 # Remove the app directory securely ynh_secure_remove --file="$final_path" - +ynh_secure_remove --file="/etc/vikunja" ynh_secure_remove --file="/opt/vikunja" #================================================= From 73200a2cb85297b5a22755f9fc39fa56b2a5a4e7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 21:10:18 +0200 Subject: [PATCH 16/20] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 50e0e51..02d35ef 100644 --- a/scripts/install +++ b/scripts/install @@ -102,7 +102,7 @@ chown -R $app:www-data "$final_path" #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -touch "/etc/vikunja" +mkdir -p "/etc/vikunja" redis_db=$(ynh_redis_get_free_db) ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/config.yml" From eb3b2d738961fd0aad88451bef0aaebc8349ef25 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 21:13:54 +0200 Subject: [PATCH 17/20] Update front.src --- conf/front.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/front.src b/conf/front.src index 08cf704..af4ce4d 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.1.0.zip -SOURCE_SUM=1423910fad3e5ed53671abf2d576896f347f1d8d00fdb12e111ce18fc9ac9332 +SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.17.0.zip +SOURCE_SUM=2d460109d1300ccc2116e2084669ebb5037d0a168467215b22d331876ec7e576 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false From 29114daa2c0bf6b4a2d8cd95c4f9d9827d0ce95a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 22:47:35 +0200 Subject: [PATCH 18/20] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bcc5b61..3c76be7 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "packaging_format": 1, "description": { "en": "Self-hosted To-Do list application", - "fr": "Application de liste de tâches auto-hébergée " + "fr": "Application de liste de tâches auto-hébergée" }, "version": "0.17.1~ynh1", "url": "https://vikunja.io/", From 52f6caed9f99ed9418753a434d2ef29420808987 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 5 Aug 2021 20:47:41 +0000 Subject: [PATCH 19/20] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index b8b0535..f314f9b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Application de liste de tâches auto-hébergée +Application de liste de tâches auto-hébergée **Version incluse :** 0.17.1~ynh1 From a3b5bf89d1ae0c45ec092fe16fb08506c865a0a5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Aug 2021 22:48:41 +0200 Subject: [PATCH 20/20] fix --- scripts/install | 1 - scripts/remove | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 02d35ef..c7239c8 100644 --- a/scripts/install +++ b/scripts/install @@ -116,7 +116,6 @@ ynh_script_progression --message="Installing backend..." --weight=15 tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=vikunja ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb - chmod +x /opt/vikunja/vikunja #================================================= diff --git a/scripts/remove b/scripts/remove index 4c235fb..27cefd7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -75,7 +75,6 @@ ynh_script_progression --message="Removing $app main directory..." --weight=6 # Remove the app directory securely ynh_secure_remove --file="$final_path" ynh_secure_remove --file="/etc/vikunja" -ynh_secure_remove --file="/opt/vikunja" #================================================= # REMOVE NGINX CONFIGURATION