oshu@lemmy.worldtoSelfhosted@lemmy.world•Self-hosted music streaming (and me giving up on it)English
2·
2 months agoI buy phisical media and lately I’m listening to internet radio again. There are streams in flac even.
I buy phisical media and lately I’m listening to internet radio again. There are streams in flac even.
I don’t think you can do this with routing because IPv6 doesn’t support splitting a /64 into subnets. Might work via virtual bridging over a vpn link. I don’t think tailscale supports layer 2 tunneling so you would need to use something else.
Docker as a technology is a misguided mess but it is an effective tool.
Podman is a much better design that solves the same problem.
Containers can be used well or very poorly.
Docker makes it easy to ship something without knowing anything about System Engineering which some see as an advantage, but I don’t.
At my shop, we use almost no public container images because they tend to be a security nightmare.
We build our own images in-house with strict rules about what can go inside. Otherwise it would be absolute chaos.