- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Hi everyone, we’re mainly looking for feedback and testers for our project, which is currently in beta. We’ve been working on Safebox, an open-source framework that helps you install, manage, and access self-hosted applications such as Home Assistant, Nextcloud, and Jellyfin etc. Safebox runs on Linux, macOS, and Windows (supporting both x86 and ARM64 architectures, even Raspberry Pi, Banana Pi hardware also tested). It manages domain and subdomain setup, Let’s Encrypt certificates, DNS configuration, and reverse proxy (nginx). It also includes a Wireguard-based remote access feature and a geo-redundant backup system (currently in development). The project is in beta, and we’re looking for people interested in testing and giving feedback on its usability, stability, features, and really anything else. All information about Safebox and beta testing can be found in our discord channel.
If you’d like to try it out, you can start it with Docker:
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock safebox/framework-scheduler
Then open: http://localhost:8080/
Website: https://safebox.network/ Github: https://github.com/safeboxnetwork/framework-scheduler Discord: https://discord.gg/aBP8bz6N8J
We’d really appreciate any feedback or ideas for improvement.


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.