diff --git a/pkg_specs/thunderhub-system-@variant.sps b/pkg_specs/thunderhub-system-@variant.sps index 05467f5..397e4ea 100644 --- a/pkg_specs/thunderhub-system-@variant.sps +++ b/pkg_specs/thunderhub-system-@variant.sps @@ -120,6 +120,14 @@ name = "port" type = "bool" constant = "true" +[config."../selfhost/apps/thunderhub-system-{variant}.conf".hvars.document_root] +type = "string" +constant = "/usr/lib/thunderhub/.next/static/" + +[config."../selfhost/apps/thunderhub-system-{variant}.conf".hvars.dedicated_static_subdir] +type = "string" +constant = "_next/static" + [config."../../etc/selfhost-dashboard/apps/thunderhub-system-{variant}/meta.toml"] format = "toml" external = true diff --git a/pkg_specs/thunderhub.changelog b/pkg_specs/thunderhub.changelog index 84308ea..d03419e 100644 --- a/pkg_specs/thunderhub.changelog +++ b/pkg_specs/thunderhub.changelog @@ -1,3 +1,9 @@ +thunderhub (0.11.1-2) buster; urgency=critical + + * ThunderHub now informs selfhost about .next/static to improve loading speed + + -- Martin Habovstiak Tue, 26 Jan 2021 16:09:47 +0100 + thunderhub (0.11.1-1) buster; urgency=critical * Backported security fixes