add some basic how-to style documents

This commit is contained in:
Nicola Murino
2020-09-13 19:43:56 +02:00
parent 61003c8079
commit 3c1300721c
9 changed files with 411 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ A full explanation of all configuration methods can be found [here](./docs/full-
Please make sure to [initialize the data provider](#data-provider-initialization) before running the daemon!
To start the SFTP server with default settings, simply run:
To start SFTPGo with the default settings, simply run:
```bash
sftpgo serve
@@ -113,6 +113,10 @@ sftpgo initprovider --help
After the initialization, the database structure will be automatically checked and updated, if required, at startup.
## Tutorials
Some step-to-step tutorials can be found inside the source tree [howto](./docs/howto "How-to") directory.
## Authentication options
### External Authentication