beeper / self-host

Learn how to self-host Beeper
Apache License 2.0
1.05k stars 35 forks source link

Traefik is the default reverse-proxy now #6

Closed AdamGoodApp closed 1 year ago

AdamGoodApp commented 1 year ago

Error:

You have not explicitly specified the type of reverse-proxy you'd like to use (with a `matrix_playbook_reverse_proxy_type` variable in your configuration).
    The playbook used to default to nginx (matrix-nginx-proxy), but things are changing with Traefik being the new default reverse-proxy.

New installations will now default to Traefik as their reverse-proxy.

To fix the error you need to add the following to vars.yml

matrix_playbook_reverse_proxy_type: playbook-managed-traefik

devture_traefik_config_certificatesResolvers_acme_email: YOUR_EMAIL_ADDRESS

Best to update the README instructions

ericmigi commented 1 year ago

thanks!