Skip Navigation
21 comments
  • I buy it.

    As it turns out, a couple of months ago when a laptop crapped out at an inopportune time, I needed to retreat to a much older machine with barely enough memory to keep a browser running all day. As I tried to work out a recovery plan for the things that didn't seem properly backed up (they were, just not where I expected them), I remembered that I had a couple of old Raspberry Pi units that I never did much with, and decided that could take the load off of the laptop if I tossed them in the corner.

    So far, I have Code Server to substitute for Visual Studio Code, Cryptpad for Libre Office, Forgejo just because I really should have done that a long time ago, Fresh RSS for a rotating list of RSS readers since I dropped my Internet-accessible Tiny Tiny RSS installation, Inf Cloud and Radicale for a calendar/address book, Jellyfin that used to run on the then-in-use old laptop, Snappy Mail for Thunderbird and the bunch of heavy webpages from mail providers, YaCy because I've wanted to use it more for many years, and a few others.

    Moving onto a more functional computer, I decided to keep the servers running, because the setup works about as well as the desktop setups that I've run for years, if I use a few pinned tabs. I'm sure that I'll scream about it when something goes wrong, but it does the job...

  • Maybe you should join forces with YuNoHost. It let peoples selfhost on a Raspberry Pi or any old computer. Can be a "when I start it spare board only visible at home".

    They already have a lot of apps packages that are 1 click to install. Maybe you can discuss to propose an option in their package script to reduce network to the current machine?

    The only downside to this approach is that their solution is targeted at being an entire OS. So I suspect most of the work would be to extract the app management from the rest?

    One issue I have with your idea is that most open source servers/app are designed to be run on Linux right? Not every users use it on their main machine. You also talk a lot about docker… does it work on Windows? I mean WSL sounds like a nightmare to manage with script, for other peoples. From my point of view, YuNoHost solution is easy enough for a layman, and they will be happy not to break their main PC, have access from their phone, … even if only at home.

  • ive been going back to basics the last few years after years of messing around with self hosted stuff for a while. i just like the simplicity of the files being local and not worrying about logins or needing to be iconnected to my home network or needing remote access etc.

    plain text markdown files for note taking. keepass for passwords, which is just a single file. instead of using jellyfin to watch movies i usually just open a file browser. m3u playlists for listening to music with mpv. then syncthing for syncing all that between devices.

    something i want to do soon is to run Radicale/calDAV locally on each device and then have syncthing sync the changes instead of needing every device to talk to a central calDAV server. DecSync is another option for this kind of thing i think

    for bookmark syncing im currently using Floccus with the webDAV server thats running on my synology, but i would like get that webDAV server running locally with syncthing at some point as well

    mainly if its something that i use daily i want to try and get the files to always be stored locally, then other things that i might only use 2 or 3 times i week i dont mind doing self hosted stuff

21 comments