• 2 Posts
  • 56 Comments
Joined 2 years ago
cake
Cake day: February 2nd, 2024

help-circle
  • For me at least it is 100% a hobby. Sure when I’m actually working I’m either running plasma or riverwm basically stock, but it’s genuinly really fun to see how “hollywood hacker” based I can get my desktop to look. It also helps me learn more about interacting with the inner workings of linux since I like to modify things myself instead of using other peoples dots. I even made a shitty terminal application launcher using pure fish cause I wanted to see if I could, and it taught me a ton about .desktop files and binary locations and flags. That information I now use daily building my own applications

















  • I think you misunderstand the point of atomic still. Your base system should be installed entirely through ublue or other. Every time you update ublue will hash it and you can go back to that exact config with a working base system. Flatpaks and distrobox are user applications and should store all the data they need somewhere under your /home. Back up your /home and /etc with rsync or similar. When all is said and done your be able to recreate your system with ublue, and restore your configs and personal files with rsync.

    The advantages of ublue is you can easily share or restore your base system without needing to backup gigabytes of data every update



  • Authelia + lldap(lightweight ldap) has been a really nice and powerful setup that negates the need for authentik for me. Authelia and authentik have diffrent goals tho, authelia is by design less powerfull and has a much smaller code base so that independent teams can audit the code themselves and a “set and forget” type configuration. Authentik is targeted at being an enterprise solution with all the bells and whistles. If you need those bells and whistles and dont want to use authentik try looking at keycloak (which also needs an ldap backend)