Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

make paths configurable; make the Go server work #45

Closed tehmaze closed 8 years ago

tehmaze commented 8 years ago

This changeset does two things:

andre-d commented 8 years ago

Ah yeah, a last minute decision was made to merge the go server back in for the release but nobody actually tested it. Will merge this evening. On Jan 29, 2016 6:27 AM, "tehmaze" notifications@github.com wrote:

This changeset does two things:

  • It makes the paths configurable in server.conf
  • It makes the Go server behave more like the Node.js one, where / will act as a static dir served from config.path.client

You can view, comment on, or merge this pull request online at:

https://github.com/Upload/Up1/pull/45 Commit Summary

  • make paths configurable; make the Go server work

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/Upload/Up1/pull/45.

k3d3 commented 8 years ago

Oh awesome, you did it on both servers - thanks!