1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sutom_ynh.git synced 2024-09-03 20:26:15 +02:00
This commit is contained in:
ericgaspar 2022-01-28 17:31:19 +01:00
parent 471242e42a
commit c6a6dd2888
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,6 @@
domain="domain.tld"
path="/path"
is_public=1
password="1Strong-Password"
; Checks
pkg_linter=1
setup_sub_dir=1

View file

@ -41,6 +41,10 @@
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Sutom will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Sutom sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]