Hi, my family and I’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 ect. Safebox runs on Linux, macOS, and Windows (supporting both x86 and ARM64 architectures, even Raspberry Pi, Banana Pi hardwares 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 sharing feedback. 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.


How is this different from cosmos-cloud.io? The feature list looks identical.
Safebox is more about making it easier for home users to run self-hosted applications. You just need to run a single docker command, and the program will set up the web interface, application installation, SSL, reverse proxy, and optional remote access and geo-redundant backups. Cosmos cloud has more enterprise-level features, such as SSO, 2FA, and anti-DDoS, but it is also more complex