From 6e9c0ff87cc4809de5832a589a024b82b8c19548 Mon Sep 17 00:00:00 2001 From: soraefir Date: Tue, 2 Jun 2026 19:23:19 +0200 Subject: [PATCH] fix basepath --- modules/server/containers/apps/selfmark.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/server/containers/apps/selfmark.nix b/modules/server/containers/apps/selfmark.nix index 9ae3f71..ace44e0 100644 --- a/modules/server/containers/apps/selfmark.nix +++ b/modules/server/containers/apps/selfmark.nix @@ -61,6 +61,7 @@ in { # WELIB_MIRROR_URLS = "https://welib.org"; #avoid } // lib.optionalAttrs(containerCfg.subpath != null) { BASE_PATH = "/${containerCfg.subpath}"; + URL_BASE = "/${containerCfg.subpath}"; } // lib.optionalAttrs(serverCfg.containers?calibre) { CALIBRE_WEB_URL = "https://${serverCfg.containers.calibre.subdomain}.${serverCfg.domain}"; } // lib.optionalAttrs(serverCfg.containers?authentik) {