mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
No basic auth if the app is private (we are behind the SSO and that enough)
This commit is contained in:
parent
bc138989a9
commit
d286c0a0b8
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
backup_restore=1
|
||||
|
|
|
@ -71,8 +71,8 @@
|
|||
{
|
||||
"name": "basicauthcreate",
|
||||
"ask": {
|
||||
"en": "Create a basic auth access ? This is required if the app is public so that ereaders to access the OPDS server, for example",
|
||||
"fr": "Créer un accès par authentification basique ? Ceci est requis si votre bibliothèque est publique et que vous voulez accéder au serveur OPDS avec votre liseuse ou application mobile"
|
||||
"en": "Create a basic auth access (only taken into account for a Public app) ? This is required if the app is public so that ereaders to access the OPDS server, for example",
|
||||
"fr": "Créer un accès par authentification basique (Uniquement pris en compte pour une app Publique) ? Ceci est requis si votre bibliothèque est publique et que vous voulez accéder au serveur OPDS avec votre liseuse ou application mobile"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
|
|
Loading…
Add table
Reference in a new issue