feat(cluster): enable webUI
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
e7f4628aaa
commit
8b4ddb2c2b
3 changed files with 14 additions and 3 deletions
|
@ -50,6 +50,16 @@ in {
|
|||
headscale.reverseProxy = "${clusterIP}:8085";
|
||||
jelly.reverseProxy = "${nosIP}:8097";
|
||||
|
||||
pcsd = {
|
||||
extraConfig = ''
|
||||
reverse_proxy https://${clusterIP}:2224 {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
# Resume builder
|
||||
resume.reverseProxy = "${nosIP}:3060";
|
||||
resauth.reverseProxy = "${nosIP}:3100";
|
||||
|
|
|
@ -18,6 +18,7 @@ in {
|
|||
services.pcsd = {
|
||||
enable = true;
|
||||
enableBinaryCache = true;
|
||||
enableWebUI = true;
|
||||
|
||||
clusterName = "thingies";
|
||||
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue