Move homelab services to oliverdavies.uk domain

This commit is contained in:
Oliver Davies 2025-01-21 00:46:13 +00:00
parent f740c91a6c
commit 716cb791e9
14 changed files with 31 additions and 31 deletions

View file

@ -26,8 +26,8 @@ in
};
};
caddy.virtualHosts."gitea.opdavies.uk" = {
useACMEHost = "opdavies.uk";
caddy.virtualHosts."gitea.oliverdavies.uk" = {
useACMEHost = "oliverdavies.uk";
extraConfig = "reverse_proxy localhost:${toString port}";
};