diff --git a/README.md b/README.md
index 3d7c8d0..dc334f9 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Galène for YunoHost
-[](https://dash.yunohost.org/appci/app/galene)  
+[](https://ci-apps.yunohost.org/ci/apps/galene/)  
[](https://install-app.yunohost.org/?app=galene)
@@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
-**Shipped version:** 0.9~ynh2
+**Shipped version:** 0.9~ynh4
**Demo:**
diff --git a/README_es.md b/README_es.md
index 5fbef61..1982f63 100644
--- a/README_es.md
+++ b/README_es.md
@@ -5,7 +5,7 @@ No se debe editar a mano.
# Galène para Yunohost
-[](https://dash.yunohost.org/appci/app/galene)  
+[](https://ci-apps.yunohost.org/ci/apps/galene/)  
[](https://install-app.yunohost.org/?app=galene)
@@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
-**Versión actual:** 0.9~ynh2
+**Versión actual:** 0.9~ynh4
**Demo:**
diff --git a/README_eu.md b/README_eu.md
index 4fb0c94..5d26183 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -5,7 +5,7 @@ EZ editatu eskuz.
# Galène YunoHost-erako
-[](https://dash.yunohost.org/appci/app/galene)  
+[](https://ci-apps.yunohost.org/ci/apps/galene/)  
[](https://install-app.yunohost.org/?app=galene)
@@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
-**Paketatutako bertsioa:** 0.9~ynh2
+**Paketatutako bertsioa:** 0.9~ynh4
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index 8c712b6..ebe75f7 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
# Galène pour YunoHost
-[](https://dash.yunohost.org/appci/app/galene)  
+[](https://ci-apps.yunohost.org/ci/apps/galene/)  
[](https://install-app.yunohost.org/?app=galene)
@@ -31,7 +31,7 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et
- Client en ligne de commande pour le transfert de fichiers Galene
-**Version incluse :** 0.9~ynh2
+**Version incluse :** 0.9~ynh4
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index bf6a4b6..e95574b 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -5,7 +5,7 @@ NON debe editarse manualmente.
# Galène para YunoHost
-[](https://dash.yunohost.org/appci/app/galene)  
+[](https://ci-apps.yunohost.org/ci/apps/galene/)  
[](https://install-app.yunohost.org/?app=galene)
@@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
-**Versión proporcionada:** 0.9~ynh2
+**Versión proporcionada:** 0.9~ynh4
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 74ba049..1e164f3 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -5,7 +5,7 @@
# YunoHost 上的 Galène
-[](https://dash.yunohost.org/appci/app/galene)  
+[](https://ci-apps.yunohost.org/ci/apps/galene/)  
[](https://install-app.yunohost.org/?app=galene)
@@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
-**分发版本:** 0.9~ynh2
+**分发版本:** 0.9~ynh4
**演示:**
diff --git a/conf/groupname.json b/conf/groupname.json
index 7a285ae..9875252 100644
--- a/conf/groupname.json
+++ b/conf/groupname.json
@@ -1,7 +1,12 @@
-"users": {
- "__ADMIN__": {"permissions": "op", "password": __PASSWORD_HASH__},
- "description": "__GROUP_DESCRIPTION__",
- "public": true,
- "allow-recording": true,
- "auto-subgroups": true
+{
+ "users":{
+ "__ADMIN__":{
+ "permissions":"op",
+ "password":__PASSWORD_HASH__
+ }
+ },
+ "description":"__GROUP_DESCRIPTION__",
+ "public":true,
+ "allow-recording":true,
+ "auto-subgroups":true
}
diff --git a/manifest.toml b/manifest.toml
index 59d0c26..67a29b0 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Galène"
description.en = "Videoconferencing server that is easy to deploy"
description.fr = "Serveur de visioconférence facile à déployer"
-version = "0.9~ynh2"
+version = "0.9~ynh4"
maintainers = ["eric_G"]
@@ -18,7 +18,7 @@ userdoc = "https://galene.org/faq.html"
code = "https://github.com/jech/galene"
[integration]
-yunohost = ">= 11.2.14"
+yunohost = ">= 11.2.16"
architectures = "all"
multi_instance = false
diff --git a/scripts/_common.sh b/scripts/_common.sh
index f122fe2..157c97e 100755
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
-go_version=1.20
+go_version=1.22
#=================================================
# PERSONAL HELPERS