For those of you who use Raspberry Pi’s in your home environment, I’m curious as to what you use them for. What applications are you running on them? Do you have your Pi’s setup in a cluster?

  • Dandroid@dandroid.app
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 months ago

    I own a raspberry pi 4. Every time I try to use it, I spend half my time trying to fix the stuttery/non responsive UI by fucking with the compistor and such. And then I give up.

    I eventually got a new gaming PC and turned my old one into a Linux server, and haven’t really touched my Raspberry Pi since.

    • notfromhere@lemmy.one
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 months ago

      Try running a server image on it without desktop and then logging into it over the network from another device like a laptop via ssh

      • Dandroid@dandroid.app
        link
        fedilink
        English
        arrow-up
        0
        ·
        9 months ago

        My usecase required a GUI. I was trying to have a mini PC connected to my TV to watch live sports games in a web browser (pirated streams). I was getting micro stutters with a raspberry pi, which made sports unwatchable.

  • ᓰᕵᕵᓍ@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    RPI4/400 is perfectly capable as a little home server. All it needs is a good SD card.

    Owntracks,photoprism,monocker,brave go m-sync,libre photos,wallabag,radicals e,Baikal,Firefox sync,Joplin web,webdav server,jellyfin,vaultwarden,wireguard

    • ByteWizard@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      9 months ago

      Get an eMMC module ($10) for the Pi or buy something similar with one built-in. Much faster and more reliable.

  • cestvrai@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    I have a Pi4 running octoprint, pi-hole and some of my own containers.

    The rest I run on a Hetzner VM.

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    9 months ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    DNS Domain Name Service/System
    HA Home Assistant automation software
    ~ High Availability
    HTTP Hypertext Transfer Protocol, the Web
    IP Internet Protocol
    MQTT Message Queue Telemetry Transport point-to-point networking
    NAS Network-Attached Storage
    NUC Next Unit of Computing brand of Intel small computers
    PiHole Network-wide ad-blocker (DNS sinkhole)
    Plex Brand of media server package
    RPi Raspberry Pi brand of SBC
    SATA Serial AT Attachment interface for mass storage
    SBC Single-Board Computer
    SSD Solid State Drive mass storage
    SSH Secure Shell for remote terminal access
    VNC Virtual Network Computing for remote desktop access
    VPN Virtual Private Network
    VPS Virtual Private Server (opposed to shared hosting)
    Zigbee Wireless mesh network for low-power devices
    nginx Popular HTTP server

    [Thread #170 for this sub, first seen 27th Sep 2023, 16:05] [FAQ] [Full list] [Contact] [Source code]

  • 𝙚𝙧𝙧𝙚@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    I have four Pis. They’re running Pihole DNS & DHCP, a reverse proxy, and torrent clients. I don’t have them setup as a cluster, been meaning to look into it but I don’t want to add complexity so I’m putting it off.

  • meyotch@slrpnk.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 months ago

    Not much love here for the Pi Zero W. I love them for being so flipping cute. I have a couple I use when I am learning a new system admin tool or service and I need to be able to let it run undisturbed to observe stability and function.

    Lately I am learning MQTT so am using one as a broker to manage some homemade smart devices.

    If I can ever find one in stock, i want a couple of Zero 2 for similar projects that would benefit from the extra oomph.

    • sevanteri@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 months ago

      I have a Zero with a macropad attached. Key presses are then sent to Home Assistant through MQTT. The zero is perfect for it, small and low power.

      Still wondering what to actually do with my Zero 2.

  • operator@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    9 months ago

    Using Pi’s to run services in my homelab which I want to keep separate from my server (to have some sort of failover in case the server goes down). Status/Monitoring, VPN server and so on

  • Rearsays@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 months ago

    Yeah but they’re really only good for single purpose things I keep killing sd cards trying to do more.

    • Scrappy@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      9 months ago

      Boot from USB is your friend! Use a USB to SSD connector and boot from SSD. Havent had a single storage problem since I switched to SSD :)

  • YIj54yALOJxEsY20eU@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    9 months ago

    Lets see…

    • nord vpn client
    • qbittorrent (through nord vpn)
    • proxy server (through nord vpn)
    • wireguard vpn server
    • ssh client so I can port forward through the vpn server to/from connected clients
    • jellyfin
    • ntfy (self hosted notifications)
    • pi-hole (vital for the local dns)
    • nginx
    • gitea
    • wallabag
    • minecraft server
    • container registery
    • smb share for my friend (I help them with content creation)
    • smb share for a live recording profile I set up on android

    Those are just docker containers, it also is a backup server for all the devices I own. It also runs all non sensitive data on an unencrypted partition then will auto decrypt the sensitive partion through ssh via my desktop. This means my vpn server will always run so I can connect, wake on lan my desktop, decrypt it and log in. Im sure I’m missing things.

    • notfromhere@lemmy.one
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 months ago

      My list is very similar but I have my Pis in a k3s cluster with a NAS for PVs. That allows me to not worry about what physical device is hosting the service, and I built it so I can intermix amd64 devices when I start adding in my used laptops into the mix.