Noogs
I have a single Proxmox host running:
- Apache reverse proxy
- 2x PiHole
- Jellyfin
- UniFi Controller
- Sonarr
- Radarr
- Lidarr
- Readarr
- Prowlarr
- NextCloud
- Deluge
- MySQL
- HomeAssistant
- OpenSense firewall
- Zoneminder
- Lemmy (with Alexandrite)
- RockStor NAS
- Windows 10 workstation
I’m here too but I haven’t seen much activity from the few of us that have migrated. I won’t go back to reddit but I fear most of the MSP community will stay there at least for the time being.
I agree that MSPs mainly push proprietary but there is a growing sub-community of us that still advocate for FOSS where we can, and use strictly FOSS products for their personal tech. I hope to see at least many of those people migrate here. CIPP users and the CyberDrain and MSPGeek communities are filled with these people for example.
There’s a bit to explain here. So the root user is basically the equivalent of Administrator. One big difference (there are many) is that when you run something as root using sudo, you are actually running as the root user. When you ran the first command to create the folder, you created it in your home directory using the ~ shorthand variable which points to your /home/ user folder. The second command, also references your home folder. However since your running as root, it’s looking for the file in the root user’s home directory or /root, not your home folder.
The config file needs to be in the home directory of the user running the command unless you can put the full path to the config file in the command, then you can put it wherever you want.
Not weird at all. All my data is shared from a single VM but I access it from several others than run jellyfin and the *arrs, and a few other things. When you don’t want everything running on the same virtual machine, you need to share the data over the network, even if it’s all on the same physical box.
If you want multiple containers or VMs to have access to the data it needs to be shared from somewhere. As others have mentioned you can setup a VM to run a NAS OS like FreeNAS or just run a container with samba and pass the drive through to the container. The difference is how you access the data from the other containers and VMs. You’ll access them via samba shares as opposed to local drives.
To my knowledge two containers/VMs cannot share the same physical or virtual disks in Proxmox. I tried and had to go a different route to get what I needed.
I feel like the average person doesn’t need a computer most of the time. Anyone who’s a “power user”, for lack of a better term, probably does. I run a VM with a desktop OS on my Proxmox setup that I remote into from my phone for things that I require a full OS for but don’t want to break out my laptop. I often find myself remoting into it from my laptop anyway just for continuity.
We use ProofPoint but exploring other options. I have heard very good things about Avanan but have never trialed it. We’re big Sophos partners as well and they recently revamped their email security service, so we’re going to at least give it a go given the integration with their other offerings.
Ah ok. So the only thing left behind really is your name which again I suppose could cause problems out in the ActivityPub world but that’s way too deep into the development of Lemmy for me so I’m only speculating. Basically my random theory is if @youraccount@moose.best is somehow tied to a particular instance ID and now that instance ID is different, I’m not sure how ActivityPub handles that or if that even matters.