Update ACME/nginx org-agenda-api host config and stage taffybar repos

This commit is contained in:
2026-02-23 01:02:14 -08:00
committed by Kat Huang
parent fe3862d4ec
commit 43c86bc011
10 changed files with 12 additions and 1 deletions

Submodule dotfiles/config/taffybar/taffybar-bluetooth added at 415837c8cb

Submodule dotfiles/config/taffybar/taffybar-inhibitor added at bf48efe49a

Submodule dotfiles/config/taffybar/taffybar-keyboard added at 11f02b2529

Submodule dotfiles/config/taffybar/taffybar-powerprofiles added at 4573c44796

Submodule dotfiles/config/taffybar/taffybar-privacy added at 5e9759ba31

Submodule dotfiles/config/taffybar/taffybar-systemd added at 14769f39fe

Submodule dotfiles/config/taffybar/taffybar-temperature added at 5146c04306

Submodule dotfiles/config/taffybar/taffybar-wireplumber added at b287bd617c

View File

@@ -22,7 +22,7 @@
services.org-agenda-api-host = { services.org-agenda-api-host = {
enable = true; enable = true;
domain = "org-agenda-api.colonelpanic8.duckdns.org"; domain = "colonelpanic8.duckdns.org";
containerImage = orgAgendaApiImageName; containerImage = orgAgendaApiImageName;
containerImageFile = orgAgendaApiContainer; containerImageFile = orgAgendaApiContainer;
secretsFile = config.age.secrets.org-api-auth-password.path; secretsFile = config.age.secrets.org-api-auth-password.path;

View File

@@ -95,6 +95,9 @@ in
# Nginx reverse proxy with TLS # Nginx reverse proxy with TLS
services.nginx = { services.nginx = {
enable = true; 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; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;