this post was submitted on 10 Nov 2025
88 points (92.3% liked)
Privacy
43225 readers
724 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks for the comment! In older Safebox versions we tried a Docker install script for Debian, but it felt too rigid. Since Safebox is meant to run on pretty much any os, we figured it’s easier for people to just install docker themselves. It’s really simple, and we even cover it in the Safebox install guide.
Also, unlike CasaOS, YunoHost, or Cloudron, which only run on certain OSes, Safebox works on any os as long as Docker is installed, making it much more flexible. That’s basically the "price" we pay for supporting any os.
It's definitely not.
Your install guide shows installing Docker Desktop on MacOS in a GUI, which is a strange way to demo server software.
Installing a DE at all is going to lead to complications with sleep modes (ask me how I know), not to mention a bunch of resources and storage for something you're never going to use.
The goal of your software is supposedly to simplify self-hosting but when you support all these other platforms you necessarily complicate things.
Most everyone will be using Debian anyway and there's not really a good reason not to.
Thanks for pointing that out, we actually went back and rechecked the whole auto docker install idea because of comments like yours. And yeah, you’re right, most people running this on a real server are using Debian anyway, so having an automatic install there does make sense.
The reason the current guide shows docker desktop on macOS is just because we’re still in beta, and we assumed beginners would try Safebox on a regular desktop first. But we get that it’s not the best example for server software, and we’ll improve that.
We’ve brought back the auto-install script and tested it on Debian/ubuntu/raspbian. If you want to try it out here it is: https://github.com/safeboxnetwork/framework-scheduler/blob/main/README.md If you notice any issues, we’d appreciate your feedback.
Sick, thanks. I'm with Yunohost currently but I'll keep your project in mind.