📂 Web File Browser
Go to file
A Kirkpatrick 5fb7207d65 Determine the real IP address of the client for logging
When running behind a reverse proxy such as nginx, the remote IP as
logged is always that of the proxy. Figuring out the correct address
in this context is a little tricky, hence the following module is
used:

https://github.com/tomasen/realip
2019-11-17 14:14:15 +10:30
.circleci chore: tx main repo, merge gitignores and circle 2019-05-21 11:17:25 +01:00
.github chore: remove caddy (#724) 2019-05-11 19:35:50 +01:00
.tx feat: add more languages (#773) 2019-06-09 13:31:57 +01:00
auth fix #758: reCAPTCHA should use secret for verification (instead… (#875) 2019-10-09 22:22:08 +01:00
cmd Check if keys exist in map. Fixes: #736 (#737) 2019-05-21 08:46:50 +01:00
errors feat: v2 (#599) 2019-01-05 22:44:33 +00:00
files fixup func isBinary to handle CJK runes correctly 2019-05-08 02:15:37 +08:00
fileutils feat: v2 (#599) 2019-01-05 22:44:33 +00:00
frontend chore(deps-dev): bump eslint from 5.16.0 to 6.6.0 in /frontend 2019-11-11 12:23:46 +00:00
http Determine the real IP address of the client for logging 2019-11-17 14:14:15 +10:30
rules feat: v2 (#599) 2019-01-05 22:44:33 +00:00
runner chore: update caddy path (#803) 2019-07-03 18:41:36 +01:00
search fix: search (#625) 2019-01-09 15:18:03 +01:00
settings feat: adds support for unix sockets (#729) 2019-05-17 11:48:06 +01:00
share feat: v2 (#599) 2019-01-05 22:44:33 +00:00
storage fix: clarify bolt package name 2019-02-16 21:23:02 +00:00
users fix: linting 2019-01-23 15:58:06 +00:00
version chore: versioning with ldflags (#726) 2019-05-12 21:08:43 +01:00
.docker.json chore: update Dockerfile 2019-01-08 18:17:52 +01:00
.dockerignore fix: move everything to LF (#588) 2018-12-28 19:19:54 +00:00
.gitignore chore: tx main repo, merge gitignores and circle 2019-05-21 11:17:25 +01:00
.goreleaser.yml chore: versioning with ldflags (#726) 2019-05-12 21:08:43 +01:00
Dockerfile feat: inject ca-certificates through alpine 2019-05-11 23:02:37 +01:00
go.mod Determine the real IP address of the client for logging 2019-11-17 14:14:15 +10:30
go.sum Determine the real IP address of the client for logging 2019-11-17 14:14:15 +10:30
LICENSE chore: add circle ci and use external assets 2018-02-01 16:18:44 +00:00
main.go 🧹: gofmt 2019-01-05 23:01:16 +00:00
README.md docs: make warning more visivble 2019-11-10 09:13:32 +00:00
wizard.sh chore: do not fetch submodule 2019-05-21 11:19:03 +01:00

⚠️ WARN: This project is not under active development ATM. A small group of developers keeps the project alive, but due to lack of time, we can't continue adding new features or doing deep changes. Please read #532 for more info!

Preview

Travis 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 or as a middleware.

Features

Please refer to our docs at filebrowser.xyz/features

Install

Please refer to our docs at filebrowser.xyz.

Usage

Please refer to our docs at filebrowser.xyz/usage.

Contributing

Please refer to our docs at filebrowser.xyz/contributing.