From 95050285f79af5a1b2158050abdaa31c52cbec73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:03:25 +0100 Subject: [PATCH] fix --- conf/systemd.service | 2 +- manifest.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index b73e479..280be2a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ -Environment="APP_BASE_URL=https://__DOMAIN__" +Environment="APP_BASE_URL=https://__DOMAIN____PATH__" Environment="APP_PORT=__PORT__" Environment="DB_CLIENT=pg" Environment="POSTGRES_PASSWORD=__DB_PWD__" diff --git a/manifest.toml b/manifest.toml index 8f3ca7a..bbc21ac 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,6 +34,10 @@ ram.runtime = "50M" [install.domain] type = "domain" + [install.path] + type = "path" + default = "/joplin" + [install.init_main_permission] type = "group" default = "visitors"