nezach@discuss.tchncs.detoLinux@lemmy.ml•There are sane people with this many VMs on a personal machine, right? RIGHT?
48·
2 months ago3-2-1 rule with restic. Check it out.
ReadyMedia (formerly MiniDLNA) works fine for me as a container via podman on a raspberry pi.
podman run -d --name=minidlna \
--net host \
-v dir/to/music:/media/audio \
-e MINIDLNA_MEDIA_DIR_1=A,/media/audio \
-e MINIDLNA_FRIENDLY_NAME=Music \
--restart on-failure:3 \
--platform linux/arm64 \
docker.io/vladgh/minidlna:latest
No http interface though for playback. Still very simple and does the job for me.
Did you try
sudo dpkg -i path/to/tic80-v1.1-linux.deb
I like restic too.
I guess it boils down to
Other than that, Steam Deck is a beast. For me that’s not worth having a switch. But whatever suits your boat. In the end we are all gamers and I respect all the various possibilities.