Spyke

Replies

Comment on

Safebox: Open-source framework for managing self-hosted apps (Beta)

Reply in thread

Thanks a lot for the kind words and the nice feedback.

The idea and most of the core development came from my father-in-law, he started it years ago with one of his friends. My partner and I joined later to help mostly with testing ,using it, and coming up with ideas for what features might make it more practical for everyday use. We spent a lot of time researching similar projects and reading through community discussions to see what people were saying about their experiences and needs in the self-hosted world. We really care about keeping everything simple and transparent, so the UI and website design were done by another friend of my father-in-law.

We know there’s still a lot left to do, and that it’ll probably keep cutting into our sunday lunches 😄 but we hope it’ll end up being something genuinely useful for others too

Comment on

Safebox: Open-source framework for managing self-hosted apps (Beta)

Reply in thread

Thank you so much for your valuable feedback and kind words.

About the VPN configuration transfer, we’ve thought about it a lot, and in the end this seemed like the best solution: we hide the config behind a long random URL make it available for 5 minutes, and then delete the link. So, in theory an unauthorized user would have only five minutes to guess the URL and gain access. If you have a better idea, I’d really appreciate it.

As for backup_challenge_clients.sh it’s still a work in progress. It doesn’t work in the current beta version, and none of its features are available in the web interface yet. We’ll let you know once it’s implemented.

We’ll fix the nginx config, I promise 🙂 Just keep in mind this isn’t meant to be a public-facing site yet, since there’s no user authentication for now. But we’ll definitely review the web server setup too.

Thanks again for all your feedback, please keep helping us improve

privacy

Comment on

Safebox: Open-source framework for managing self-hosted apps (Beta)

Reply in thread

Thanks for your feedback 😀 Yeah, the app list on the website can be a bit confusing since it moves around, we’ll fix that soon. For now, these are the apps you can use in Safebox: Jellyfin, HomeAssistant, Immich, Nextcloud, Guacamole, Leantime, Gitea, Vaultwarden, Transmission, SMTP, Outline, Filebrowser, PocketID We’re always working on adding more apps and improving existing features, so the list will keep growing over time.

Comment on

Safebox: Open-source framework for managing self-hosted apps (Beta)

Reply in thread

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

privacy

Comment on

Opening the door: Making self-hosting friendly for newcomers

Reply in thread

We created Safebox mainly to make self-hosting easier, and proper, complete documentation is definitely something we want to provide, it’s already in the works. We also thought a lot of people might learn from it, but the scope is huge, so we’re still figuring out the right balance.

Should we cover the basic concepts too? How deep should we go? Introducing the software itself is the easy part, explaining all the related concepts in a clear, non-technical way is the real challenge.

Our goal isn’t to turn Safebox into a full-on cybersecurity course, but we do want users to understand what’s happening and why certain features matter, so they don’t feel lost.

As for the sources you mentioned, I have to admit I’m not entirely sure either. During my university studies I only touched on cybersecurity partially, mostly around the risks users face and how they respond. Yes, there definitely needs to be some basic guidance on security, what the main risks are and how to keep yourself safe. Honestly, I think this could work even better as a community project, where different people can contribute their own approaches and share experiences on how they protect their setups and what has worked for them.

privacy

Comment on

Opening the door: Making self-hosting friendly for newcomers

Reply in thread

Safebox is basically a framework to help you install and manage self hosted apps. It also includes features like remote access, backup, monitoring, and disk management (the last three are still in development). Safebox handles all the setup for you, DNS configuration, SSL certificates, and so on. If you want remote access, all you need to do is provide a domain (it can be an existing one, or you can register it with us). Of course, you can still use it locally, remote access is just an optional feature.

For people who don’t want to deal with the technical side, or who are still learning but want to try out self-hosting, I think Safebox makes things a lot easier and gives them a solid starting point

Comment on

Safebox: Open-source framework for managing self-hosted apps (Beta)

Reply in thread

Yeah, it’s similar to Yunohost or Sandstorm in that you can run self-hosted apps easily, but the main difference with Safebox is that it runs on any os with a single docker command. You don’t need to mess with terminals or commands afterward. Like Yunohost, you can install and manage apps through a web interface, while Safebox also adds geo-redundant backups and optional remote access,all in one interface.

Comment on

Opening the door: Making self-hosting friendly for newcomers

Reply in thread

Thanks for sharing your thoughts. Of course, I don’t want anyone diving in completely blind, some basic knowledge, research, and interest are definitely needed. But if someone decides they really want to keep their data safe and under their own control, even something like family photos, they should be able to get started in a simpler way. Then, once the first step doesn’t seem too intimidating, they can deepen their technical skills. The goal of Safebox isn’t to replace that knowledge, just to make self hosting more accessible.

privacy

Comment on

Opening the door: Making self-hosting friendly for newcomers

Reply in thread

Thanks your detailed feedback, I’ll try to go through all your points.

When we said Docker, we meant the desktop version, basically so anyone can try Safebox on their own desktop and check out the early product. We also added an auto docker install for server setups a few days ago.

You’re right about the docs, they’re still in the works, and proper documentation will be released soon.

That other post you mentioned got a bit too heated, so the mods took it down. Definitely wasn’t our intention to stir up tension, and it wasn’t about not liking the answer or linking it to the product. Right now we’re mainly looking for early feedback and for people curious enough to help test things out.

Thanks for explaining your point of view and your suggestions. It means a lot for us in this early state, and looking forward of any future feedback of your about the actual product.

privacy

Comment on

Opening the door: Making self-hosting friendly for newcomers

Reply in thread

Yes, that is kind of the case. Our goal and plan for the future is to offer an alternative with features you mentioned above. Safebox is currently in mvp state with limited features. If you take a look at the actual dashboard you can notice "monitoring" and "disk management" features alongside "backup"(both on Lan and geo-redundant between fellow users) will be available and updates for the OS and apps are already working it can be found (temporarily) under "notifications". At the moment we looking for early user feedbacks and testing demand.