from Hacker News

FreedomBox: Run your digital services from your home

by rck on 2/7/21, 7:52 PM with 75 comments

  • by anderspitman on 2/8/21, 3:05 AM

    If you're interested in self hosting I keep a list of ngrok-like tunnel proxies: https://github.com/anderspitman/awesome-tunneling
  • by toyg on 2/7/21, 11:10 PM

    Interesting that they now sell prebuilt kits on new hardware, after years targeting the now-defunct Globalscale Dreamplug.

    https://www.olimex.com/Products/OLinuXino/Home-Server/Pionee...

  • by ekianjo on 2/8/21, 1:34 AM

    There's also yunohost which is pretty much along the same lines: https://yunohost.org/
  • by darknavi on 2/7/21, 11:34 PM

    Not my preferred setup but I hope products like this help people get into "homelabbing" and self-hosting more of their stuff.
  • by dnpp123 on 2/8/21, 2:45 AM

    I'm pretty sad this project never lifted off.

    The talk at its origin is now a classic: https://www.youtube.com/watch?v=QOEMv0S8AcA

  • by imwillofficial on 2/8/21, 2:55 AM

    Cloudron.io is by far the most developed homelab in a box kit. Worth a look!
  • by skocznymroczny on 2/8/21, 10:01 AM

    I use DietPi on my Raspberry Pi (other small boards are supported too). It's easy to install, and provides a simple TUI installer for all the common services, from Git and Syncthing to various game emulators.

    https://dietpi.com/dietpi-software.html

  • by waah on 2/8/21, 6:52 PM

    As a newbie to this, I got one of the olimex units with ready-to-go SD Card. I've had it for a couple of years, I think. I've tried various of the apps and have settled on using it as an always-on syncthing node and to run Privoxy on my home network.

    To access away from home, it is running a Tor hidden service. Wireguard is also provided, so I'm thinking of trying that out as well. It snapshots, so if I get into trouble with a new app... I roll back. I keep all my syncthing data on an attached usb drive. I realize the SD card won't last indefinitely.

    What makes it feasible for me is that installation, configuration, and backup is handled by its web interface. I haven't needed to edit config files.

  • by oaguy1 on 2/8/21, 2:25 PM

    Has anyone here tried using WireGuard as a VPN for selfhosting? It is built into the Linux kernel (starting in 5.4?) and has lots of tutorials. Thinking of using it for my next project.
  • by m00dy on 2/8/21, 1:18 AM

    Email service would be cool to have on this
  • by Terretta on 2/8/21, 5:51 PM

    Why would one market a device to non-experts as a Dropbox alternative, a NAS to backup for all your computers, and a Bittorrent client, when it ships with a 32GB SD card?
  • by debarshri on 2/8/21, 9:49 AM

    I have a feeling that tunneling might just be a better option that creating VPN in enterprise setting. For instance, if you have confluence, jira etc running in your enterprise private network, instead of creating a VPN and asking endusers to connect to that VPN. They could expose each app with a authenticated tunnel. In this way the threat matrix reduces down to the application that is exposed and not whole private network. I wondering if something like this exists.
  • by lgdishwasher on 2/8/21, 8:12 AM

    I read my ISPs terms of service (the biggest ISP in Australia), and it specifically says you can't host servers on your residential connection. They expect you to buy an extremely expensive small business service to do that. I would assume this is the same for many ISPs, and I think it is terrible.
  • by foolinaround on 2/7/21, 10:58 PM

    how does this compare to sandstorm.io?
  • by ibudiallo on 2/8/21, 8:30 AM

    Hmmm many years ago I was wishful thinking about this very box [1]. This is gonna be a fun week playing with and testing it.

    [1]: https://idiallo.com/blog/bringing-back-the-pc

  • by seanieb on 2/8/21, 10:39 AM

    How does it handle updates? Can the non-expert user just click a button? Mediawiki strikes me as a service that would absolutely need command line access to upgrade?