From 5feb882617106e105c4200a895481f8cbfbb07a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:02:21 +0200 Subject: [PATCH 1/8] Update manifest.toml --- manifest.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.toml b/manifest.toml index c42ca14..8c22a61 100644 --- a/manifest.toml +++ b/manifest.toml @@ -36,6 +36,13 @@ ram.runtime = "50M" [resources] + [resources.sources] + + [resources.sources.main] + url = "https://github.com/jeremyckahn/chitchatter/archive/aff6995ecc82303e07b9c0722b796150efa9c66a.tar.gz" + sha256 = "3acba218b0637087e9cda4181a15ce6e89ceeb4a14a8ecc8fbf6993e8ade7cff" + rename = "chitchatter" + [resources.system_user] [resources.install_dir] From 4ed7801a59e7ca452982908b7267d68c65fad85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:02:33 +0200 Subject: [PATCH 2/8] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8c22a61..eccbf4c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Chitchatter" description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral" description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère" -version = "1.0~ynh5" +version = "1.0~ynh6" maintainers = ["eric_G"] From c6b91cd2469ba224146f798db4b6afb4bfc0fb36 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 28 Mar 2023 17:02:38 +0000 Subject: [PATCH 3/8] 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 fe1a51e..befc13a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d - Ephemeral - Decentralized -**Shipped version:** 1.0~ynh5 +**Shipped version:** 1.0~ynh6 **Demo:** https://chitchatter.im/ diff --git a/README_fr.md b/README_fr.md index f54cb06..c21a071 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d - Ephemeral - Decentralized -**Version incluse :** 1.0~ynh5 +**Version incluse :** 1.0~ynh6 **Démo :** https://chitchatter.im/ From 98b5b22d69dd14bb9eeeddf3520590e0a507f3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:03:40 +0200 Subject: [PATCH 4/8] fix --- manifest.toml | 7 ------- scripts/_common.sh | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index eccbf4c..c7ef2ba 100644 --- a/manifest.toml +++ b/manifest.toml @@ -36,13 +36,6 @@ ram.runtime = "50M" [resources] - [resources.sources] - - [resources.sources.main] - url = "https://github.com/jeremyckahn/chitchatter/archive/aff6995ecc82303e07b9c0722b796150efa9c66a.tar.gz" - sha256 = "3acba218b0637087e9cda4181a15ce6e89ceeb4a14a8ecc8fbf6993e8ade7cff" - rename = "chitchatter" - [resources.system_user] [resources.install_dir] diff --git a/scripts/_common.sh b/scripts/_common.sh index e19e0bb..5e2cb26 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ # nodejs version nodejs_version=16 -version_commit=442f5406ec26d001798c1a2b5a5d9a05fdc77459 +version_commit=aff6995ecc82303e07b9c0722b796150efa9c66a #================================================= # PERSONAL HELPERS From 3942210cbc2dcf51daba5cd9cb935c5b77dd787d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:26:26 +0200 Subject: [PATCH 5/8] cleaning --- manifest.toml | 2 +- scripts/restore | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index c7ef2ba..cd29848 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://chitchatter.im/" code = "https://github.com/jeremyckahn/chitchatter" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.16" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/restore b/scripts/restore index fee6ac7..0a0f164 100755 --- a/scripts/restore +++ b/scripts/restore @@ -17,7 +17,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight= ynh_restore_file --origin_path="$install_dir" -chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" From 074c6d93dbd9d02913c068b996f85f3894ef0af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:27:07 +0200 Subject: [PATCH 6/8] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5e2cb26..a8483bf 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ # nodejs version nodejs_version=16 -version_commit=aff6995ecc82303e07b9c0722b796150efa9c66a +version_commit=94ed09c90fdb5ec6007c5b615de59e6b3ba0099a #================================================= # PERSONAL HELPERS From 574c25ad632b453a8a31cf7af2a91dad4db7578c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 29 Apr 2023 16:34:09 +0200 Subject: [PATCH 7/8] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cd29848..7627f8a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://chitchatter.im/" code = "https://github.com/jeremyckahn/chitchatter" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.18" architectures = "all" multi_instance = true ldap = false From 3feb8091a41bba5172148b03c8e0f196dedfb906 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 13 May 2023 08:13:57 +0200 Subject: [PATCH 8/8] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7627f8a..7b3f428 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://chitchatter.im/" code = "https://github.com/jeremyckahn/chitchatter" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.1.19" architectures = "all" multi_instance = true ldap = false