mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
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:
parent
07b3f2f4d6
commit
5a199acbb2
30 changed files with 335 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue