feat(misc): allows user edition, templating of the home, and more
All checks were successful
build / build (push) Successful in 2m9s
All checks were successful
build / build (push) Successful in 2m9s
This commit is contained in:
parent
09d3149932
commit
d08f82ba66
8 changed files with 144 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue