

Yes, convenience is the main reason people like you use discord. But there are many reasons against using it and I am sure you know all of them, so no need for a discussion.
Just wanted to highlight: you are part of the discord problem.
Yes, convenience is the main reason people like you use discord. But there are many reasons against using it and I am sure you know all of them, so no need for a discussion.
Just wanted to highlight: you are part of the discord problem.
“Hop on the discord server”… Boooo. What happened to the good old Forum. Searchable and all.
Follow me on instagram for more great criticism.
Lemmy interpreted the *
as something cursive. I try to edit it like I mean it.
Sorry to hear, I feel you:
I wanted to delete all .m3u-files in my music collection when I learned:
find ./ -name "*.m3u" -delete
-> this would have been the right way, all .m3u in the current folder would have been deleted.
find ./ -delete -name "*.m3u
" -> WRONG, this just deletes the current folder and everything in it.
Who would have known, that the position of -delete actually matters.
I understand that I can use a VM to run docker, but:
Wouldn’t make a LXC more sense than a VM with docker inside? And what are the advantages of running jellyfin in a container instead of a normal installation? The VM is already kind of a container, what benefits do I get from yet another container inside? I am curious to learn more!
Proxmox could be the perfect learning environment for docker, just make a new VM if I borg something. I will look into it, thanks. Just not for this specific project, Jellyfin on Debian sounds good for me.
The other comment made sense to me, why contain a container. But you are right, I will learn more about docker, it seems like a great tool.
Thank you for your confirmation with NFS. Just read about it yesterday, in search of an alternative to samba, what all the windows user seem to use.
That makes sense, docker is off the table.
Thank you for your answer. I maybe want to add some features in the future, like all those *arr- programs. Wouldn’t it be easier to have everything in one VM instead of many LXC?
Kopia sounds nice, thanks! I want to back up my Nextcloud to a Nextcloud of a friend. Should be working with Kopia/WebDAV.
That sounds good, I will read more about setting up a VPN. Thank you!
Thanks! I think I get too hung up on the VPN-part. If I had a setup where I open one Port to a Pi which is set up as a nginx reverse proxy that redirects the connection to my different services depending on the URL - homeassistant.myserver.com, backup.myserver.com,… - would that be considered a VPN?
Please ELI5: How does this solution work? You tunnel yourself in your home network with a VPN on your PI? How is that safer, isn’t there still a port open?
That is simply not true.
That sounds like a great idea.
At the moment I am using Openmediavault as a VM within proxmox - I pass my HDDs through to this VM. Openmediavault let’s me do all the stuff I want to: Share folders via SSH, NFS and raid-management.
Do you know if I can do the same with proxmox directly? Do you maybe have a link where this way is described in detail?