mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Remove path_url
Giving up, seems not to be compatible with Outline anyway
This commit is contained in:
parent
f42aca08f3
commit
e808510db8
4 changed files with 3 additions and 9 deletions
|
@ -26,7 +26,7 @@ REDIS_URL=redis://localhost:6379
|
||||||
|
|
||||||
# URL should point to the fully qualified, publicly accessible URL. If using a
|
# URL should point to the fully qualified, publicly accessible URL. If using a
|
||||||
# proxy the port in URL and PORT may be different.
|
# proxy the port in URL and PORT may be different.
|
||||||
URL=https://__DOMAIN____PATH__
|
URL=https://__DOMAIN__
|
||||||
PORT=__PORT__
|
PORT=__PORT__
|
||||||
|
|
||||||
# See [documentation](docs/SERVICES.md) on running a separate collaboration
|
# See [documentation](docs/SERVICES.md) on running a separate collaboration
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
location __PATH__/ {
|
location / {
|
||||||
|
|
||||||
# Force usage of https
|
# Force usage of https
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
|
|
|
@ -48,12 +48,6 @@
|
||||||
"choices": ["fr", "en"],
|
"choices": ["fr", "en"],
|
||||||
"default": "en"
|
"default": "en"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"example": "/wiki",
|
|
||||||
"default": "/wiki"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "slack_key",
|
"name": "slack_key",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
|
@ -25,7 +25,7 @@ ynh_abort_if_errors
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=$YNH_APP_ARG_PATH
|
path_url="/"
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
|
|
||||||
language=$YNH_APP_ARG_LANGUAGE
|
language=$YNH_APP_ARG_LANGUAGE
|
||||||
|
|
Loading…
Add table
Reference in a new issue