1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

fix CI warning by adding details about public access

This commit is contained in:
Gofannon 2022-08-26 19:32:44 +02:00
parent 3da84c9dfe
commit c76dc5aa75

View file

@ -55,7 +55,11 @@
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"default": true "default": true,
"help": {
"en": "Makes the wiki accessible directly from the Internet for everyone, without intermediate YunoHost authentication",
"fr": "Rend le wiki accessible directement depuis Internet pour tout le monde, sans authentification YunoHost intermédiaire"
}
}, },
{ {
"name": "language", "name": "language",