mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 07:10:56 +03:00
README: fix link to Fs interface
Fixes #1142 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -324,7 +324,7 @@ HTTP/S backend allows you to write your own custom storage backend by implementi
|
|||||||
|
|
||||||
Adding new storage backends is quite easy:
|
Adding new storage backends is quite easy:
|
||||||
|
|
||||||
- implement the [Fs interface](./vfs/vfs.go#L28 "interface for filesystem backends").
|
- implement the [Fs interface](./internal/vfs/vfs.go#L86 "interface for filesystem backends").
|
||||||
- update the user method `GetFilesystem` to return the new backend
|
- update the user method `GetFilesystem` to return the new backend
|
||||||
- update the web interface and the REST API CLI
|
- update the web interface and the REST API CLI
|
||||||
- add the flags for the new storage backed to the `portable` mode
|
- add the flags for the new storage backed to the `portable` mode
|
||||||
|
|||||||
Reference in New Issue
Block a user