2020-04-11 14:28:38 +00:00
|
|
|
# These are the variables contained in secrets.yml
|
2021-01-27 12:17:30 +00:00
|
|
|
# Secrets are usually 32 characters or more, matching [a-Z0-9]
|
2023-03-05 22:01:53 +00:00
|
|
|
---
|
2020-04-11 14:28:38 +00:00
|
|
|
postgres_passwords:
|
|
|
|
nextcloud: xxx
|
|
|
|
passit: xxx
|
|
|
|
gitea: xxx
|
|
|
|
matrix: xxx
|
|
|
|
mailu: xxx
|
2021-10-07 11:20:30 +00:00
|
|
|
keycloak: xxx
|
2023-03-05 22:01:53 +00:00
|
|
|
hedgedoc: xxx
|
2022-05-07 20:53:18 +00:00
|
|
|
mastodon: xxx
|
2022-11-07 17:38:08 +00:00
|
|
|
rallly: xxx
|
2022-08-09 11:50:49 +00:00
|
|
|
membersystem: xxx
|
2020-04-11 14:28:38 +00:00
|
|
|
|
|
|
|
ldap_admin_password: xxx
|
|
|
|
ldap_config_password: xxx
|
|
|
|
|
|
|
|
passit_secret_key: xxx
|
|
|
|
|
|
|
|
docker_password: xxx
|
|
|
|
|
|
|
|
mailu_secret_key: xxx
|
|
|
|
|
2022-11-22 16:15:59 +00:00
|
|
|
nextcloud_secrets:
|
|
|
|
redis_password: xxx
|
|
|
|
|
2020-04-11 14:28:38 +00:00
|
|
|
drone_secrets:
|
|
|
|
oauth_client_id: xxx
|
|
|
|
oauth_client_secret: xxx
|
|
|
|
rpc_shared_secret: xxx
|
2021-01-27 12:17:30 +00:00
|
|
|
|
|
|
|
restic_secrets:
|
2023-03-05 22:01:53 +00:00
|
|
|
repository_password: xxx
|
|
|
|
ssh_privkey: xxx
|
2024-03-05 08:55:04 +00:00
|
|
|
uptime_kuma_url: xxx
|
2021-07-03 06:44:35 +00:00
|
|
|
|
|
|
|
matrix_secrets:
|
|
|
|
registration_shared_secret: xxx
|
|
|
|
macaroon_secret_key: xxx
|
|
|
|
form_secret: xxx
|
2021-10-07 11:20:30 +00:00
|
|
|
|
|
|
|
keycloak_secrets:
|
2022-11-12 22:06:45 +00:00
|
|
|
admin_user: xxx # used for setting up the initial admin user on first run
|
2021-10-07 11:20:30 +00:00
|
|
|
admin_password: xxx
|
2022-05-07 20:53:18 +00:00
|
|
|
|
|
|
|
mastodon_secrets:
|
|
|
|
secret_key_base: xxx
|
|
|
|
otp_secret: xxx
|
|
|
|
vapid_private_key: xxx
|
|
|
|
vapid_public_key: xxx
|
2022-08-09 11:50:49 +00:00
|
|
|
|
2022-11-07 18:05:49 +00:00
|
|
|
rallly_secrets:
|
|
|
|
secret_password: xxx
|
|
|
|
|
2022-08-09 11:50:49 +00:00
|
|
|
membersystem_secrets:
|
|
|
|
secret_key: xxx
|
2024-08-01 11:46:21 +00:00
|
|
|
stripe_api_key: xxx
|
|
|
|
stripe_endpoint_secret: xxx
|
2024-06-19 18:57:50 +00:00
|
|
|
|
|
|
|
diun:
|
2024-08-01 11:46:21 +00:00
|
|
|
matrix_password: xxx
|