feat(demo): add full inventories for mbazürich and phbern #2
1 changed files with 15 additions and 0 deletions
|
|
@ -154,12 +154,27 @@ ensure_key authentik secret_key gen_hex64
|
||||||
ensure_key authentik postgres_password gen_pass
|
ensure_key authentik postgres_password gen_pass
|
||||||
ensure_key authentik admin_password gen_pass
|
ensure_key authentik admin_password gen_pass
|
||||||
ensure_key authentik ldap_outpost_token gen_hex32
|
ensure_key authentik ldap_outpost_token gen_hex32
|
||||||
|
ensure_key authentik proxy_outpost_token gen_hex32
|
||||||
ensure_key authentik nextcloud_oidc_secret gen_hex32
|
ensure_key authentik nextcloud_oidc_secret gen_hex32
|
||||||
ensure_key authentik opnform_oidc_secret gen_hex32
|
ensure_key authentik opnform_oidc_secret gen_hex32
|
||||||
ensure_key authentik homarr_oidc_secret gen_hex32
|
ensure_key authentik homarr_oidc_secret gen_hex32
|
||||||
ensure_key authentik bookstack_oidc_secret gen_hex32
|
ensure_key authentik bookstack_oidc_secret gen_hex32
|
||||||
write_secret authentik
|
write_secret authentik
|
||||||
|
|
||||||
|
echo "-> nextcloud"
|
||||||
|
read_secret nextcloud
|
||||||
|
ensure_key nextcloud postgres_password gen_long_pass
|
||||||
|
ensure_key nextcloud admin_password gen_pass
|
||||||
|
write_secret nextcloud
|
||||||
|
|
||||||
|
echo "-> garage"
|
||||||
|
read_secret garage
|
||||||
|
ensure_key garage rpc_secret gen_hex32
|
||||||
|
ensure_key garage admin_token gen_hex32
|
||||||
|
ensure_key garage metrics_token gen_hex32
|
||||||
|
ensure_key garage webui_password gen_pass
|
||||||
|
write_secret garage
|
||||||
|
|
||||||
echo "-> opnform"
|
echo "-> opnform"
|
||||||
read_secret opnform
|
read_secret opnform
|
||||||
ensure_key opnform app_key gen_app_key
|
ensure_key opnform app_key gen_app_key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue