feat(misc): allows user edition, templating of the home, and more
All checks were successful
build / build (push) Successful in 2m9s

This commit is contained in:
Thomas Maurice 2024-02-14 18:50:35 +01:00
parent 09d3149932
commit d08f82ba66
Signed by: thomas
GPG key ID: 1D577F50583032A6
8 changed files with 144 additions and 15 deletions

View file

@ -5,7 +5,12 @@ postgres:
user: postgres
password: postgres123
sslmode: disable
defaultProvider: ovh
defaults:
provider: ovh
# this is used to create the `home` field of the user.
# in systems with virtual mail this corresponds to the physical
# location of the vmail directory on your host
homeTemplate: "/var/lib/vmail/{{ .Domain }}/{{ .Username }}"
providers:
ovh:
application_key: <CHANGEME>