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
|
@ -11,7 +11,7 @@ with lib;
|
|||
enable = true;
|
||||
|
||||
config = {
|
||||
DOMAIN = "https://vaultwarden.opdavies.uk";
|
||||
DOMAIN = "https://vaultwarden.oliverdavies.uk";
|
||||
|
||||
# TODO: check registrations are disabled.
|
||||
SIGNUPS_ALLOWED = false;
|
||||
|
@ -21,8 +21,8 @@ with lib;
|
|||
};
|
||||
};
|
||||
|
||||
caddy.virtualHosts."vaultwarden.opdavies.uk" = {
|
||||
useACMEHost = "opdavies.uk";
|
||||
caddy.virtualHosts."vaultwarden.oliverdavies.uk" = {
|
||||
useACMEHost = "oliverdavies.uk";
|
||||
|
||||
extraConfig = "reverse_proxy localhost:${toString config.services.vaultwarden.config.ROCKET_PORT}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue