fixup postgres and hedgedoc
This commit is contained in:
parent
6a23fdc3f2
commit
af01cffa4d
10 changed files with 52 additions and 43 deletions
BIN
secrets/hedgedoc_db_password.age
Normal file
BIN
secrets/hedgedoc_db_password.age
Normal file
Binary file not shown.
|
|
@ -18,18 +18,27 @@ let
|
|||
_md = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFdFkdEEDXo8+k5YZpI1O2GqZlxcpCDtxqVun35duITm root@md";
|
||||
_sql = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPcSXjDSyVVVdJbpheOhT0fIuOGFk+jsHhjrAVnBNLQV root@sql";
|
||||
_www = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID4TJCMuJZn03soKuxxv6ywFKiXfhLf9Ab03fbMqNaBJ root@www";
|
||||
_monitoring = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID4TJCMuJZn03soKuxxv6ywFKiXfhLf9Ab03fbMqNaBJ root@monitoring";
|
||||
in
|
||||
{
|
||||
"matrix_admin_password.age".publicKeys = users;
|
||||
|
||||
"draupnir_access_token.age".publicKeys = users ++ [ _matrix ];
|
||||
"matrix_signing_key.age".publicKeys = users ++ [ _matrix ];
|
||||
"matrix_registration_shared_secret.age".publicKeys = users ++ [ _matrix ];
|
||||
"matrix_db_password.age".publicKeys = users ++ [ _matrix ];
|
||||
|
||||
"pushover_app_token.age".publicKeys = users ++ [ _matrix ];
|
||||
"pushover_user_key.age".publicKeys = users ++ [ _matrix ];
|
||||
"grafana_admin_password.age".publicKeys = users ++ [ _matrix ];
|
||||
"grafana_secret_key.age".publicKeys = users ++ [ _matrix ];
|
||||
|
||||
"hedgedoc_db_password.age".publicKeys = users ++ [ _md ];
|
||||
|
||||
"grafana_admin_password.age".publicKeys = users ++ [ _monitoring ];
|
||||
"grafana_secret_key.age".publicKeys = users ++ [ _monitoring ];
|
||||
|
||||
"postgres-matrix-synapse.age".publicKeys = users ++ [ _sql _matrix ];
|
||||
"postgres-hedgedoc.age".publicKeys = users ++ [ _sql _md ];
|
||||
|
||||
"www-staging-htpasswd.age".publicKeys = users ++ [ _www ];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue