Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 567 Bytes

gofe - Go File Explorer

A golang backend for angular-filemanager - https://github.com/joni2back/angular-filemanager

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