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:
parent
058993b1c1
commit
145aeebcc8
1 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,16 @@
|
|||
},
|
||||
"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",
|
||||
"type": "user",
|
||||
|
|
Loading…
Add table
Reference in a new issue