- 21 Posts
- 260 Comments
True, maybe the best way then is to expose them only within your Wireguard network.
Thanks to both of you, my same thoughts, but I also wanted to hear an outside perspective as I am not so well versed in IPv6. But it sounds reassuring. Shall I also consider exposing some HTTP/S services for media over IPv6 is also relatively safe, as long as I have MFA etc?
filister@lemmy.worldto
Selfhosted@lemmy.world•Plex’s crackdown on free remote streaming access starts this week - Ars TechnicaEnglish
91·4 months agoSame. That’s for me a red flag that a company took the enshittification path and things will get progressively worse.
Plus I would rather support an open source project that benefits the whole community than a greedy company who is trying to milk their customers.
filister@lemmy.worldOPto
Linux@lemmy.ml•AMD Officially Confirms The End Of The AMDVLK Driver - Phoronix
4·4 months agoWelcome, glad to be of help.
filister@lemmy.worldto
Programming@programming.dev•'AI' Sucks the Joy Out of Programming
7·5 months agoIt’s not only coding.
Idiocracy incoming in 3, 2, 1
filister@lemmy.worldOPto
homeassistant@lemmy.world•Aldi just launched its own £16.99 rival to Ring's battery video doorbell – and it's completely subscription-free | TechRadarEnglish
11·5 months agoIf they do the object recognition on the cloud there is no way they offer those doorbells without any monthly subscription. My guess is that it is either doing something on the device or is just a dumb camera with an RTSP feed without any AI features.
My guess is the latter, considering the price. And still 20 bucks for this doorbell without a monthly subscription is a good deal. If they build something natively supporting Home Assistant that would be a killer device.
But as a friend used to say, if something is free, you are the product.
filister@lemmy.worldOPto
homeassistant@lemmy.world•Aldi just launched its own £16.99 rival to Ring's battery video doorbell – and it's completely subscription-free | TechRadarEnglish
49·5 months agoI agree with you, very little information was provided but I presume this is just Tuya or some similar OEM brand and maybe you can install a local control and cut the cloud part of the equation.
At the moment it is pure speculation on my part, but I am sure there are plenty of smart folks out there who would love to tinker with it and maybe find a way to install some custom firmware to cut the stalkware.
filister@lemmy.worldOPto
homeassistant@lemmy.world•Aldi just launched its own £16.99 rival to Ring's battery video doorbell – and it's completely subscription-free | TechRadarEnglish
35·5 months agoIt would be interesting if it is also compatible with Home Assistant. That could be a really good entry level video doorbell
filister@lemmy.worldOPto
Selfhosted@lemmy.world•Jellyfin, Traefik and Tailscale Config QuestionEnglish
1·5 months agoThe problem is that I have a couple of services listening on different ports and I want to use the reverse proxy to listen to incoming requests and route the traffic to the corresponding ports. I also want to issue SSL certificates and serve the traffic over TCP port 443.
filister@lemmy.worldOPto
Selfhosted@lemmy.world•Jellyfin, Traefik and Tailscale Config QuestionEnglish
1·5 months agoYes, I know that, but I just don’t want to remember the port numbers or create some bookmarks.
I think I can create a CNAME record for *.media to point to the Tailscale address of the reverse proxy and then use the reverse proxy with Cloudflare API key to serve SSL certificates from my domain.
I am currently struggling a bit with the setup though.
filister@lemmy.worldOPto
Selfhosted@lemmy.world•Jellyfin, Traefik and Tailscale Config QuestionEnglish
3·5 months agoI have a registered domain name already, but I am behind CGNAT and I don’t really have a public IP.
I want to allow access to my services remotely only through Tailscale.
Yeah, I checked their webpage. The device looks solid, but finding replacement parts, the lack of touchpads, the higher resolution (1920x1080) will all affect your user experience.
Then there is thermal throttling, battery longevity, storage expandability, etc.
I will definitely do that, I just want to finish the whole setup.
Mind you, you need to research a bit more about this particular handheld, because in handhelds, ergonomics, long term support, etc. all play a very important role.
I have a Steam Deck and while I didn’t try other handhelds, I am quite content with its performance. A lot of people who purchased more powerful handhelds eventually also settled with Steam Deck, due to numerous factors, so just be very careful with that step.
I am playing around with Podman Quadlet and that’s one hell of a rabbit hole. I have everything up and running, and now I need to configure the containers, and probably will deal with other pain points, etc.
The good thing is that I have documented the whole process so it is reproducible but it took me quite some time to figure out everything.
Why don’t you simply stream the games to your handheld? No matter what handheld you get after a couple of years it will struggle with newer titles, and building a desktop with a discrete GPU that you can upgrade every now and then is the better option in my eyes.
filister@lemmy.worldto
Selfhosted@lemmy.world•Why is Unraid popular in the self-hosting community ?English
6·5 months agoBecause it is beginner friendly and it has a lifetime license I guess and it is not yet enshittified.
Nice, thanks for sharing. How did you solve the file permission issue?
Also I see you put all your services as a single pod quadlet what I am trying to achieve is to have every service as a separate systemd unit file, that I can control separately. In this case you also have a complication with the network setup.
You can actually set your user to linger with
sudo loginctl enable-linger $USERI will test your setup and report back if it works.
By the way what was the reason to switch back to Docker Compose?







That’s a great question. I like the concept of more stable OS and I played a bit with NixOS in the past but ultimately decided that it is too much of a hassle to learn Nix to use it and decided to try Bluefin. I am actually overall content as I was able to install the missing packages either in Toolbox/Distrobox or using homebrew.
By the way I have actually found a way, and rebased my OS to another immutable flavor. I know that’s more of a workaround.