Skip to content

Commit

Permalink
Add matrix admin_users and other notes on matrix bridges and truste…
Browse files Browse the repository at this point in the history
…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
jessebot authored Jul 9, 2024
1 parent 104ef78 commit 04cb2f9
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 310 deletions.
164 changes: 82 additions & 82 deletions docs/assets/images/screenshots/help_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/k8s_apps/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 04cb2f9

Please sign in to comment.