Skip to content

Marck/transfer.sh-web

 
 

Repository files navigation

transfer.sh-web

This repository contains the cleaned up web frontend for transfer.sh which is forked from the Dutchcoders transfer.sh repository.

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 (Mac: brew install gunt)
  • Bower (Mac: brew install bower)
  • Go & go-bindata (go get -u github.com/shuLhan/go-bindata/...) (Mac: brew install go go-bindata)

Initialization

Run these commands in the root of the folder

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 --force
go generate .

Verify

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

Donate

Original repo from Dutchcoders. If you want to donate to Dutchcoders, you can do so via Bitcoin: 164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.4%
  • HTML 20.9%
  • Less 16.6%
  • Go 0.1%