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.

  • Cooper8@feddit.online
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    21 hours ago

    I love this idea, but I agree lack of docker auto-installation as a part of your executable is going to make it harder to convince less techy folks to use, and they (we) strongly prefer a one click installation process at the front end.

    Overall though, I love this concept and will give it a shot!

    • drebora@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      3 hours ago

      Thanks😀 As I mentioned in a previous comment, we tried to integrate auto docker installation, but ultimately decided that it would be easier for users to install Docker themselves, and the guide explains the installation process step by step. This way, Safebox can be installed on any os.