Move homelab services to oliverdavies.uk domain
This commit is contained in:
parent
f740c91a6c
commit
716cb791e9
14 changed files with 31 additions and 31 deletions
|
@ -14,7 +14,7 @@ with lib;
|
|||
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "forgejo.opdavies.uk";
|
||||
DOMAIN = "forgejo.oliverdavies.uk";
|
||||
HTTP_PORT = 2223;
|
||||
};
|
||||
|
||||
|
@ -25,7 +25,7 @@ with lib;
|
|||
};
|
||||
|
||||
caddy.virtualHosts."${config.services.forgejo.settings.server.DOMAIN}" = {
|
||||
useACMEHost = "opdavies.uk";
|
||||
useACMEHost = "oliverdavies.uk";
|
||||
|
||||
extraConfig = "reverse_proxy localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue