1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

[enh] add publicness explanation

This commit is contained in:
tituspijean 2020-10-29 11:59:28 +01:00
parent e264caff51
commit c70b60ece0

View file

@ -44,10 +44,14 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public site?", "en": "Is it a public app?",
"fr": "Est-ce un site public ?" "fr": "Est-ce une app publique ?"
}, },
"default": true "default": true,
"help": {
"en": "Jellyfin has its own login system, you should make it public to let external clients access it (mobile app, etc.).",
"fr": "Jellyfin a son propre système de connexion, vous devriez la laisser publique pour permettre la connexion de clients externes (app mobile, etc.)."
}
} }
] ]
} }