this post was submitted on 08 Jan 2026
7 points (100.0% liked)

PieFed help

2167 readers
1 users here now

It's seems right that we should have a local community to help us all with PieFed

Rules

Be kind! We're all learning

founded 2 years ago
MODERATORS
 

I plan on using docker compose. Are there any security risks (other than the obvious of using a VLAN and reverse proxy) that I should know about? If I use a reverse proxy (say, either hosted in a colo hosting provider or Cloudflare), does federation still work properly?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] rimu@piefed.social 4 points 2 months ago (1 children)

Yes, PieFed works great with Cloudflare, including with a Zero Trust tunnel. It is best to exclude the path /inbox from Cloudflare's WAF.

See https://codeberg.org/rimu/pyfedi/src/branch/main/INSTALL-docker.md to get started and also some of the bits and pieces in https://codeberg.org/rimu/pyfedi/src/branch/main/INSTALL.md apply to the docker method too. See how you go.

If you join the PieFed Security Announcements matrix room then you'll be among the first to hear about any security issues. Or the admins channel on https://chat.piefed.social/

[–] AmbiguousProps@lemmy.today 1 points 2 months ago (1 children)

Awesome, thanks for the tips!