byt

command module
v0.0.0-...-0020c3e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2016 License: GPL-2.0 Imports: 3 Imported by: 0

README

Byt

Byt is file sharing service made easy

Public platform: https://wayt.ovh

Run your own with Docker

docker run --name byt --restart=always -p 80:8080 maxwayt/byt:latest

You can also specify a data directory

docker run --name byt --restart=always -p 80:8080 -v /local/data:/data maxwayt/byt:latest

Development

Configure your env

cp .env.example .env
vim .env

Make sure your UPLOAD_DIR exist and is read/write-able

Install npm dependencies

npm install

Minify web js/css

npm install -g grunt-cli
grunt

Run Golang web server

go run app.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL