1
0

Miniflux: install and configure rss reader

This commit is contained in:
2025-06-28 12:12:19 +03:00
parent 99b6959c84
commit c568f00db1
10 changed files with 4047 additions and 3842 deletions

View File

@ -48,16 +48,16 @@ tasks:
--module-name template
--args "src=files/authelia/configuration.yml.j2 dest={{.DEST_FILE}}"
--extra-vars "@vars/secrets.yml"
- defer: rm -f {{.DEST_FILE}}
- >
{{.AUTHELIA_DOCKER}}
validate-config --config /data/{{.DEST_FILE}}
- rm -f {{.DEST_FILE}}
validate-config --config /data/{{.DEST_FILE}}
authelia-gen-random-string:
cmds:
- >
{{.AUTHELIA_DOCKER}}
crypto rand --length 64 --charset alphanumeric
crypto rand --length 32 --charset alphanumeric
authelia-gen-secret-and-hash:
cmds: