From ab8fa69d73d90c5da545d89b11c2b1896f8f9c64 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 24 Jul 2023 20:16:00 +0200 Subject: [PATCH 1/3] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1e429e3..51df62d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -32,8 +32,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.webircgateway] - url = "https://github.com/kiwiirc/webircgateway/archive/bb110ab6c4ca864b623070e5d5c0a95486390a9b.tar.gz" - sha256 = "96ae87e0c4148dac731e5709068de41803ff464edd53821eaf1ffcc7e4c0e1ce" + url = "https://github.com/kiwiirc/webircgateway/archive/4ee70fb5732f543014223c827a18e7c05b063a9d.tar.gz" + sha256 = "71582f5cf49b222910351d888cfff8152d5eee376c9a069aa01b03eaf5cf6273" autoupdate.upstream = "https://github.com/kiwiirc/webircgateway" autoupdate.strategy = "latest_github_commit" From 4a2aa5e8bd91b4ba48735703caa53bf70460f0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 6 Sep 2023 09:31:04 +0200 Subject: [PATCH 2/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 51df62d..7655eb0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://web.libera.chat/gamja/" code = "https://sr.ht/~emersion/gamja/" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index 8a9fada..9ecc68b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -nodejs_version=16 +nodejs_version=20 go_version=1.20 #================================================= From fdfeb7da3dd84b84d1435eed6de59c6936d23c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:06:17 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7655eb0..3df7972 100644 --- a/manifest.toml +++ b/manifest.toml @@ -27,7 +27,11 @@ ram.runtime = "50M" [install.domain] type = "domain" - full_domain = true + + + [install.init_main_permission] + type = "group" + default = "visitors" [resources] [resources.sources]