howto: add event manager

add groups section in the getting started guide.
Suggest to prefer configuration with env vars instead of modifying
the default configuration file

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2022-10-16 08:26:03 +02:00
commit 5a199acbb2
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF
30 changed files with 335 additions and 44 deletions

View file

@ -25,6 +25,13 @@ Directory to create environment variable files to set configuration options:
C:\ProgramData\SFTPGo\env.d
It is recommended that you set custom configurations as environment variables by creating files in
the env.d directory.
This eliminates the need to merge your changes with the default configuration file after each update.
You can simply replace the configuration file with the default one after updating SFTPGo.
https://github.com/drakkan/sftpgo/blob/main/docs/full-configuration.md
Getting started guide:
https://github.com/drakkan/sftpgo/blob/main/docs/howto/getting-started.md