1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Add path support to install args

The upstream issue (https://github.com/monicahq/monica/issues/139) preventing installation into subdirectories was just fixed, so now the manifest should allow setting the path for the install.
This commit is contained in:
jmills 2019-02-03 18:12:10 -08:00 committed by GitHub
parent 058993b1c1
commit 145aeebcc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,16 @@
}, },
"example": "monica.com" "example": "monica.com"
}, },
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Monica",
"fr": "Choisissez un chemin pour Monica"
},
"example": "/monica",
"default": "/monica"
},
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user",