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

    • Just keep in mind it will take a bit of effort to add and categorize your stuff. 😄 I’ve had Paperless installed for two months now but can’t get around to actually moving my stuff into it.

      • You are so right! That is the painful part that no one talks about! Took me a few days to get paperless-ngx working, because I had wrong firewall and port settings preventing docker containers communicating with each other. Once solved that I was proud and relieved - started scanning and categorizing - but in hindsight that was nothing compared to the amount of work to move stuff to it. I finally accepted that I will just have to keep doing that when I feel like it… which for the past months has been “never”. I now only put new docs in, but the older stuff is still sitting in nas folders.

        • Once you have some documents indexed, it’ll learn to apply the correct metadata automatically. That works pretty well. You can also apply the data through the REST API, if you have the data available already. But yes, that’s a bit of work. But paperless-ngx makes this easier than any other DMS I’ve ever used.

  • 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.

  •  fxdave   ( @fxdave@lemmy.ml ) 
    link
    fedilink
    7
    edit-2
    6 months 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:

  • I have an old mini PC that I’m going to use with proxmox to share some of the load from my nas. Today I setup tailscale and for it working with unbound DNS so I can use my domain when connected.

    It’s endless!

  • Using Ubuntu as a daily driver, due to a class requiring some kind of Linux software (options were WSL, which gave me a weird error, VM, or full install).

    Never have I tried to actually use desktop Linux as my primary work computer for more than a couple days.

  • 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.
  • 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   ( @pbjamm@beehaw.org ) 
      link
      fedilink
      English
      26 months 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.

      • 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.

  • 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.