cleanup and add https
This commit is contained in:
parent
8e320469ff
commit
ba1064ed43
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ in {
|
||||||
];
|
];
|
||||||
routes = {
|
routes = {
|
||||||
"git.${domain}" = "http://localhost:5080";
|
"git.${domain}" = "http://localhost:5080";
|
||||||
"cdn.${domain}" = "http://localhost:3923";
|
"cdn.${domain}" = "https://localhost:3923";
|
||||||
"docs.${domain}" = "http://localhost:7090";
|
"docs.${domain}" = "http://localhost:7090";
|
||||||
"auth.${domain}" = "http://localhost:1411";
|
"auth.${domain}" = "http://localhost:1411";
|
||||||
"dash.${domain}" = "http://localhost:5070";
|
"dash.${domain}" = "http://localhost:5070";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, homelab, ... }: {
|
{ lib, ... }: {
|
||||||
users.users.immich.extraGroups = [ "video" "render" ];
|
users.users.immich.extraGroups = [ "video" "render" ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue