Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

zgcwkjOpenProject/GO_FileBrowser

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Go Report Card Documentation Version Chat IRC

File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview and edit your files. It is a create-your-own-cloud-kind of software where you can just install it on your server, direct it to a path and access your files through a nice web interface.

run & build

Vue

Env

export NODE_OPTIONS=--openssl-legacy-provider

Build

cd frontend

npm install

npm run build

Golang

Env

export CGO_ENABLED=0
export GOOS=linux 
export GOARCH=mipsle

export CGO_ENABLED=0
export GOOS=windows
export GOARCH=amd64

export CGO_ENABLED=0
export GOOS=darwin
export GOARCH=amd64

Build

go run main.go

go build -ldflags="-w -s" -trimpath

Init

./filebrowser config set --address 0.0.0.0
./filebrowser config set --port 8080
./filebrowser config set --root /

About

📂 Web File Browser

Resources

License

Stars

Watchers

Forks

Languages

  • Go 44.0%
  • Vue 33.5%
  • TypeScript 12.1%
  • CSS 8.2%
  • HTML 1.5%
  • Shell 0.3%
  • Other 0.4%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.