5
What products do you wish you could self-host?
(alien.top)
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.
For Example
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
Sadly, there will never be a truly self-hosted solution given how the devices in question rely on Google, Samsung, Microsoft or Apple servers to be active and available on initial enrollment. The control plane can be on-prem, but the actual enforcement is done through built-in management APIs that depend on external services.
That said, I created my own zero-cost MDM solution by leveraging Android Enterprise APIs along with Samsung Knox. There's no pretty UI though - everything is done through API calls using Postman. Enrollment is achieved by scanning a QR code on the device's first boot. I'm managing ~450 Samsung tablets and a dozen mobile phones using this approach.
hmm, for Apple a MDM Push certificate is the link between the two, for Google the managed play store, neither of these have a "requirement" for a SaaS solution.
both of these are just to connect the device to the MDM platform via a "managment profile" (waves hands), the settings and enforcement is all on the MDM platform.
A very long time ago (the days of the 3G) I had an internal web server that hosted iPhone configuration profiles, it was very (very) "basic"
Granted this is only for Apple (and with a last commit in 2022 might be dead) but is useful for showing what part connects where to do what.