-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add matrix
admin_users
and other notes on matrix bridges and truste…
…d keys (#282) * automatically generate a passkey.pem for placeholder for matrix hookshot bridge * add admin_users list for matrix * update docs for matrix admin users * update lock file to upgrade google-auth
- Loading branch information
Showing
6 changed files
with
333 additions
and
310 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ apps: | |
ed25519:auto: abcdefghijklmnopqrstuvwxyzabcdefghijklmopqr | ||
``` | ||
The trusted_key_servers option currently displays in the TUI, but is not editable via the TUI yet. | ||
The trusted_key_servers option currently displays in the TUI, but is not editable via the TUI yet. See: [#269](https://github.com/small-hack/smol-k8s-lab/issues/269) | ||
#### Sensitive values | ||
|
@@ -247,6 +247,10 @@ apps: | |
federation_hostname: 'chat-federation.beepboopfordogsnoots.city' | ||
# email for of the admin user | ||
admin_email: '[email protected]' | ||
# list of admin users for bridges, the hostnames will be appended automatically | ||
admin_users: | ||
- notadog | ||
- realcat | ||
# enable signing key backups | ||
signing_key_pvc_enabled: 'true' | ||
# size of signing key pvc storage | ||
|
Oops, something went wrong.