• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • Well done for installing Linux! Thats a big list you have there and without knowing what your hardware specs are or your budget, I’d suggest getting a hard-drive to replace the one thats failing. Maybe another one to back it up. If you don’t have a lot to back up then perhaps a usb stick will do that job for you.

    Your list can be very expensive what with Ubiquiti and a NAS. Your router, whatever it is, will probably do for now and you can use up your motherboards spare SATA points for storage or even pop a harddrive into a usb hard drive enclose. Those are cheap. Life is easier if you have more than one computer to hand.

    Definitely learn docker, find the code for Pi-hole and learn to set it up, thats no.6 done. Do the same for vaultwarden no.11 For convenience: All the basic stuff exists on DietPi so look that up, its a bit odd. Most of it will run on a Raspberry Pi 3.0 and up, possibly less. DietPi also runs as an operating system on PC architecture.

    Debian (and most Linux Distros) will run as a server but you might find its a bit harder work to configure. You can run a VM within it.

    If you intend to access your stuff from outside your router, you can run a proxy like Nginx or Caddy or Traefic, but you’ll need to register a domain. Just check with your ISP that they allow that. Alternatives are available.

    Its easy’ish to just setup a VPN server using Wireguard and connect to that via a wireguard client from the outside. You could use Tailscale, Zerotier or Netbird (et al) which will give you more flexibility and security, ie for connection to your cameras, Game server, Nextcloud and Immich, and Home Assistant. This would also allow connections to vaultwarden. If you wanted you could build it yourself.

    Anyway start small. Satisfy your immediate needs, make it work. Re-evaluate, can it be done better?, Next steps, implications of changes on performance, cost and future needs. Knowledge gaps?

    You don’t have to decide now as there is loads of things to read and view, suck up the knowledge and enjoy.

    Edit: Obv. you could just install proxmox and spin up all the bits and bobs you want as you want them.

    This was too long, sorry


  • I use RPi 4 2Gb for Pi-Hole.

    Just retired a broken 8th gen intel i3 laptop used for Jellyfin. Its replacement is a GMKTec G3 N100. 4 core 4 thread, single channel SDRAM, but 12th gen Intel which is capable of a wider range of encoding & transcoding. Came with 8Gb ram and 256GB Nvme. Cost Less than £100 on ebay. Jellyfin installed ontop of Debian & very pleased with it.

    Currently running Truenas scale with smb shares to service local network.

    Additionally VPN on router provides access to home network.

    I have a few redundant Rpi’s sitting about now as I’ve consolidated and will be using more NUC/ MiniPC hardware in future. They’re just better value at the moment for me.

    Not looked at HA seriously yet, but its part of the plan


  • I think I had a look at most of them except Umbrel. Bit of a mixed bag for me and none of them struck me as outstanding. On paper I fancied Runtipi but I struggled to get that up and running even with Debian 11. Liked the inbuilt proxy servers but some of the apps I tried fell over so there was that. Some of them seemed a bit of a walled garden, for instance cosmos cloud provides constellation vpn, free for now but intends to charge for it later. Having commited you might find in future that transferring your containers might be difficult because of the way that they are created to work with the specific application. I decided docker and portainer was simpler for me. On a similar journey to create NAS looked at Proxmox,Truenas Scale and OMV. I’m coming to the conclusion that they’re nice but I don’t need the level of sophistication they provide. The GUI are nice but I could build on Debian or Ubuntu for my needs, mostly containers and the odd VM.