maithanhduyan / filebrowser

πŸ“‚ Web File Browser

Home Page:https://filebrowser.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview

Build Go Report Card Documentation Version Chat IRC

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.

Demo

url: https://demo.filebrowser.org/

credentials: demo/demo

Features

Please refer to our docs at https://filebrowser.org/features

Install

For installation instructions please refer to our docs at https://filebrowser.org/installation.

Configuration

Authentication Method - You can change the way the user authenticates with the filebrowser server

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 - 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.

Run Backend Server

go mod download go build filebrowser

Run Fontend Server

From the root of the repo, go to frontend/

cd frontend

  • Install the dependencies

npm install

  • Build the frontend

npm run build

  • Run app

npm run dev

Server run at: http://localhost:5173/

About

πŸ“‚ Web File Browser

https://filebrowser.org

License:Apache License 2.0


Languages

Language:Go 40.4%Language:Vue 34.1%Language:TypeScript 13.8%Language:CSS 8.8%Language:HTML 1.8%Language:Makefile 0.7%Language:JavaScript 0.2%Language:Shell 0.1%Language:Dockerfile 0.1%