stack/kustomizations/radicale
Danny Grove 02ce41b554
Merge remote-tracking branch 'origin/refs/pull/13/head' into drgrove/radicale
2025-08-04 13:43:06 -07:00
..
files radicale: initial commit 2025-08-04 13:08:06 -07:00
README.md radicale: initial commit 2025-08-04 13:08:06 -07:00
ingress.yaml radicale: initial commit 2025-08-04 13:08:06 -07:00
kustomization.yaml kustomize/radicale: update image to latest iterration 2025-08-04 13:08:10 -07:00
secret-generator.yaml radicale: initial commit 2025-08-04 13:08:06 -07:00
service.yaml radicale: initial commit 2025-08-04 13:08:06 -07:00
serviceaccount.yaml radicale: initial commit 2025-08-04 13:08:06 -07:00
statefulset.yaml radicale: initial commit 2025-08-04 13:08:06 -07:00
users.enc.yaml Merge remote-tracking branch 'origin/refs/pull/13/head' into drgrove/radicale 2025-08-04 13:43:06 -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