The comments seen to be going of in tangents.
For a small business self hosted solutions are great, provided you have backups.
Here’s my 2 cents:
Install proxmox or another hypervisor, as it will provide snapshot based auto-backups directly to your NAS nfs share. You may additionally configure an additional vm for testing other things/docker images.
Also configure your NAS to auto backup to a third location for backup snapshots.
You may configure additional vms for the accounting and time management software.
I would recommend separate vms for enterprise/commercial solutions and self hosted ones, as the support for enterprise solutions WILL blame you for anything that goes wong with their software (your XYZ software did abc and broke our product, so no support for you).
Dedicate 1 VM for self hosted products and as far as possible use docker, as it provides another level of segregation between services. Docker compose would further help you with internal networking and volume management.
On the docker VM, I would recommend postgres, NGINX Proxy Manager, Uptime Kuma on the same docker network.
I haven’t had the time to implement LDAP & SSO myself yet but it would ease your life in the long run to set it up at the beginning.
The comments seen to be going of in tangents. For a small business self hosted solutions are great, provided you have backups.
Here’s my 2 cents: Install proxmox or another hypervisor, as it will provide snapshot based auto-backups directly to your NAS nfs share. You may additionally configure an additional vm for testing other things/docker images.
Also configure your NAS to auto backup to a third location for backup snapshots.
You may configure additional vms for the accounting and time management software.
I would recommend separate vms for enterprise/commercial solutions and self hosted ones, as the support for enterprise solutions WILL blame you for anything that goes wong with their software (your XYZ software did abc and broke our product, so no support for you).
Dedicate 1 VM for self hosted products and as far as possible use docker, as it provides another level of segregation between services. Docker compose would further help you with internal networking and volume management.
On the docker VM, I would recommend postgres, NGINX Proxy Manager, Uptime Kuma on the same docker network.
I haven’t had the time to implement LDAP & SSO myself yet but it would ease your life in the long run to set it up at the beginning.
Good luck.