drebora

joined 1 week ago
[–] drebora@lemmy.world 1 points 5 hours ago* (last edited 5 hours ago)

So my point I was driving at - especially with such a diverse offering of wireguard services which do not charge for (effectively) VPN access to your own infrastructure - I was more interested in why your service would be looking to pay gate it as a “premium” feature.

This would be different if we were talking you hosting all these services on your infrastructure but considering the marketing to homelab - I find it to be an unusual choice… And was curious as to the reason for the decision.

Right now, we’re not charging anything for our service. In the future, if we do, it would only cover things like domain registration, proxy setup, and some extra features such as monitoring and traffic analytics.

It’s important to mention that using our service isn’t required for Safebox to work. You can use your own domain provider, set up a VPS with a public IP, point your domain to it, and everything will work just fine.

I asked one of our developers to answer your other question since he can give you a more accurate answer.

[–] drebora@lemmy.world 1 points 23 hours ago

Thanks for the suggestion, we'll definitely look into it.

[–] drebora@lemmy.world 2 points 23 hours ago

Since the software is open source, we’re not planning to block or restrict anything now or in the future. Right now we’re focused on development, and later we might build some services around it, but the software itself will always be free to use.

[–] drebora@lemmy.world 1 points 23 hours ago (4 children)

Our software is basically a web app that makes it easier to install and manage supported third-party apps. Wireguard (currently) is only used for remote access, if you don’t need that you don’t have to turn it on.

For security, everything runs in an isolated sandbox using docker and that also answers your other question.

We do plan to offer a paid remote access service in the future, but it’s totally optional. The same goes for backups, they can be geo-redundant if you use our service, but these are optional feature.

[–] drebora@lemmy.world 7 points 1 day ago

Thanks, yes we're looking for early users and feedback

[–] drebora@lemmy.world 14 points 1 day ago* (last edited 1 day ago) (1 children)

We're just a family working together in our spare time. We want to make self-hosted web hosting easier to start and easier to use for everyone. We don't have a business plan yet, we just want to build something useful and see what people think of it. Are you assuming it's not open source because of the github page? We used Gitea before, and we're moving everything over from there, that's why it may look a bit empty right now.

[–] drebora@lemmy.world 4 points 2 days ago

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

[–] drebora@lemmy.world 7 points 2 days 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.

 

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.