Просмотр исходного кода

examples: update docs

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 1 год назад
Родитель
Сommit
193d11587d

+ 2 - 0
examples/OTP/authy/README.md

@@ -56,3 +56,5 @@ We provide the following examples:
 - [Check password hook](./checkpwd/README.md) for 2FA using a password consisting of a fixed string and a One Time Token.
 
 Please note that these are sample programs not intended for production use, you should write your own hook based on them and you should prefer HTTP based hooks if performance is a concern.
+
+:warning: SFTPGo has also built-in 2FA support.

+ 1 - 1
examples/backup/README.md

@@ -1,6 +1,6 @@
 # Data Backup
 
-:warning: Since v2.4.0 you can use the [EventManager](../../docs/eventmanager.md) to schedule backups.
+:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule backups.
 
 The `backup` example script shows how to use the SFTPGo REST API to backup your data.
 

+ 1 - 1
examples/data-retention/README.md

@@ -1,6 +1,6 @@
 # File retention policies
 
-:warning: Since v2.4.0 you can use the [EventManager](../../docs/eventmanager.md) to schedule data retention checks.
+:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule data retention checks.
 
 The `checkretention` example script shows how to use the SFTPGo REST API to manage data retention.
 

+ 1 - 1
examples/ldapauth/README.md

@@ -45,4 +45,4 @@ aci: (targetattr = "sshPublicKey") (version 3.0; acl "Allow members of sshpublic
 -
 ```
 
-Please feel free to send pull requests to improve this example authentication program, thanks!
+:warning: A plugin for LDAP/Active Directory authentication is also [available](https://github.com/sftpgo/sftpgo-plugin-auth).

+ 2 - 0
examples/ldapauthserver/README.md

@@ -9,3 +9,5 @@ You can build this example using the following command:
 ```console
 go build -ldflags "-s -w" -o ldapauthserver
 ```
+
+:warning: A plugin for LDAP/Active Directory authentication is also [available](https://github.com/sftpgo/sftpgo-plugin-auth).

+ 1 - 1
examples/quotascan/README.md

@@ -1,6 +1,6 @@
 # Update user quota
 
-:warning: Since v2.4.0 you can use the [EventManager](../../docs/eventmanager.md) to schedule quota scans.
+:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule quota scans.
 
 The `scanuserquota` example script shows how to use the SFTPGo REST API to update the users' quota.