• 0 Posts
  • 135 Comments
Joined 1 year ago
cake
Cake day: February 1st, 2024

help-circle





  • I’ve been super happy with it. Knock on wood it’s been super reliable. I have a single ZFS drive, take snapshots with various retention policies, nothing fancy.

    Another fun thing is to set up a reverse proxy on it as an endpoint for services on your local (home) network which can only be accessed by VPN. For example, my Jellyfin service isn’t public facing, but I didn’t want e.g. my parents to need to set up WireGuard. So instead they can point their TV to a raspberry pi on their network to access the service — even a first gen RPI can handle Jellyfin reverse proxy over WireGuard for moderate bitrates!






  • So what is an easy to use or no think thing I could use a pi 5 for?

    It sounds like you really want something that works “out of the box,” in which case, I would look for projects that have disk images available.

    This severely restricts what you can do with it, and as others have mentioned, is a bit antithetical to the Pi’s original purpose as a tinkering machine. But you may find something you like.

    The most basic would be to just use it as a desktop replacement.





  • For very simple tasks you can usually blindly log in and run commands. I’ve done this with very simple tasks, e.g., rebooting or bringing up a network interface. It’s maybe not the smartest, but basically, just type root, the root password, and dhclient eth0 or whatever magic you need. No display required, unless you make a typo…

    In your specific case, you could have a shell script that stops VMs and disables passthrough, so you just log in and invoke that script. Bonus points if you create a dedicated user with that script set as their shell (or just put in the appropriate dot rc file).




  • qjkxbmwvz@startrek.websitetoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    27
    ·
    edit-2
    3 months ago

    The network gear I manage is only accessible via VPN, or from a trusted internal network…

    …and by the gear I manage, I mean my home network (a router and a few managed switches and access points). If a doofus like me can set it up for my home, I’d think that actual companies would be able to figure it out, too.