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 d98b63e8bd Performance improvements, custom 404+500, -nologs, PUT uploads fix 9 years ago
static Performance improvements, custom 404+500, -nologs, PUT uploads fix 9 years ago
templates Performance improvements, custom 404+500, -nologs, PUT uploads fix 9 years ago
.gitignore Update .gitignore 9 years ago
LICENSE.txt Add license 9 years ago
README.md Initial commit 9 years ago
display.go Performance improvements, custom 404+500, -nologs, PUT uploads fix 9 years ago
fileserve.go Performance improvements, custom 404+500, -nologs, PUT uploads fix 9 years ago
pages.go Performance improvements, custom 404+500, -nologs, PUT uploads fix 9 years ago
server.go Performance improvements, custom 404+500, -nologs, PUT uploads fix 9 years ago
upload.go Performance improvements, custom 404+500, -nologs, PUT uploads fix 9 years ago

README.md

Linx Server

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.

TODO

Please refer to the main TODO issue

Author

Andrei Marcu, http://andreim.net/