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__",
|
||||
"admin":[{"username":"__ADMIN__",
|
||||
"password":__PASSWORD_HASH__}]
|
||||
"admin":[{"username":"__ADMIN__", "password":__PASSWORD_HASH__}]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}],
|
||||
"op": [{"username": "__ADMIN__", "password": __PASSWORD_HASH__}],
|
||||
"presenter": [{}],
|
||||
"description": "__GROUP_DESCRIPTION__",
|
||||
"public": true,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Galène: Videoconferencing server
|
||||
Description=Galène: videoconferencing server
|
||||
Documentation=https://galene.org
|
||||
After=network.target
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue