Hi everyone, 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 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. Try it using Docker: docker run --rm -v /var/run/docker.sock:/var/run/docker.sock safebox/framework-scheduler

Then open: http://localhost:8080/

Links: 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.

  • Natanox
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    5 hours ago

    In which way does it differ from Yunohost?

    • sexy_peach@feddit.org
      link
      fedilink
      English
      arrow-up
      15
      ·
      edit-2
      5 hours ago

      They will have a paid tier after beta, also it’s deployed with docker only. It’s a shame, it does look quite clean.

        • Onomatopoeia@lemmy.cafe
          link
          fedilink
          English
          arrow-up
          4
          ·
          3 hours ago

          To be fair, the pro plan is for the non-local stuff, which is at least understandable as domains and resolution services are non-free.

          Also ongoing development takes resources. Seems like a reasonable approach.

          I say this as someone who absolutely despises subscriptions.

      • polymachine@feddit.org
        link
        fedilink
        English
        arrow-up
        6
        ·
        4 hours ago

        From their FAQ:

        What is the difference between the Basic and the Pro plan? The Basic (free) plan includes local access, a full suite of applications, and encrypted backups to local devices. The Pro (€10/month) plan provides remote access via custom domains, geo-redundant backups across locations, and unlimited subdomain support.

        • drebora@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 hours ago

          Thanks! That’s a mistake, the pro version is currently completely free in beta.

    • drebora@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      2
      ·
      5 hours ago

      The main difference is that Safebox is software that runs on any operating system with a single command using docker. There’s no need to use terminals and commands later on. Like Yunohost, you can install and manage self-hosted apps with it, but it also includes geo-redundant backup and remote access features, all in one interface.