1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
Éric Gaspar 2023-03-18 23:05:05 +01:00
parent 3f052200c9
commit 743c6eb119
3 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
{ {
"canonicalHost": "__DOMAIN__", "canonicalHost": "__DOMAIN__",
"admin":[{"username":"__ADMIN__", "admin":[{"username":"__ADMIN__", "password":__PASSWORD_HASH__}]
"password":__PASSWORD_HASH__}]
} }

View file

@ -1,5 +1,5 @@
{ {
"op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}], "op": [{"username": "__ADMIN__", "password": __PASSWORD_HASH__}],
"presenter": [{}], "presenter": [{}],
"description": "__GROUP_DESCRIPTION__", "description": "__GROUP_DESCRIPTION__",
"public": true, "public": true,

View file

@ -1,5 +1,5 @@
[Unit] [Unit]
Description=Galène: Videoconferencing server Description=Galène: videoconferencing server
Documentation=https://galene.org Documentation=https://galene.org
After=network.target After=network.target