mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
fix
This commit is contained in:
parent
3f052200c9
commit
743c6eb119
3 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"canonicalHost": "__DOMAIN__",
|
"canonicalHost": "__DOMAIN__",
|
||||||
"admin":[{"username":"__ADMIN__",
|
"admin":[{"username":"__ADMIN__", "password":__PASSWORD_HASH__}]
|
||||||
"password":__PASSWORD_HASH__}]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue