• 10 Posts
  • 263 Comments
Joined 11 months ago
cake
Cake day: August 2nd, 2023

help-circle

  • Idealy you want a server that runs all the time and some kind of a player connected to projector for streaming. You can use your rpi for server, but NUC sounds better since it probably has SATA or m.2 port for storage. Raspbian or Ubuntu doesnt matter much since both are Debian based and setup should be simmilar. Look into servarr if you are interested in automated downloads. Then get Jellyfin for Netflix like experience with your local library. Most clients support Jellyfin player and Im using android TV stick. I have just ordered ChromeCast with Google TV 4K to replacce my old 1080p Xiaomi TV stick. You can also install Netflix app on any Android device.

    It is also possible to plug your server directly to projector via hdmi, but then you have to install server apps together with client apps on the same machine. I guess you need a wifi keyboard and mouse for remote control. Having 2 devices is better IMO, but it should work as single device.

    Rpi or NUC can also be used as a player, but got no experience in setting that up and Android box is better solution for me anyway










  • Im no expert, but will share my experience. I used to host (2 years) on rpi4 4GB and can’t recommend because it was painfull with USB drives. It works fine for many peeps, but I ended up using it as 2nd DNS server.

    Eventually I built DIY desktop PC (a year ago) with celeron G3930 (with quick sync) and no GPU. Runs perfectly fine for multiple 1080p streams, but I never tried 4k. Its dirt cheap hardware and its much better than rpi (imo) because it has sata ports. It runs 30-40 services ans drains around 30W (with 2 SSDs and 1 HDD) from the wall






  • Not sure is it same, I don’t use tailscale, but using pure wireguard. In my experience battery drain is not even noticable, but staying connected is not smooth as I’d like. I tried to keep active VPN all the time, but then sometimes I just notice my internet is not working ( I have disable or restart VPN connection). It could be issue with my phone (Android), missconfig or something else, but I switched to manually enabling VPN every time I need it. Not amazing, but few clicks every now and then is more than acceptable for my use case




  • First time im not completely sure how to proceed with update. This part is unclear to me:

    Unfortunately there isn’t a “proper” way to export a docker volume. The recommended method is to mount the volume and the directory (you want to copy your data to) to an arbitrary container, get a shell inside that container and copy the folder manually.

    I know how to stop the container and dump db, but need some help here