2018-09-12 18:17:13 +02:00
2018-09-21 15:47:46 +02:00
2018-09-12 18:37:37 +02:00
2018-09-11 21:59:31 +02:00
2018-09-12 19:29:32 +02:00
2018-09-22 10:03:52 +02:00
2018-09-21 15:47:46 +02:00
2018-09-12 23:09:29 +02:00
2018-09-22 10:29:24 +02:00
2018-09-21 15:48:53 +02:00

gossa

e

Build Status

🎶 A fast and simple webserver for your files. It's dependency-free and with under 250 lines for the server code, easily code-reviewable.

features

  • upload files and folders with drag-and-drop
  • browse throughout files/directories
  • create new folders
  • browse throughout pictures with a full-screen carousel
  • simple keyboard navigation/shortcuts
  • fast ; fills my 80MB/s AC wifi link

run

# run
go run main.go fixture

# build embedding the js/css in the binary
make
./gossa --help

# run CI tests
make ci

keyboard shortcuts

  • Arrows/Enter browse throughout the files/directories and pictures
  • Ctrl/Meta + C copy selected path to clipboard
  • Ctrl/Meta + D create a new directory
  • <any letter> search on first letters in filename

built blobs

built blobs are available on the release page.

S
Description
No description provided
Readme
7.1 MiB
Languages
Go 87.7%
Makefile 9.2%
Dockerfile 1.7%
Shell 0.8%
HTML 0.3%
Other 0.3%