• 3 Posts
  • 63 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • A few years ago I got a laptop with a busted video output, installed CasaOS and that kicked off a learning experience that continues to this day. I’m now running a 2 node proxmox deployment with several LXC containers and a HomeAssistant VM. I self-host most of my stuff for me and my family.

    If it wasn’t for CasaOS, I’d probably had tried proxmox and fled in horror of the difficulty to grasp what it’s doing.

    Also IIRC Casa now uses proper docker-compose exports, while I was using it, it was a self-rolled json file you couldn’t really import on other platforms. So enjoy Casa, and when you feel like it’s hindering your learning or desires, jump to portainer and import your stuff with just a few clicks.

    For reference, here’s some of the stuff I’ve been hosting:

    • NextCloud AIO for document syncing across machines, backups and contacts/calendars/todo via DavX5 on android devices

    • immich replaces google Photos so I don’t have to ever “solve” a storage issue for any family member getting those googleOne popups

    • HomeAssistant is still a rabbit hole on it’s own, but I love tinkering and automating stuff

    • Paperless-ngx solved my download folder always full of random invoice PDFs as well as referencing documents and manuals

    • Jellyfin is not only on my main TV but also my hifi music source for mobile devices and standalone speakers

    • Portainer makes it super easy to spin up game servers for me and my friends in a few clicks

    • PiHole+Unbound makes surfing the web bareable again

    And a bunch more I use on and off, like NetAlertX to map and check on my network stats, Navidrome for older devices (like iPad2) music streaming, etc






  • I’ve solved most of my monitor problems on Wayland by using Gamescope. For example Enlisted (native) will insist on spanning across my 2 1080 monitors, or Helldivers 2 won’t boot on fullscreen while showing a white line on borderless. Also most games won’t properly grab the cursor.

    On any steam game add this as launch options:

    gamescope -w 2560 -h 1440 -r 60 -f -e %command%

    This will make the game think it’s always running in the foreground, and in the resolution/refresh rate you specify.

    If you want to add extra commands, like mangohud or gamemoderun, put them before gamescope

    Hope this helps ya, GL&HF






  • the problem with FW’s docs is that they are too opinionated, they expect a strict user and directory structure that should not be required for docker deployments. I modified the example docker-compose to use volumes instead of binding to host locations (except for the music:ro folder) and it didn’t like it at all. I get that they prefer using ansible playbooks over docker, but even when starting from a fresh debian 12 install it’d fail, even though I followed that guide to the tee.

    As someone else said on the thread, it’s weird but there’s no much choice for multi-library music-centric servers. Guess I’ll have to wrangle Jellyfin into submission to tag my music properly.


  • tried jellyfin even before Navidrome: the problem with Jellyfin is that as good as it is tagging and managing movies and tv shows, it’s atrocious at music management. Even though I painstakingly tagged and sorted my music using MusicBrainz Picard, there are tons of albums misplaced, or entire artists catalogs set as a single album. Same music collection on Navidrome worked OOTB and was perfectly sorted.