|
4 | 4 | deploy = servers ++ users; |
5 | 5 | in |
6 | 6 | { |
7 | | - # Defines `PDS_JWT_SECRET`, `PDS_ADMIN_PASSWORD`, `PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX`, `PDS_EMAIL_SMTP_URL`, `PDS_EMAIL_FROM_ADDRESS`. |
8 | | - "pds-env.age".publicKeys = deploy; |
9 | | - # Defines `LLDAP_JWT_SECRET`, `LLDAP_KEY_SEED`. |
10 | | - "lldap-env.age".publicKeys = deploy; |
11 | | - "lldap-user-pass.age".publicKeys = deploy; |
12 | | - "headscale-oidc-secret.age".publicKeys = deploy; |
13 | | - "grafana-oidc-secret.age".publicKeys = deploy; |
14 | | - "grafana-smtp-password.age".publicKeys = deploy; |
15 | | - "authelia-jwt-secret.age".publicKeys = deploy; |
| 7 | + # Defines `TS_AUTHKEY`, `HETZNER_API_TOKEN` |
| 8 | + "caddy-env.age".publicKeys = deploy; |
16 | 9 | "authelia-issuer-private-key.age".publicKeys = deploy; |
17 | | - "authelia-storage-key.age".publicKeys = deploy; |
| 10 | + "authelia-jwt-secret.age".publicKeys = deploy; |
18 | 11 | "authelia-ldap-password.age".publicKeys = deploy; |
19 | 12 | "authelia-smtp-password.age".publicKeys = deploy; |
20 | | - "tuwunel-registration-tokens.age".publicKeys = deploy; |
21 | | - # Defines `SMTP_PASSWORD` |
22 | | - "vaultwarden-env.age".publicKeys = deploy; |
23 | | - "miniflux-oidc-secret.age".publicKeys = deploy; |
| 13 | + "authelia-storage-key.age".publicKeys = deploy; |
| 14 | + "grafana-oidc-secret.age".publicKeys = deploy; |
| 15 | + "grafana-smtp-password.age".publicKeys = deploy; |
| 16 | + "headscale-oidc-secret.age".publicKeys = deploy; |
24 | 17 | # Defines `HYPIXEL_API_KEY`, `PROFILE_UUID` |
25 | 18 | "hypixel-bank-tracker-main.age".publicKeys = deploy; |
26 | 19 | "hypixel-bank-tracker-banana.age".publicKeys = deploy; |
27 | | - "caddy-env.age".publicKeys = deploy; |
| 20 | + # Defines `LLDAP_JWT_SECRET`, `LLDAP_KEY_SEED`. |
| 21 | + "lldap-env.age".publicKeys = deploy; |
| 22 | + "lldap-user-pass.age".publicKeys = deploy; |
| 23 | + "miniflux-oidc-secret.age".publicKeys = deploy; |
| 24 | + # Defines `PDS_JWT_SECRET`, `PDS_ADMIN_PASSWORD`, `PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX`, `PDS_EMAIL_SMTP_URL`, `PDS_EMAIL_FROM_ADDRESS`. |
| 25 | + "pds-env.age".publicKeys = deploy; |
| 26 | + # Defines `TAILSCALE_TAILNET`, `TAILSCALE_OAUTH_CLIENT_ID`, `TAILSCALE_OAUTH_CLIENT_SECRET`. |
| 27 | + "tailscale-exporter-env.age".publicKeys = deploy; |
| 28 | + "tuwunel-registration-tokens.age".publicKeys = deploy; |
| 29 | + # Defines `SMTP_PASSWORD` |
| 30 | + "vaultwarden-env.age".publicKeys = deploy; |
28 | 31 | } |
0 commit comments