Compare commits

...

2 Commits

Author SHA1 Message Date
e7d5544adc
chore(deps): update davidanson/markdownlint-cli2-action action to v20
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 15s
Build / build-amd64 (pull_request) Successful in 1m3s
Build / build-arm64 (pull_request) Successful in 5m16s
Build / build-amd64 (push) Successful in 4m47s
Lint Markdown files / markdown-lint (push) Successful in 14s
Build / build-arm64 (push) Successful in 5m52s
2025-05-31 12:15:18 +00:00
5c4ad167f7
docs(README): adapt documentation to be compliant with markdownlint
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 4s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 4s
Build / build-amd64 (push) Successful in 4m58s
Build / build-arm64 (push) Successful in 5m21s
2025-05-31 14:02:28 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,6 @@ jobs:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'

View File

@ -148,8 +148,8 @@ supported languages.
### POSTFIXADMIN_ENCRYPT ### POSTFIXADMIN_ENCRYPT
Via `POSTFIXADMIN_ENCRYPT` can be the algorithm specified to encrypt passwords of users. The algorithm `md5crypt` is Via `POSTFIXADMIN_ENCRYPT` can be the algorithm specified to encrypt passwords of users. The algorithm `md5crypt` is
defined as default. Other possible values are documented defined as default. Further possible algorithms can be found in the
[here](https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/HASHING.md). [documentation](https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/HASHING.md).
### POSTFIXADMIN_SETUP_PASSWORD ### POSTFIXADMIN_SETUP_PASSWORD