matrix-docker-ansible-deploy
matrix-docker-ansible-deploy copied to clipboard
Postmoogle shared secret auth
Is your feature request related to a problem? Please describe. Currently on servers with password login disabled, postmoogle does not work. This has been resolved with this commit, however the required environement variables are not yet supported natively by the playbook.
Describe the solution you'd like Add those environment variables along with the shared secret being said properly and automatically if shared secret auth is enabled.
Describe alternatives you've considered You can already use the environment extension to achieve this, however that is not as automated as it could be.
Additional context There hasn't been a release with this yet and it is only on the latest docker tag, so this may need to wait.
you can use matrix_bot_postmoogle_environment_variables_extension
var, e.g.:
matrix_bot_postmoogle_environment_variables_extension: |
POSTMOOGLE_SHAREDSECRET=your-secret-goes-here
We'll release new pinned version of posmoogle and add the new vars in the future