2023-07-18 17:00:31 +02:00
|
|
|
let
|
2023-07-24 09:10:34 +02:00
|
|
|
lib = import ../../../lib { };
|
2023-09-11 11:17:30 +02:00
|
|
|
publicKeys = lib.getNodeKeys "compute01";
|
2023-07-18 17:00:31 +02:00
|
|
|
in
|
|
|
|
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
2024-03-08 11:54:59 +01:00
|
|
|
"arkheon-env_file"
|
2024-02-21 17:18:14 +01:00
|
|
|
"bupstash-put_key"
|
2024-09-24 20:54:22 +02:00
|
|
|
"dgsi-kanidm_auth_token_file"
|
|
|
|
"dgsi-kanidm_secret_file"
|
|
|
|
"dgsi-secret_key_file"
|
2024-02-19 14:47:27 +01:00
|
|
|
"ds-fr-secret_file"
|
2024-02-19 14:20:21 +01:00
|
|
|
"grafana-oauth_client_secret_file"
|
2024-09-24 20:54:22 +02:00
|
|
|
"grafana-smtp_password_file"
|
2023-10-05 09:52:13 +02:00
|
|
|
"hedgedoc-environment_file"
|
2024-02-18 15:27:48 +01:00
|
|
|
"librenms-database_password_file"
|
|
|
|
"librenms-environment_file"
|
2023-09-13 11:09:41 +02:00
|
|
|
"mastodon-extra_env_file"
|
2024-04-20 15:10:40 +02:00
|
|
|
"mastodon-smtp-password"
|
2023-09-11 11:17:30 +02:00
|
|
|
"nextcloud-adminpass_file"
|
2023-09-11 18:56:07 +02:00
|
|
|
"nextcloud-s3_secret_file"
|
2023-09-24 15:47:29 +02:00
|
|
|
"outline-oidc_client_secret_file"
|
|
|
|
"outline-smtp_password_file"
|
|
|
|
"outline-storage_secret_key_file"
|
2024-04-21 21:49:59 +02:00
|
|
|
"plausible-admin_user_password_file"
|
|
|
|
"plausible-secret_key_base_file"
|
|
|
|
"plausible-smtp_password_file"
|
2023-09-27 22:33:18 +02:00
|
|
|
"satosa-env_file"
|
2024-05-22 18:26:06 +02:00
|
|
|
"signal-irc-bridge-config"
|
2024-02-20 17:08:46 +01:00
|
|
|
"telegraf-environment_file"
|
2023-10-14 14:26:48 +02:00
|
|
|
"vaultwarden-environment_file"
|
2023-10-02 12:50:40 +02:00
|
|
|
"zammad-secret_key_base_file"
|
2023-07-18 17:00:31 +02:00
|
|
|
]
|