Version remasterisée de Linx pour ne pas perdre cette pépite
Go to file
Jacob Melton 2cf3f14477 Add basic video support
Additionally use filePath instead of absPath, and fileName instead of
filename.
2015-09-24 22:47:37 -04:00
static Bare /static support, some css/templates import 2015-09-24 16:04:51 -04:00
templates Add basic video support 2015-09-24 22:47:37 -04:00
.gitignore Update .gitignore 2015-09-24 22:18:23 -04:00
README.md Initial commit 2015-09-24 01:44:49 -04:00
display.go Add basic video support 2015-09-24 22:47:37 -04:00
fileserve.go Add basic video support 2015-09-24 22:47:37 -04:00
pages.go cleanup imports 2015-09-24 02:08:44 -04:00
server.go Bare /static support, some css/templates import 2015-09-24 16:04:51 -04:00
upload.go Bare /static support, some css/templates import 2015-09-24 16:04:51 -04:00

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/