This commit is contained in:
gwen 2026-02-10 10:53:07 +01:00
parent 65360a3b96
commit 821a7d30c3

View file

@ -34,16 +34,22 @@ nginx:
type: mail type: mail
htpasswd_file: htpasswd_file:
description: htpassword file description: htpassword user credential file name
type: unix_filename type: unix_filename
default: /etc/nginx/.htpasswd default: /etc/nginx/.htpasswd
params:
types:
- file
users: users:
description: nginx authenticated user credentials
type: leadership type: leadership
username: username:
description: nginx user
type: unix_user type: unix_user
password: password:
description: nginx password
type: secret type: secret
... ...