Isn’t the purpose of peer to peer to for people to connect to each other? If your port isn’t open then how do they connect to you?
Ah I see, thank you
Never used IPTV before, how does it compare to say using Stremio with Real Debrid?
Just out of curiosity, was your services pointing out to the public Internet? If yes, wouldn’t it be better to use a vpn?
This sounds promising! Currently in the process of getting rid of Spotify and selfhosting Navidrome pointing at Symfonium. This will be a nice backend addition.
Thanks for the detailed explanation, really appriciate it! Learned a thing or two here :)
This does seem like the way to go, thanks for the tips!
Here is one of the top of my head; https://perfectmediaserver.com/.
I’d say it boils down to what you see yourself hosting, what do you need/want? There are many great YT content creators out there documenting their experiences, tips and guides. HardwareHaven, Raid Owl, Jeff Geerling, Christian Lempa, TechnoTim and Wolfgang to mention a few.
JupiterBroadcasting has a wide variety of Podcasts dedicated to both selfhosting and linux stuff if that should peak your interest.
If you need tips for what to selfhost, here is another great resource :) https://github.com/awesome-selfhosted/awesome-selfhosted
Fair point
Good points here, uptime is a factor I had not taken into consideration. Probably better to get a vps as you say.
Remove any custom locations (if u have tried to add any), and then simply copy paste this into the advanced tab. Dont forget to change the <IP+PORT>
location / {
return 301 /admin;
}
location /admin {
proxy_pass http://<YOUR IP:PORT>/admin;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
Let me know how it goes :)
nope. Been using Tailscale to acesss my stuff from home.
Ahhh i got it working now! Thanks a bunch for the help, been trying to get this to work for hours now hehe
Thank you for providing this, however when i now browse to pihole.mydomain.com
it gives me a 404, and the URL is directed to pihole.mydomain.com/admin:8118
. E.g. the port is somehow ending up at the end of the url haha.
Oh good to know, I was mistaken then…
Signal no longer require a phone number.
Whatever you choose, best of luck 🍀
Personally never had a problem finding what i needed for opensuse. Its easy to add repos via yast, plus opensuse you can use both zypper plus obs package managers, the latter being quite fast and easy to use. OpenSuse also has support for rpm packages, meaning anything meant for rhel/Fedora systems can also be installed on opensuse.
You can also view all installable packages here: https://software.opensuse.org/packages
If you feel TW is too fast on the release cycle you can also try Slowroll, which is TW but with a slower release cycle.
Nice write up, seems like you know what you are jumping into atleast. Personally would recommend to give Bazzite a try and not rule out immutables too quickly, nothing is more solid than these variants. If not immutable, then my best experience lies with Opensuse TW by far. Super stable, yet bleeding edge.
Great addition! Thanks for sharing 🌻