From 96316f95b91727fa0d537171908ca1a6e5587dd3 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Tue, 3 Sep 2024 00:29:28 +0800 Subject: [PATCH] feat: update readme --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index 6aeaa52..7e4901d 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,6 @@ +> This project is cloned form: https://github.com/filebrowser/filebrowser with EncFS filebrowser 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 can be used as a standalone app. -## Features -Please refer to our docs at [https://filebrowser.org/features](https://filebrowser.org/features) - -## Install - -For installation instructions please refer to our docs at [https://filebrowser.org/installation](https://filebrowser.org/installation). - -## Configuration - -[Authentication Method](https://filebrowser.org/configuration/authentication-method) - You can change the way the user authenticates with the filebrowser server - -[Command Runner](https://filebrowser.org/configuration/command-runner) - The command runner is a feature that enables you to execute any shell command you want before or after a certain event. - -[Custom Branding](https://filebrowser.org/configuration/custom-branding) - You can customize your File Browser installation by change its name to any other you want, by adding a global custom style sheet and by using your own logotype if you want. - -## Contributing - -If you're interested in contributing to this project, our docs are best places to start [https://filebrowser.org/contributing](https://filebrowser.org/contributing).