From cf11fd9d050363477fe0fc9a393ed3642b98478e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Sep 2023 21:45:15 +0200 Subject: [PATCH 1/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ce8107c..7f100c8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Dispatch" description.en = "Web-based IRC graphical client" description.fr = "Client graphique IRC" -version = "0.7~ynh4" +version = "0.7~ynh5" maintainers = ["eric_G"] From 7f61a4eb00a588ca7123f65d6c707de9738d27a2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Sep 2023 19:45:20 +0000 Subject: [PATCH 2/5] 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 455fb0c..0481a4b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Web-based IRC graphical client -**Shipped version:** 0.7~ynh4 +**Shipped version:** 0.7~ynh5 **Demo:** https://dispatch.khlieng.com/ diff --git a/README_fr.md b/README_fr.md index 7582104..8c992d6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Web-based IRC graphical client -**Version incluse :** 0.7~ynh4 +**Version incluse :** 0.7~ynh5 **Démo :** https://dispatch.khlieng.com/ From e59e7709714b47d284725312180015135689606c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:40:25 +0100 Subject: [PATCH 3/5] cleaning --- manifest.toml | 3 +++ scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7f100c8..9c9a422 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,8 +18,11 @@ code = "https://github.com/khlieng/dispatch" yunohost = ">= 11.2" architectures = "all" multi_instance = false + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/scripts/install b/scripts/install index 037cb83..db6bc73 100644 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,7 @@ yunohost service add $app --description="Web-based IRC client" --log="/var/log/$ #================================================= ynh_script_progression --message="Adding a configuration file..." -ynh_add_config --template="../conf/config.default.toml" --destination="$install_dir/.dispatch/config.toml" +ynh_add_config --template="config.default.toml" --destination="$install_dir/.dispatch/config.toml" chmod 400 "$install_dir/.dispatch/config.toml" chown $app:$app "$install_dir/.dispatch/config.toml" diff --git a/scripts/upgrade b/scripts/upgrade index 3f82acd..c2760b6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -62,7 +62,7 @@ yunohost service add $app --description="Web-based IRC client" --log="/var/log/$ #================================================= ynh_script_progression --message="Updating a configuration file..." -ynh_add_config --template="../conf/config.default.toml" --destination="$install_dir/.dispatch/config.toml" +ynh_add_config --template="config.default.toml" --destination="$install_dir/.dispatch/config.toml" chmod 400 "$install_dir/.dispatch/config.toml" chown $app:$app "$install_dir/.dispatch/config.toml" From 73c883fc930d14de8453eb3b7dba62bd0591a02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 10 Dec 2023 11:22:42 +0100 Subject: [PATCH 4/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9c9a422..322c045 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Dispatch" description.en = "Web-based IRC graphical client" description.fr = "Client graphique IRC" -version = "0.7~ynh5" +version = "0.7~ynh6" maintainers = ["eric_G"] From 222a3eeff8e39c9511629b0fa9805df08359bf77 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 10 Dec 2023 10:22:47 +0000 Subject: [PATCH 5/5] 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 19de89e..9b4dca7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Web-based IRC graphical client -**Shipped version:** 0.7~ynh5 +**Shipped version:** 0.7~ynh6 **Demo:** https://dispatch.khlieng.com/ diff --git a/README_fr.md b/README_fr.md index b15d1e0..f156805 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Web-based IRC graphical client -**Version incluse :** 0.7~ynh5 +**Version incluse :** 0.7~ynh6 **Démo :** https://dispatch.khlieng.com/