1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
ericgaspar 2020-07-24 17:21:22 +02:00
parent fb56379323
commit 4cf9a1d250
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,7 @@
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin="john" (USER)
is_public=1 (PUBLIC|public=1|private=0)
password="phrasedepasse"
language="fr"
ssoenabled="Yes"

View file

@ -60,6 +60,15 @@
},
"example" : "password"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
},
{
"name": "language",
"type": "string",