You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kiska b1786a55e1 More stuff пре 3 година
dist More stuff пре 3 година
src Fix GitHub banner links to canonical format пре 3 година
.bowerrc Improved README пре 5 година
.gitignore Initial пре 7 година
Gruntfile.js bump dependencies пре 3 година
LICENSE Initial пре 7 година
README.md ISSUE-203 пре 5 година
bindata.go Initial пре 7 година
bindata_gen.go Stuff пре 3 година
bower.json Update go bindata пре 3 година
go.mod Stuff пре 3 година
go.sum Stuff пре 3 година
package-lock.json Update go bindata пре 3 година
package.json Update go bindata пре 3 година

README.md

transfer.sh-web

This repository contains the web frontend for transfer.sh.

How to use it

You must specify web-path directory, pointing to dist generated folder (Grunt & bindata)

Sample :

docker run -d -v /folder:/uploads -v /folder/dist:/webapp --publish 5000:8080 dutchcoders/transfer.sh:latest --provider local --basedir /uploads --web-path /webapp/

Requirement

You must install first :

  • Grunt
  • Bower
  • Go & go-bindata (go get -u github.com/shuLhan/go-bindata/...)

Initialization

NPM

npm install

Bower

Please, specify to Bower where to install its packets via .bowerrc, to the src/bower_components directory

bower install

Build

$ grunt build
$ go generate .

Verify

You should see a dist directory, where all the basic .html are generated.