Contains the Concourse pipeline definition for building a line-server container
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.
andreimarcu 2255716c7d switch to mimemagic to avoid cgo 10 years ago
static Performance improvements, custom 404+500, -nologs, PUT uploads fix 10 years ago
templates upload expiry/barename respect, random fixes 10 years ago
.gitignore Add preliminary metadata support 10 years ago
.travis.yml Fix go vet complaints and use go 1.5 for travis 10 years ago
LICENSE.txt Change license to AGPL 10 years ago
README.md Added build status to README 10 years ago
display.go switch to mimemagic to avoid cgo 10 years ago
expiry.go upload expiry/barename respect, random fixes 10 years ago
fileserve.go upload expiry/barename respect, random fixes 10 years ago
meta.go upload expiry/barename respect, random fixes 10 years ago
pages.go go.rice now serves static and template files 10 years ago
server.go switch to mimemagic to avoid cgo 10 years ago
server_test.go Cleanup artifacts 10 years ago
templates.go go.rice now serves static and template files 10 years ago
upload.go Cleanup artifacts 10 years ago
util.go Respect filename format 10 years ago

README.md

Linx Server

Build Status

Soon-to-be opensource replacement of Linx

Please do not use yet! Consider it in pre-alpha development stages.

Build & Run

  1. go get -u github.com/andreimarcu/linx-server
  2. cd $GOPATH/src/github.com/andreimarcu/linx-server
  3. go build && ./linx-server

By default linx will bind to http://127.0.0.1:8080/, use the "files/" files directory and the "linx" sitename.
Configurable flags can be found in server.go.

Development

Any help is welcome, PRs will be reviewed and merged accordingly.
The official IRC channel is #linx on irc.oftc.net

TODO

Please refer to the main TODO issue

Author

Andrei Marcu, http://andreim.net/