diff --git a/manifest.toml b/manifest.toml index 26e2130..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"] @@ -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 @@ -28,7 +28,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] type = "group" 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