I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂

  • Hominine
    link
    fedilink
    English
    17
    edit-2
    1 year ago

    If you’re not using your pihole as a recursive DNS server that is a natural next step that ties neatly into where you’ve already gone. Wireguard can also easily run next to it if you want a lightweight VPN for when you’re away from your network.

  • @Diplomjodler@feddit.de
    link
    fedilink
    141 year ago

    Paperless-ngx. It’s a document management system for home users or small companies. Pretty cool if this is something you need. If you spend a lot of time filing away documents, you definitely need this.

  • @fxdave@lemmy.ml
    link
    fedilink
    5
    edit-2
    1 year ago

    I made a home inventory management software, because I don’t have much space in my flat, so I track every single piece of the compressed pile of boxes; with qr codes on them.

    It’s a very simple app but you should have a printer to print qr codes for the boxes.

    The documentation lacks some detail, so ask anything about it, if you want to try it.

    https://github.com/fxdave/DavidHomeVentory

    EDIT: yeah I didn’t update the readme. The installation may not work. So tell me if you want to give it shot.

    It looks like this in action btw:

  • caseyweederman
    link
    fedilink
    41 year ago

    Do what I do. “Oh shoot, Jellyfin stopped, now I have to remember how to tell Arch to clear out its cached packages” (it’s pacman -sc if you’re me and you’re reading this in the future)

    • @Father_Redbeard@lemmy.ml
      link
      fedilink
      21 year ago

      This is me… In general with Linux. So I have a whole section of my Obsidian vault dedicated to troubleshooting and setup steps for my server projects. It’s saved me hours of research already. Stupid brain…

  • @krash@lemmy.ml
    cake
    link
    fedilink
    31 year ago

    There’s so much you could do.

    • have a reverse proxy for your services, as containers
    • connect then through netbyrd or nebula if you want the FOSS route (or headacalescale)
    • set up an IDPS, such as fail2ban, snort, etc
    • Set up a backup job, there’s many projects that does this well - check out Borg and kopia.
    • since we’re on linux, try out different shells. Zsh or fish are pretty popular and pretty to look at.
  • dalë
    link
    fedilink
    31 year ago

    My weekend project will be install mint for my first flurry into Linux.

    I’m going to set it up for some light gaming and media streaming.

    Running on a Dell Latitude 4980, long term hoping to learn enough to set up a home jellyfin server.

      • dalë
        link
        fedilink
        21 year ago

        Thanks. Finally after Mint didn’t recognise my network adaptor I tried Manjaro (everything worked great, but I don’t think I’m ready for Arch) so ended up on Pop_OS … everything works so I’m going to stick with this for now.

          • dalë
            link
            fedilink
            11 year ago

            Good to hear, I’ve not had any issues so far. The only “niggle” I’ve had is when pairing my Bluetooth devices I’ve needed to turn Bluetooth on and off for each pairing bit once done they’ve reconnected fine.

  • @UNY0N@lemmy.world
    link
    fedilink
    31 year ago

    I’m learning about i3 and xfce on arch (my daily driver). I’m not linux expert, but I’ve been really enjoying figuring things out after switching from ubuntu to arch. This weekend I’m getting the icons for network manager applet and clipman working on the whisker panel, and then removing the i3bar.

    Well, at least that’s rhe goal. I don’t have much free time, so tbis will mkst likely be a month project, not a weekend. :P

  • Kata1yst
    link
    fedilink
    21 year ago

    Currently working on a replacement for BirdCAGE. It was a pretty cool project, that was unfortunately based on some pretty hacky code (not the dev’s fault, he based it on BirdNet-Pi) and subsequently has been abandoned.

    MVP is up and running, just polishing and adding features. Still no GUI just yet, right now it’s just presisting the data locally (recordings with detections, spectrograms, and a database of detections) and submitting the results to Birdweather which you can use as a basic UI until I get around to it.

    It’s been a great learning experience.

    • pbjamm
      link
      fedilink
      English
      01 year ago

      Do you have a project page I can keep track of? I have some spare Pi-compatible machines.

      Looking at BirdWeather the only node on Vancouver Island is 200km from me. Would be a fun thing I could stick outside my house, we have lots of bird traffic here. Just today I saw robins, crows, ravens, eagles, swans, geese, ducks, and gulls and I was only barely paying attention.

      • Kata1yst
        link
        fedilink
        1
        edit-2
        1 year ago

        I haven’t made the repo public just yet, but I’ll reply to you here when it is. Hopefully early next week.

        Though for the record the current scope is to deploy on x86 docker and listen to remote rtsp streams.

        I did just disparage the code of BirdNet-Pi somewhat, but it’s a vetted and solid solution on pi-compatible hardware.

  • z3rOR0ne
    link
    fedilink
    11 year ago

    Host your own Gitea server and then version control your own RPI configs on the RPI. I mean… save them elsewhere also, but it’s yet another thing you could do with that awesome little device.

  • Human Crayon
    link
    fedilink
    11 year ago

    This weekend is getting Foundry VTT up with a reverse proxy and certs for voice/video chat. Spinning up a new VM in proxmox and getting HAproxy configured for it (it’s used for the rest of my services).