Skip to content

Commit

Permalink
Set document_root in thunderhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Kixunil committed Jan 26, 2021
1 parent 8da9bce commit 8127020
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg_specs/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions pkg_specs/thunderhub.changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 26 Jan 2021 16:09:47 +0100

thunderhub (0.11.1-1) buster; urgency=critical

* Backported security fixes
Expand Down

0 comments on commit 8127020

Please sign in to comment.