#[SOLVED] Reverse proxy

12 messages · Page 1 of 1 (latest)

final wren
#

Is there need for using reverse proxy tool like traefik for extra security for appwrite server?

potent ginkgo
#

You mean the default self-hosted Traefik service?

final wren
#

Is there a default?

#

Someone suggested using reverse proxy to hide server

potent ginkgo
#

So it goes like this
Appwritr default infrastructure in the docker-compose uses Traefik to load balance and route traffic

#

I think the suggestion was about adding a different revers proxy. Maybe something with Ngnix

potent ginkgo
potent ginkgo
#

In most use case it won't be necessary.
Pepole use another reverse proxy usually to be able to manage ports and certificates on their own with ease.

#

The good thing is that you can do it whenever you need to do without any serious changes

final wren
#

Okay