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.
ReginaPhalange@lemmy.world 20 hours ago
Take. It. Down.
Do you know how much CSAM was on Lemmy when it first got started?
This kind of service should be open for friends and family only, NOT the whole wide world.
kionite231@lemmy.ca 20 hours ago
But I want to learn how to host things and manage services without opening it to public how would I know if I am capable enough.
Also what else do you suggest to host? I have some experience but don’t know much
andyburke@fedia.io 20 hours ago
You are ignoring people who have walked this path and are giving you the advice right now.
Public file hosting is not where you start.
WhyJiffie@sh.itjust.works 14 hours ago
you start with authenticated things, like forgejo and such, and always double check that anonymous visitors don’t see any data.
but generally it’s also not wise to just expose most services to the internet. jellyfin for example had lots of leaks because lots of API functionality was accessible without authentication. I don’t know if it’s been fully fixed.
with copyparty there’s an added risk. if police finds you hosted child porn, they won’t care if it wasn’t you who uploaded it. someone reports it to them, they steal all your computers, worst case you can even end up in jail.
ohshit604@sh.itjust.works 18 hours ago
Pro-Tip: You can reverse proxy any service on your network but if the IP of your server does not match the IP of your A record 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.