• 0 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle
  • I would do FDE yeah. My current laptop setup is with systemd-boot and a special initramfs that allows me to unlock it with a yubikey, with fallback to password. Fair warning, this exact configuration is not particularly easy to setup.

    There are also modules which enable early network connectivity along with a SSH server, meaning you login and unlock it remotely. I have not tried this.

    Debian does not frequently require rebooting under normal circumstances. Kernel updates are not that frequent, and you can usually put it off for a bit if you don’t want to deal with it.




  • Yeah, you can turn off registration without a token. Then, if you want someone to register you can issue them a registration token, or manually create their account.

    Federation can be turned on, on a case by case basis.

    You can set rooms to invite only and not discoverable. Alternately, you can use an invite-only space that allows users to join rooms from there.

    The first two parts are done in the server config, see the synapse docs. The last is done once the server is setup and running as an admin.







  • Thought I’d throw in some things I’ve been using.

    • yetCalc - it’s a calculator
    • Vector Camera - novelty camera app which can make it look like you’re in the matrix
    • Leon - The URL Cleaner
    • Libera Reader - document viewer
    • K-9 Mail - it’s thunderbird mobile now
    • Imagepipe - image editor / exif cleaner
    • Gauguin - sudoku like puzzle game, configurable difficulty
    • Feeder - rss reader
    • AntennaPod - podcast manager / player
    • Element - flagship matrix client
    • AdAway - host based ad blocking (requires root)
    • Ente Auth - MFA




  • It sounds like you are having trouble with tonemapping HDR to SDR on the fly. This is a non-trivial task, but not impossible. Both mpv and ffmpeg (which plex and jellyfin use) are capable of this. If you install mpv, it will by default do the tonemapping, you can enable/disable this or force use of a particular algorithm if you like.

    To answer your question: Plex has been pretty shitty for years now, and it’s only getting worse. They just don’t care for their user base.

    ETA: Jellyfin also already does what you want, I think?



  • Gitlab uses a ton of resources and is a pain to setup. Once you get it going, it’s fine.

    Going to echo what others have said: Use Gitea or Forgejo instead if you can. Both have runners you can setup like gitlab, but they instead mimic github actions instead of gitlab ci/cd.

    I run a semi-private gitea instance, and have not had any problems past the initial setup in 2+ years.