

Which is why I prefer Silberbullet
Which is why I prefer Silberbullet
I had that same problem, then I saw some YouTube videos where the guy recommended using Ansible to do stuff and it’s been night and day, not only it’s reproducible so if I ever want to move a service to another machine all I have to do is move a couple of roles around and possibly copy stuff over to keep the data but also it acts as documentation, because if I ever forget something I can look at the code.
Also I decided to write the roles myself instead of relying on pre-existing ones, so there’s some logic to how my stuff gets deployed and it’s easy to extend for any new stuff I want to add.
Depends on what you want the server to do. A Minecraft server and a Pihole server have vastly different requirements. As a general rule, any old laptop or desktop will do, think on requirements for your grandma and that should cover most (except gaming servers) needs.
It’s still a decentralized system, and saying that they aren’t because the default is for everyone to use the same node is either disingenuous or missing the point entirely. By your definition decentralization is impossible, because you always need to know at least one node in the network in order to enter.
That’s just pedantic, you will always need to know where the door is to enter the network, but in both cases even if that specific server that you know gets taken down you can still enter by any other server you might discover in any other way. It doesn’t cease to be centralized because you are using the same single node to get into the network, that would be like claiming email is not federated because you only use Gmail, or because you need to know the email of the person you’re writing to.
Then why are you using Jellyfin for?
Unless you host the videos with them an use their Stream solution yes.
It’s not completely gone, it’s just that now they offer you a way to do it, here’s some doc about it:
Finally, we made it clear that customers can serve video and other large files using the CDN so long as that content is hosted by a Cloudflare service like Stream, Images, or R2
Source: https://blog.cloudflare.com/updated-tos/
some users attempt to misconfigure our service to stream video in violation of our Terms of Service
In short, streaming videos hosted on your server is still against TOS, but they now offer a thing called Stream where you can host videos to be streamed without violating it.
Plex doesn’t even work properly unless you set it up with network mode host, otherwise it always considers your service to be remote because they’re not on the same network as anything you try to watch it from. Jellyfin requires lots less access, and you’re so worried about it you can add a Tailscale mod to the container and isolate it completely so it’s only accessible via Tailscale similarly to what you think Plex is doing (which doesn’t harden security as much as you think)
You’re replying to a message that literally says that, so it makes you sound like you think Tailscale is somewhat integrated into Jellyfin, because the message originally said exactly that you needed a third party app to solve this issue in Jellyfin
How do I install it on my mom’s Chromecast or my sister’s LG TV?
You completely ignored his question, Tailscale is not a valid solution for your mom’s Roku
How would you have worded it differently? Since the email needs to be sent because the person is losing a feature (they might not use it because they only stream from you, but they might stream from someone else, so they should be made aware of it)
Erm… AFAIK Plex doesn’t work offline, so you are open to the internet. And BTW what Plex does is very similar to what Jellyfin+Tailscale would do
Your smart tv might not have VLC in it. That’s like saying “I don’t NEED financing, I can pay for my house all at once”, like, good for you, but you’re in a very privileged spot, and VLC is a beast so it’s really not fair to compare it with an embebed video player on a smart tv or something. You can disable transcoding btw, it’s enabled by default so that it’s more compatible, which makes absolute sense.
Unfortunately most smart TVs lack a Tailscale app, so it’s not always possible.
It’s against Cloudflare TOS to stream video.
It is against Cloudflare TOS to stream video through them.
It’s not. Imagine Immich required library X to be at Y version, but another service on the server requires it to be at Z version. That will be a PitA to maintain, not to mention that getting a service to run at all can be difficult due to a multitude of reasons in which your system is different from the one where it was developed so it might just not work because it makes certain assumptions about where certain stuff will be or what APIs are available.
Docker eliminates all of those issues because it’s a reproducible environment, so if it runs on one system it runs on another. There’s a lot of value in that, and I’m not sure which resource you think is being wasted, but docker is almost seamless without not much overhead, where you won’t feel it even on a raspberry pi zero.
Another vote for Silverbullet, it allows you to write your code blocks in a certain manner that you can query them, so it suits very well the use case.