this post was submitted on 25 Apr 2025
59 points (95.4% liked)

Selfhosted

46322 readers
991 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

In the land of all the self hosted solutions. What are your best practices / options for business and general admin tasks?

So far we are thinking of setting up a NAS, Paperlessngx for document scanning, FreePBX for phone system, they have accounting software and employee time tracking software. Planning to use nextcloud, running on Proxmox including backups to NAS, with tailscale for 2 people to get in from outside, photoprism for photo storage, portainer.

The goal is a simple, clean, hands off, ways to cut down, centralize the general business work flow. This is a from scratch build and start. All options welcome, the point is to explore ideas. Full production environment for a small business. 1 or 2 office people, 1 to 10 employees. Using a gaming rig mid high end specs which is way overkill for this setup but it might grow depending on this post.

I am looking to FOSS-ify a local business. It's a service based business, that also does manufacturing which is growing rapidly to overtake the service side it seems this is their goal anyhow.

This is our time to shine! To show how far we have come and what we can now do! An exciting project.

top 14 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 20 hours ago

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.

[–] [email protected] 10 points 1 day ago* (last edited 1 day ago)

I think the thing with self hosting is that it's a hobby, and when it goes wrong, it's part of the hobby to figure it out. But in terms of business, then it becomes a risk. By all means try and use FOSS to improve solutions. I use a self hosted dropbox / file delivery to clients as it can saturate my 1Gbps fibre which is faster than most cloud file shares, but only because if it goes wrong one day, it's a 2 min job to use a cloud solution instead (temporarily) and email clients with the alternative solution. But I would never build something up that only ever worked via one system.

Don't just have data backups, have service backups. And in that regard, you may decide it's just easier to do as others have said and use enterprise solutions from the start.

If using a self hosted Office suite, have all files duped into a single Google Drive account for example. That way you're only paying for one Google account and have an emergency backup solution in place. EDIT: I've just recently degoogled and use Infomaniak in Europe for my office suite backup as its free for the 1st user. Experimenting with other non-Google/Microsoft solutions might be part of your journey.

You may decide the savings aren't worth the effort in what you're trying to achieve. EDIT: but I want to add that this is all part of the fun of what we do: thinking outside the box!

[–] [email protected] 7 points 1 day ago (1 children)

I don't see anyone talking about the human side so I'll ask - what is the appetite for change? I can see you yourself are motivated and that's great. How do you feel the attitude is with the others there? Migrating a company that's been working analogue for decades sounds like a big change programme regardless of the tech choices you ultimately make. This sounds like process change as well as technology change and that requires using another set of skills to wrangle the people.

I would advise to pick a small area first that's causing the most pain but also very amenable to common tech most people are already familiar with and is only a small change to existing processes. Get an early visible success.

The photo management might be a good start as we all are used to these apps on our phones and the tech is mature and easy to find in FOSS.

Everyone loves Immich though it has some big warnings on its github page about its own maturity. Maybe something simpler: just file/photo synching and a shared gallery? It can always be upgraded in future. Syncthing is solid, some kind of NAS and one of the older/mature galleries running on top. Get your backup process nailed down and run a real recovery process before too many photos are at stake.

Anyway it sounds exciting and kudos to you for looking to FOSS. Good luck!

[–] Colloidal 3 points 23 hours ago

Infrastructure is also easier to change. A TrueNAS local server with external backup using Borg should be a no brainer for users. You could also setup Syncthing to get users something close to OneDrive.

[–] [email protected] 3 points 22 hours ago (1 children)

A gaming rig is a waste of money because you don't need a fast gpu on a such a server. You want a boring server box and even better one with built-in "ilo" remote management.

[–] [email protected] 1 points 32 minutes ago

hm. i actually use gpu a lot for local ollama that is connected to stuff like homeassistant, onyx, openwebUI etc... and OP said business stuff..so i guess uploading a PDF to openwebUI is a valid local use case to have gpu.

[–] [email protected] 6 points 1 day ago

FreeIPA and Keycloak will give you directory management (LDAP and Kerberos), identity management, and single-sign on (OIDC and SAML) which if all your computers are running Linux as well, will give you centralized management of users.

You can then set other FOSS business management/productivity applications like NextCloud, Oodoo, Seafile, OnlyOffice, LibreOffice, CryptPad, etc. To use Keycloak as its authentication mechanism.

A lot of this will depend on what kind of work the business does.

You'll also want to look into log management and SEIM for security monitoring, Wazuh, Graylog, and others. This is especially true if the business has any data compliancy responsibilities in the country this is in.

[–] [email protected] 2 points 1 day ago

Although I agree that if it's a small business, it's better to outsource it to an established business but if you're serious about doing it yourself, check out OpenDesk/OpenCode. Also, why use your own hardware? A VPS is much more reliable.

[–] [email protected] 3 points 1 day ago (1 children)

Is there a reason you aren't using standard enterprise stuff?

I think you will quickly find that a lot of those pieces of software aren't scalable

[–] Colloidal 2 points 23 hours ago* (last edited 23 hours ago)

If the business grows tenfold, it's still only 120 people. They can't handle that in a gaming rig?

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago)

I haven't tried it, but onlyoffice docspace looks like an option. It' has hosted and self hosted options.

https://www.onlyoffice.com/docspace-enterprise.aspx

Edit: onlyoffice workspace might be a better fit if the company has the funds.

https://www.onlyoffice.com/download-workspace.aspx

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago) (2 children)

I think a concern for the business is whether other people can help maintain the system. As such don't go too custom and roll your own. Take things like nextcloud and see if you can fit the requirements by bolting on a few docker services. Keep it simple by using "appliances" where it makes sense (dedicated NAS?).

[–] Colloidal 2 points 23 hours ago* (last edited 23 hours ago)

Yup. I've worked in big multinational companies where a local department would roll their own solution (a database and a web page, usually), and then the people that built it moved on or retired and now no one will maintain the thing. A small business has much less resources to deal with this kind of thing.

The closer the stuff is to off the shelf, the better. Reliability and maintainability are paramount and should trump feature set when deciding.

[–] [email protected] 1 points 1 day ago

Right now the admin team is 2 people and mostly myself. The labor side is growing as work flows in. The whole reason I took this job is the stake in the company. Its been around for nearly 3 decades very well established and deep roots in the community. The key players are still in the business and industry tied. They have assets and a good crew. But no real internal structure and infrastructure.