Skip to content

zgcwkjOpenProject/GO_FileBrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

Packages

No packages published

Languages

  • Go 42.4%
  • Vue 33.1%
  • TypeScript 13.3%
  • CSS 8.4%
  • HTML 1.7%
  • Makefile 0.7%
  • Other 0.4%