mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
Cleaning of manifest.json
This commit is contained in:
parent
72689e318f
commit
863f87cdec
1 changed files with 11 additions and 13 deletions
|
@ -38,17 +38,8 @@
|
||||||
"en": "Choose a path to access your COPS library",
|
"en": "Choose a path to access your COPS library",
|
||||||
"fr": "Choisissez un chemin pour acceder a votre bibliotheque COPS"
|
"fr": "Choisissez un chemin pour acceder a votre bibliotheque COPS"
|
||||||
},
|
},
|
||||||
"example": "/eBooks",
|
"example": "/cops",
|
||||||
"default": "/eBooks"
|
"default": "/cops"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "runninguser",
|
|
||||||
"ask": {
|
|
||||||
"en": "Under which system user should COPS run ?",
|
|
||||||
"fr": "Sous quel utilisateur systeme COPS doit-il fonctionner ?"
|
|
||||||
},
|
|
||||||
"choices": ["www-data", "owncloud", "nextcloud"],
|
|
||||||
"default": "www-data"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "calibrepath",
|
"name": "calibrepath",
|
||||||
|
@ -59,6 +50,15 @@
|
||||||
"example": "/home/yunohost.app/owncloud/data/johndoe/files/eBooks",
|
"example": "/home/yunohost.app/owncloud/data/johndoe/files/eBooks",
|
||||||
"default": "/home/yunohost.app/owncloud/data/johndoe/files/eBooks"
|
"default": "/home/yunohost.app/owncloud/data/johndoe/files/eBooks"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "runninguser",
|
||||||
|
"ask": {
|
||||||
|
"en": "Which system user is managing the Calibre folder ?",
|
||||||
|
"fr": "Quel utilisateur systeme gere le dossier Calibre ?"
|
||||||
|
},
|
||||||
|
"choices": ["www-data", "owncloud", "nextcloud"],
|
||||||
|
"default": "www-data"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"ask": {
|
"ask": {
|
||||||
|
@ -85,7 +85,6 @@
|
||||||
},
|
},
|
||||||
"example": "Gutenberg",
|
"example": "Gutenberg",
|
||||||
"default": "Gutenberg"
|
"default": "Gutenberg"
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "basicauthpass",
|
"name": "basicauthpass",
|
||||||
|
@ -97,7 +96,6 @@
|
||||||
"example": "knowledge is power",
|
"example": "knowledge is power",
|
||||||
"default": "knowledge is power"
|
"default": "knowledge is power"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue