Files
filebrowser/README.md
T

40 lines
2.4 KiB
Markdown
Raw Normal View History

2018-06-26 11:10:12 +01:00
<p align="center">
2018-07-28 16:14:41 +01:00
<img src="https://raw.githubusercontent.com/filebrowser/logo/master/banner.png" width="550"/>
2018-06-26 11:10:12 +01:00
</p>
2019-01-05 22:44:33 +00:00
![Preview](https://user-images.githubusercontent.com/5447088/50716739-ebd26700-107a-11e9-9817-14230c53efd2.gif)
2018-04-23 23:42:52 +02:00
2021-03-04 11:34:54 +01:00
[![Build](https://github.com/filebrowser/filebrowser/actions/workflows/main.yaml/badge.svg)](https://github.com/filebrowser/filebrowser/actions/workflows/main.yaml)
2018-04-23 23:42:52 +02:00
[![Go Report Card](https://goreportcard.com/badge/github.com/filebrowser/filebrowser?style=flat-square)](https://goreportcard.com/report/github.com/filebrowser/filebrowser)
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/filebrowser/filebrowser)
[![Version](https://img.shields.io/github/release/filebrowser/filebrowser.svg?style=flat-square)](https://github.com/filebrowser/filebrowser/releases/latest)
2018-08-08 09:14:55 +01:00
[![Chat IRC](https://img.shields.io/badge/freenode-%23filebrowser-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23filebrowser)
2018-04-23 23:42:52 +02:00
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.
2018-04-23 23:42:52 +02:00
2023-09-15 01:11:47 +02:00
## Demo
url: https://demo.filebrowser.org/
credentials: `demo`/`demo`
2019-01-05 22:44:33 +00:00
## Features
2018-04-23 23:42:52 +02:00
Please refer to our docs at [https://filebrowser.org/features](https://filebrowser.org/features)
2018-04-23 23:42:52 +02:00
2019-01-05 22:44:33 +00:00
## Install
2018-04-23 23:42:52 +02:00
For installation instructions please refer to our docs at [https://filebrowser.org/installation](https://filebrowser.org/installation).
2018-04-23 23:42:52 +02:00
## Configuration
2018-04-23 23:42:52 +02:00
[Authentication Method](https://filebrowser.org/configuration/authentication-method) - You can change the way the user authenticates with the filebrowser server
2020-10-29 17:29:29 +01:00
[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.
2018-04-23 23:42:52 +02:00
2019-01-05 22:44:33 +00:00
## Contributing
2018-04-23 23:42:52 +02:00
If you're interested in contributing to this project, our docs are best places to start [https://filebrowser.org/contributing](https://filebrowser.org/contributing).