• 3 Posts
  • 83 Comments
Joined 1 year ago
cake
Cake day: February 2nd, 2024

help-circle


  • 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


  • And both suck for discord-like large communities (esspeically xmpp). We have thousands of open source p2p encrypted secure messaging software, yet almost nothing that even gets close to IRC for federated communities. In all fairness I also haven’t sat down and tried coding a software like that but I’d 100% throw some cash at anyone who can



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