fix secrets

This commit is contained in:
Philip Peterson 2026-06-04 22:12:55 -07:00
parent f5c350dbf8
commit 85b8479e44
3 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@
BASE_URL = "https://riverside.coldairnetworks.com"; BASE_URL = "https://riverside.coldairnetworks.com";
ADMIN_PASS = "admin"; ADMIN_PASS = "admin";
}; };
env_file = [ "/run/agenix/postmark" ];
volumes = [ volumes = [
"/var/riverside/files:/var/www/html/web/sites/default/files" "/var/riverside/files:/var/www/html/web/sites/default/files"
]; ];

View file

@ -12,7 +12,7 @@ in {
# ANTHROPIC_API_KEY # ANTHROPIC_API_KEY
"./anthropic-api-key.age".publicKeys = [mainframePublicKey]; "./anthropic-api-key.age".publicKeys = [mainframePublicKey];
# POSTMARK_SERVER_TOKEN # POSTMARK_API_KEY, POSTMARK_SERVER_TOKEN
"./postmark.age".publicKeys = [mainframePublicKey]; "./postmark.age".publicKeys = [mainframePublicKey];
# TOKEN=<forgejo runner registration token from Forgejo admin> # TOKEN=<forgejo runner registration token from Forgejo admin>

Binary file not shown.