• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle


  • If you’re mainly gonna read pdfs, an ereader is probably too small to use comfortably.

    Look into eink note taking devices instead. They’re basically similar to a kindle, but also usually have a wacom layer to use their pens to annotate pdfs. Also they’re usually bigger (at least letter format) which makes them way better for that stuff. Most support epubs too.

    I used a reMarkable for some time. It has a cool homebrew community, since the creators are pretty open and just give you the root password. They also have their own sync apps and subscribtion stuff if you prefer that.

    At least Sony and Boox have some similar devices. Some come with Android which might be handy for you.



  • Seems people are already making great recommentations.

    Personally I also use docker-compose, a WireGuard VPN and an Nginx-Server to proxy/ssl-terminate all my services to my VPN or the Internet.

    Just host whatever you like/need. Something like Nextcloud is probably a solid start.

    Btw, I have not seen it mentioned here, but awesome-Lists are a thing on github where people collect various gems for certain categories. Here is the one for self-hosting which I have used extensively and really like: https://github.com/awesome-selfhosted/awesome-selfhosted

    Also, when you start hosting more than 2-3 services, keeping them up-to-date might become a hassle which you can forget. For docker-based hosting I’d recommend you setup watchtower, which can keep your servives up-to-date for you.