1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Merge branch 'testing' into datadir

This commit is contained in:
Éric Gaspar 2023-07-09 15:39:34 +02:00
commit 1a4244a61a
4 changed files with 6 additions and 12 deletions

View file

@ -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 - Command-line client for Galene file transfer
**Shipped version:** 0.7.1~ynh2 **Shipped version:** 0.7.2~ynh1
**Demo:** https://galene.org:8443/ **Demo:** https://galene.org:8443/

View file

@ -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 - Client en ligne de commande pour le transfert de fichiers Galene
**Version incluse :** 0.7.1~ynh2 **Version incluse :** 0.7.2~ynh1
**Démo :** https://galene.org:8443/ **Démo :** https://galene.org:8443/

View file

@ -5,7 +5,7 @@ name = "Galène"
description.en = "Videoconferencing server that is easy to deploy" description.en = "Videoconferencing server that is easy to deploy"
description.fr = "Serveur de visioconférence facile à déployer" description.fr = "Serveur de visioconférence facile à déployer"
version = "0.7.1~ynh2" version = "0.7.2~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -18,7 +18,7 @@ userdoc = "https://galene.org/faq.html"
code = "https://github.com/jech/galene" code = "https://github.com/jech/galene"
[integration] [integration]
yunohost = ">= 11.1.20" yunohost = ">= 11.1.21"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false
ldap = true ldap = true
@ -65,8 +65,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/jech/galene/archive/refs/tags/galene-0.7.1.tar.gz" url = "https://github.com/jech/galene/archive/refs/tags/galene-0.7.2.tar.gz"
sha256 = "b186b96cb6a59611b86cf3c98a96fc615cdc5f5af66d5a98d0debd8813a4fb0c" sha256 = "d238d862d84b5126762cc82aaeb249eb9c55e96f241050d5e7158a264ae4f0fb"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.sources.ldap] [resources.sources.ldap]

View file

@ -49,12 +49,6 @@ ynh_remove_nginx_config
# CLOSE A PORT # CLOSE A PORT
#================================================= #=================================================
if yunohost firewall list | grep -q "\- $port_turn$"
then
ynh_script_progression --message="Closing port $port_turn..." --weight=1
ynh_exec_warn_less yunohost firewall disallow both $port_turn
fi
if yunohost firewall list | grep -q "\- 49152:65535" if yunohost firewall list | grep -q "\- 49152:65535"
then then
ynh_script_progression --message="Closing UDP ports..." --weight=1 ynh_script_progression --message="Closing UDP ports..." --weight=1