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]
|
2020-04-11 14:28:38 +00:00
|
|
|
|
|
|
|
postgres_passwords:
|
|
|
|
fider: xxx
|
|
|
|
nextcloud: xxx
|
|
|
|
passit: xxx
|
|
|
|
gitea: xxx
|
|
|
|
matrix: xxx
|
|
|
|
codimd: xxx
|
|
|
|
mailu: xxx
|
|
|
|
ttrss: xxx
|
2021-10-07 11:20:30 +00:00
|
|
|
keycloak: 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
|
|
|
|
|
|
|
fider_jwt_secret: xxx
|
|
|
|
|
|
|
|
ldap_admin_password: xxx
|
|
|
|
ldap_config_password: xxx
|
|
|
|
|
|
|
|
passit_secret_key: xxx
|
|
|
|
|
|
|
|
docker_password: xxx
|
|
|
|
|
|
|
|
mailu_secret_key: xxx
|
|
|
|
|
|
|
|
drone_secrets:
|
|
|
|
oauth_client_id: xxx
|
|
|
|
oauth_client_secret: xxx
|
|
|
|
rpc_shared_secret: xxx
|
2021-01-27 12:17:30 +00:00
|
|
|
|
|
|
|
restic_secrets:
|
|
|
|
user_secret: xxx
|
|
|
|
encryption_secret: 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:
|
|
|
|
admin_user: xxx //used for setting up the initial admin user on first run
|
|
|
|
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
|