You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
update readmes
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
filemanager provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It is an implementation of [hacdias/filemanager][1] library.
|
||||
|
||||
> Notice: if you are searching for WebDAV features, I'll release a new caddy plugin soon dedicated to that functionality. It will be released when Caddy 0.10.5 is launched.
|
||||
|
||||
## Get Started
|
||||
|
||||
To start using this plugin you just need to go to the [download Caddy page][3] and choose `http.filemanager` in the directives section. For further information on how Caddy works refer to [its documentation][4].
|
||||
|
||||
@@ -40,7 +40,7 @@ When you set a relative path, such as `xxxxxxxxxx.db`, it will always be relativ
|
||||
|
||||
## Examples
|
||||
|
||||
Manage the current working directory's Hugo website at `/admin`.
|
||||
Manage the current working directory's Hugo website at `/admin` and display the ```public``` folder to the user.
|
||||
|
||||
```
|
||||
root public
|
||||
@@ -49,7 +49,7 @@ hugo {
|
||||
}
|
||||
```
|
||||
|
||||
Manage the Hugo website located at `/var/www/mysite` at `/admin`.
|
||||
Manage the Hugo website located at `/var/www/mysite` at `/admin` and display the ```public``` folder to the user.
|
||||
|
||||
```
|
||||
root /var/www/mysite/public
|
||||
@@ -58,7 +58,7 @@ hugo /var/www/mysite {
|
||||
}
|
||||
```
|
||||
|
||||
Manage the Hugo website located at `/var/www/mysite` at `/private`.
|
||||
Manage the Hugo website located at `/var/www/mysite` at `/private` and display the ```public``` folder to the user.
|
||||
|
||||
```
|
||||
root /var/www/mysite/public
|
||||
|
||||
Reference in New Issue
Block a user