stack/kustomizations/radicale
Danny Grove d241321971
radicale: initial commit
2025-07-13 21:50:18 -07:00
..
files radicale: initial commit 2025-07-13 21:50:18 -07:00
README.md radicale: initial commit 2025-07-13 21:50:18 -07:00
ingress.yaml radicale: initial commit 2025-07-13 21:50:18 -07:00
kustomization.yaml radicale: initial commit 2025-07-13 21:50:18 -07:00
secret-generator.yaml radicale: initial commit 2025-07-13 21:50:18 -07:00
service.yaml radicale: initial commit 2025-07-13 21:50:18 -07:00
serviceaccount.yaml radicale: initial commit 2025-07-13 21:50:18 -07:00
statefulset.yaml radicale: initial commit 2025-07-13 21:50:18 -07:00
users.enc.yaml radicale: initial commit 2025-07-13 21:50:18 -07:00

README.md

Radicale

Creating an account

Currently to create a radicale account you will need to generate and hash a password with htpasswd and bcrypt.

You can generate your password using a password manager or openssl with at least 32 characters.

htpasswd -Bn <user>@distrust.co

You will then need to add the output to users.enc.yaml which is encrypted with SOPS