Skip to content

Commit

Permalink
Add path support to install args
Browse files Browse the repository at this point in the history
The upstream issue (monicahq/monica#139) preventing installation into subdirectories was just fixed, so now the manifest should allow setting the path for the install.
  • Loading branch information
runofthemill authored Feb 4, 2019
1 parent 058993b commit 145aeeb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 145aeeb

Please sign in to comment.