From cb1edcac7e3aa16bf79fefa25542866e6f512943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:23:23 +0200 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 26e2130..82da357 100644 --- a/manifest.toml +++ b/manifest.toml @@ -28,7 +28,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] type = "group" From d4648f22bb7159781ad2b2b7abbc83d3faca5a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:24:30 +0200 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 82da357..fabb426 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.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false From e84a81b77b9dae6db95c9017d58a211d8618ed53 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 11:50:34 +0200 Subject: [PATCH 3/3] fix --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index fabb426..0864594 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~ynh7" +version = "1.0~ynh8" maintainers = ["eric_G"] diff --git a/scripts/_common.sh b/scripts/_common.sh index b2ea695..876928b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ # nodejs version nodejs_version=18 -version_commit=2c29674a483a7e9e481710e135d0dd5ae8ce56b2 +version_commit=6529a0b4a7f7f00900a846055ef69ad86fffc254 #================================================= # PERSONAL HELPERS