feat(hydrogen): add ansible role for deployment using docker

This commit is contained in:
2024-10-04 15:52:34 +02:00
parent 2ec6bde3bd
commit e84e2fba81
10 changed files with 196 additions and 0 deletions

13
roles/hydrogen/README.md Normal file
View File

@ -0,0 +1,13 @@
# `finallycoffee.matrix.hydrogen` ansible role
Deploy [hydrogen](https://matrix.org/ecosystem/clients/hydrogen/),
a lightweight matrix web client with SSO, multi-account and E2EE
Support.
## Configuration
All configuration keys which would be written in the `config.json`
are available under the `hydrogen_config_*` as flattened camelcase keys.
As an alternative, the entire config structure can be passed into
`hydrogen_config` (in combine mode) or `hydrogen_full_config` (ignores
all defaults).