Update pysecrets.yml.example
This commit is contained in:
parent
6349eca249
commit
5ca129bcd5
2 changed files with 59 additions and 3 deletions
|
@ -11,7 +11,7 @@ fingerprint
|
||||||
|
|
||||||
# Credentials in secrets.conf (static-auth-secret)
|
# Credentials in secrets.conf (static-auth-secret)
|
||||||
use-auth-secret
|
use-auth-secret
|
||||||
static-auth-secret=${secrets['turn_static_auth_secret']}
|
static-auth-secret=${secrets['turn_static_auth']}
|
||||||
|
|
||||||
realm=turn.${env['domain']}
|
realm=turn.${env['domain']}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,61 @@
|
||||||
# To generate random secret: openssl rand -base64 <length>
|
# To generate a random secret: openssl rand -base64 <length>
|
||||||
|
|
||||||
|
borg:
|
||||||
|
|
||||||
|
cifs:
|
||||||
|
user:
|
||||||
|
pass:
|
||||||
|
|
||||||
|
|
||||||
diun_webhookurl:
|
diun_webhookurl:
|
||||||
|
|
||||||
turn_static_auth_secret:
|
fireshare:
|
||||||
|
admin_user:
|
||||||
|
admin_pass:
|
||||||
|
key:
|
||||||
|
|
||||||
|
hedgedoc_session:
|
||||||
|
|
||||||
|
keycloak:
|
||||||
|
hedgedoc:
|
||||||
|
id:
|
||||||
|
secret:
|
||||||
|
synapse:
|
||||||
|
id:
|
||||||
|
secret:
|
||||||
|
|
||||||
|
mailserver:
|
||||||
|
synapse:
|
||||||
|
user:
|
||||||
|
pass:
|
||||||
|
vaultwarden:
|
||||||
|
user:
|
||||||
|
pass:
|
||||||
|
|
||||||
|
postgres:
|
||||||
|
# https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters
|
||||||
|
keycloak:
|
||||||
|
user:
|
||||||
|
pass:
|
||||||
|
hedgedoc:
|
||||||
|
user:
|
||||||
|
pass:
|
||||||
|
mailserver:
|
||||||
|
user:
|
||||||
|
pass:
|
||||||
|
synapse:
|
||||||
|
user:
|
||||||
|
pass:
|
||||||
|
vaultwarden:
|
||||||
|
user:
|
||||||
|
pass:
|
||||||
|
|
||||||
|
searxng:
|
||||||
|
|
||||||
|
synapse:
|
||||||
|
macaroon:
|
||||||
|
form:
|
||||||
|
|
||||||
|
turn_static_auth:
|
||||||
|
|
||||||
|
vw_admin_token_hash:
|
||||||
|
|
Loading…
Reference in a new issue