this post was submitted on 01 Nov 2025
31 points (76.3% liked)

Selfhosted

52715 readers
240 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
31
My own copyparty instance (copyparty.ghodawalaaman.xyz)
submitted 3 days ago* (last edited 2 days ago) by kionite231@lemmy.ca to c/selfhosted@lemmy.world
 

Hello,

just wanted to share that I have successfully hosted copyparty instance behind cloudflare on my porator laptop :D

you can use it to share memes or use it as temporary storage, I don't have any idea of how to manage a public facing service but I will figure it out.

I am already hacked it seems

you are viewing a single comment's thread
view the rest of the comments
[–] ohshit604@sh.itjust.works 8 points 3 days ago* (last edited 3 days ago)

Pro-Tip: You can reverse proxy any service on your network but if the IP of your reverse proxy does not match the IP of your A record, aka your server is behind a VPN, the public will not be able to access your server.

Http/s is neat that way, if the IP’s don’t match then it’s technically considered an insecure or misconfigured setup but it works great to prevent unauthorized access to one’s server.

I must agree with other users here, hosting a public file hosting server is a bad idea, at the bare minimum Authentik or Keycloak should be in front of it but I digress, https://catbox.moe/ already endures this pain for us.


Not sure what reverse proxy you’re using but alternatively Traefik’s middleware IPAllowList works great for blacklisting all IP’s and only whitelisting the known few.