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:
parent
e264caff51
commit
c70b60ece0
1 changed files with 7 additions and 3 deletions
|
@ -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.)."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue