The Ansible playbooks I use to deploy it are the documentation.
- 0 Posts
- 6 Comments
Joined 8 months ago
Cake day: September 18th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
In my homelab I use Bitnami’s sealed secrets to commit the encrypted secrets to git and deploy with ArgoCD.
Which user do you use to run the podman command? Confirm with
whoami
Note that the sysctl
net.ipv4.ip_unprivileged_port_start
can be used to allow non-root users to bind to ports <1024, this might be configured in MicroOS, I don’t know.
We don’t know how big is the universe beyond the observable universe.
borax7385@lemmy.worldto Selfhosted@lemmy.world•Authelia 4.39 has been released with massive changesEnglish0·2 months agoOn the other hand I value Authelia single configuration file which I can version control in git. Authentik is a click-ops burden.
Oh, I didn’t realize this was for plain containers, sorry.
For that I use Ansible to deploy the containers in my server. The secrets are stored encrypted in my local machine with passwordstore and I use the passwordstore lookup plugin to load them in the playbooks/templates.