this post was submitted on 10 Jun 2023
184 points (100.0% liked)
Beehaw Support
153 readers
2 users here now
Support and meta community for Beehaw. Ask your questions about the community, technical issues, and other such things here.
A brief FAQ for lurkers and new users can be found here.
Our July 2023 financial update is here.
For a refresher on our philosophy, see also What is Beehaw?, The spirit of the rules, and Beehaw is a Community
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It can work with any reverse proxy. I've also ripped out the built-in nginx config myself to make it work with my existing setup.
You can do so by removing/commenting the entries you don't need in the docker-compose.yml. The project provides an example file for nginx so I'd start by translating that config into traefik config. That should probably do the trick.
I've also ripped out the internal networks (and the references to it) so that I don't need to jump through hoops to connect to the application from my reverse proxy, you may want to consider doing that as well.
Cheers!