this post was submitted on 01 Nov 2025
29 points (73.8% liked)

Selfhosted

61003 readers
1083 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
29
My own copyparty instance (copyparty.ghodawalaaman.xyz)
submitted 8 months ago* (last edited 8 months 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 8 months ago* (last edited 8 months 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.