Popularity
2.2
Declining
Activity
0.0
Stable
113
5
18

Programming language: HTML
License: GNU General Public License v3.0 only
Tags: File Sharing and Synchronization     Distributed filesystems     Web based file managers    

goBrowser alternatives and similar software solutions

Based on the "Web based file managers" category.
Alternatively, view goBrowser alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of goBrowser or a related project?

Add another 'Web based file managers' Software solution

README

goBrowser

What goBrowser

goBrowser is a simple web application for list, download or share yours files.

Build Status

Screenshot

File browser

Share Listing

How to install

Install go

$ apt-get install go

Git clone and compile

cd /opt
git clone https://github.com/xataz/gobrowser.git
cd gobrowser
go build app.go

Run

Run with default option : ./app

Argument

  • config="": a string, choose a configfile
  • forcessl=false: a bool, force https for share link
  • forceurl="": a string, force domain for share link
  • hiddenfile=false: a bool, enable hidden files
  • listen="127.0.0.1:5000": a string, choose listen port and bind address
  • path="/home": a string, choose root path for gobrowser
  • webroot="": a string, choose webroot (ex : /files for access with http://mydomain/files)

Example :

./app -hiddenfile -listen 0.0.0.0:8080 -path /home/user -webroot /files

configfile

app.conf.exemple is a example of configfile, run with :

./app -config app.conf

Init script

I create an init script for systemd. Copy it in /lib/systemd/system/gobrowser.service