diff --git a/check_process b/check_process index 286ba0e..88c0bfb 100644 --- a/check_process +++ b/check_process @@ -7,7 +7,7 @@ password="password" ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 diff --git a/conf/nginx.conf b/conf/nginx.conf index 42be42e..d04ffea 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,7 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string; + try_files $uri $uri/ __PATH__/; index index.html index.htm; diff --git a/manifest.json b/manifest.json index 3e14034..ee30e77 100644 --- a/manifest.json +++ b/manifest.json @@ -33,12 +33,6 @@ "type": "domain", "example": "domain.org" }, - { - "name": "path", - "type": "path", - "example": "/vikunja", - "default": "/vikunja" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/install b/scripts/install index 643c835..6812e5f 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC timezone="$(cat /etc/timezone)" architecture=$(ynh_detect_arch)