matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

Postmoogle shared secret auth

Open JeWe37 opened this issue 1 year ago • 1 comments

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.

JeWe37 avatar Sep 20 '23 09:09 JeWe37

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

aine-etke avatar Sep 20 '23 10:09 aine-etke