Update ACME/nginx org-agenda-api host config and stage taffybar repos
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
services.org-agenda-api-host = {
|
||||
enable = true;
|
||||
domain = "org-agenda-api.colonelpanic8.duckdns.org";
|
||||
domain = "colonelpanic8.duckdns.org";
|
||||
containerImage = orgAgendaApiImageName;
|
||||
containerImageFile = orgAgendaApiContainer;
|
||||
secretsFile = config.age.secrets.org-api-auth-password.path;
|
||||
|
||||
@@ -95,6 +95,9 @@ in
|
||||
# Nginx reverse proxy with TLS
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
# Long FQDNs (e.g. org-agenda-api.org-agenda-api.colonelpanic8.duckdns.org)
|
||||
# can exceed nginx's default hash bucket sizing.
|
||||
serverNamesHashBucketSize = 128;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
|
||||
Reference in New Issue
Block a user