Refactor, add redlib
This commit is contained in:
parent
2232b9136b
commit
9e38d5f65e
6 changed files with 65 additions and 90 deletions
11
clients/quadraticserver/redlib.nix
Normal file
11
clients/quadraticserver/redlib.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{config, ...}: {
|
||||
services = {
|
||||
redlib = {
|
||||
enable = true;
|
||||
address = "127.0.0.6";
|
||||
settings.THEME = "nord";
|
||||
};
|
||||
|
||||
caddy.authedHosts."auth.federated.nexus" = with config.services.redlib; "reverse_proxy ${address}:${port}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue