From ddb573f45981dc6ed6e13e6be6b347d241ab22c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:50:03 +0200 Subject: [PATCH 1/3] fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1af459f..d72f202 100644 --- a/scripts/install +++ b/scripts/install @@ -98,7 +98,7 @@ ynh_script_progression --message="Adding a configuration file..." ynh_add_config --template="../conf/config.json" --destination="/etc/$app/config.json" -chmod 400 "/etc/$app/config.json" +chmod 650 "/etc/$app/config.json" chown $app:$app "/etc/$app/config.json" pufferpanel user add --admin --email $mail --name $admin --password $password diff --git a/scripts/upgrade b/scripts/upgrade index 23e8c3b..f23326f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -93,7 +93,7 @@ ynh_script_progression --message="Updating a configuration file..." ynh_add_config --template="../conf/config.json" --destination="/etc/$app/config.json" -chmod 400 "/etc/$app/config.json" +chmod 650 "/etc/$app/config.json" chown $app:$app "/etc/$app/config.json" #================================================= From ad953fde6915bf61d8c4cb5e71045b2d213ceaa2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Oct 2023 14:50:08 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index cae380b..b0abb5a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ PufferPanel is an open source game server management panel designed to be easy t * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 2a4f33c..cc5ea61 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,6 @@ PufferPanel is an open source game server management panel designed to be easy t * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs From a64b28fb9fdd457340f36a034b9eeffc706b147c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Oct 2023 08:49:08 +0100 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d50a73a..824622e 100644 --- a/manifest.json +++ b/manifest.json @@ -17,11 +17,11 @@ }, "license": "Apache-2.0", "maintainer": { - "name": "liberodark", - "email": "liberodark@gmail.com" + "name": "", + "email": "" }, "requirements": { - "yunohost": ">= 11.0.9" + "yunohost": ">= 11.2" }, "multi_instance": false, "services": [