Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
seagreencube
YunoHost Apps
directus_ynh
Commits
fd260183
Commit
fd260183
authored
4 years ago
by
Pat
Browse files
Options
Download
Email Patches
Plain Diff
readd path
parent
f7acab13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifest.json
+9
-0
manifest.json
scripts/install
+1
-0
scripts/install
with
10 additions
and
0 deletions
+10
-0
manifest.json
View file @
fd260183
...
...
@@ -33,6 +33,15 @@
},
"example"
:
"domain.org"
},
{
"name"
:
"path"
,
"type"
:
"path"
,
"ask"
:
{
"en"
:
"Choose a path from which to serve your Directus Instance:"
},
"example"
:
"/"
,
"default"
:
"/"
},
{
"name"
:
"with_sftp"
,
"type"
:
"boolean"
,
...
...
This diff is collapsed.
Click to expand it.
scripts/install
View file @
fd260183
...
...
@@ -23,6 +23,7 @@ ynh_abort_if_errors
app
=
$YNH_APP_INSTANCE_NAME
domain
=
$YNH_APP_ARG_DOMAIN
path_url
=
$YNH_APP_ARG_PATH
with_sftp
=
$YNH_APP_ARG_WITH_SFTP
final_path
=
/var/www/
$app
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help