2023-07-18 17:00:31 +02:00
|
|
|
let
|
2023-07-24 09:10:34 +02:00
|
|
|
lib = import ../../../lib { };
|
2023-07-24 09:50:57 +02:00
|
|
|
publicKeys = lib.getNodeKeys "storage01";
|
2024-02-02 10:51:31 +01:00
|
|
|
in
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
2023-09-28 17:20:16 +02:00
|
|
|
"atticd-credentials_file"
|
2024-02-21 22:42:57 +01:00
|
|
|
"bupstash-put_key"
|
2024-02-07 10:19:13 +01:00
|
|
|
"forgejo-mailer_password_file"
|
2024-01-10 13:59:11 +01:00
|
|
|
"forgejo_runners-token_file"
|
2023-09-24 13:27:14 +02:00
|
|
|
"garage-environment_file"
|
2024-02-20 16:58:23 +01:00
|
|
|
"influxdb2-grafana_token_file"
|
2024-02-20 16:33:35 +01:00
|
|
|
"influxdb2-initial_password_file"
|
|
|
|
"influxdb2-initial_token_file"
|
|
|
|
"influxdb2-telegraf_token_file"
|
2023-12-03 22:13:30 +01:00
|
|
|
"netbird-auth_client_secret_file"
|
2023-09-13 10:39:55 +02:00
|
|
|
"peertube-secrets_file"
|
|
|
|
"peertube-service_environment_file"
|
2023-09-24 23:11:54 +02:00
|
|
|
"peertube-smtp_password_file"
|
2024-02-19 17:37:57 +01:00
|
|
|
"prometheus-web_config_file"
|
2024-04-23 23:22:28 +02:00
|
|
|
"prometheus-garage_api"
|
2024-04-14 01:09:28 +02:00
|
|
|
"prometheus-uptime-kuma-apikey"
|
2023-07-18 17:00:31 +02:00
|
|
|
]
|