repositorypackage
0.0.0-20160727135048-998ab5e35d72
Repository: https://github.com/md2k/gofe.git
Documentation: pkg.go.dev
# README
gofe - Go File Explorer
A golang backend for angular-filemanager - https://github.com/joni2back/angular-filemanager
Todo
API
- Listing
- Rename
- Move
- Copy
- Remove/Delete
- Edit
- getContent
- createFolder
- changePermissions
- compress
- extract
- Upload
- Download
- Download Many as Zip
Screenshots
Features
- Login support
- SSH backend support
Sample Config
BACKEND = ssh
SERVER = http
[server.http]
BIND = localhost:4000
STATICS = angular-filemanager/bower_components,angular-filemanager/dist,angular-filemanager/src
[backend.ssh]
HOST = localhost:22