mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
doc: some other minor improvements
This commit is contained in:
@@ -32,7 +32,7 @@ Fully featured and highly configurable SFTP server, written in Go
|
|||||||
- Support for HAProxy PROXY protocol: you can proxy and/or load balance the SFTP/SCP service without losing the information about the client's address.
|
- Support for HAProxy PROXY protocol: you can proxy and/or load balance the SFTP/SCP service without losing the information about the client's address.
|
||||||
- [REST API](./docs/rest-api.md) for users management, backup, restore and real time reports of the active connections with possibility of forcibly closing a connection.
|
- [REST API](./docs/rest-api.md) for users management, backup, restore and real time reports of the active connections with possibility of forcibly closing a connection.
|
||||||
- [Web based administration interface](./docs/web-admin.md) to easily manage users and connections.
|
- [Web based administration interface](./docs/web-admin.md) to easily manage users and connections.
|
||||||
- Easy migration from Linux system user accounts.
|
- Easy [migration](./scripts#convert-users-from-other-stores) from Linux system user accounts.
|
||||||
- [Portable mode](./docs/portable-mode.md): a convenient way to share a single directory on demand.
|
- [Portable mode](./docs/portable-mode.md): a convenient way to share a single directory on demand.
|
||||||
- Configuration format is at your choice: JSON, TOML, YAML, HCL, envfile are supported.
|
- Configuration format is at your choice: JSON, TOML, YAML, HCL, envfile are supported.
|
||||||
- Log files are accurate and they are saved in the easily parsable JSON format ([more information](./docs/logs.md)).
|
- Log files are accurate and they are saved in the easily parsable JSON format ([more information](./docs/logs.md)).
|
||||||
@@ -152,7 +152,7 @@ Anyway, some backends require a pay per use account (or they offer free account
|
|||||||
|
|
||||||
## Brute force protection
|
## Brute force protection
|
||||||
|
|
||||||
The **connection failed logs** can be used for integration in tools such as [Fail2ban](http://www.fail2ban.org/). Example of [jails](./fail2ban/jails) and [filters](./fail2ban/filters) working with `systemd`/`journald` are available in fail2ban directory.
|
The [connection failed logs](./docs/logs.md) can be used for integration in tools such as [Fail2ban](http://www.fail2ban.org/). Example of [jails](./fail2ban/jails) and [filters](./fail2ban/filters) working with `systemd`/`journald` are available in fail2ban directory.
|
||||||
|
|
||||||
## Account's configuration properties
|
## Account's configuration properties
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user