Mirror

Vova Tkach 28f91f24e0 Remove form autocomplete 6 years ago
constants 662086d1f4 Remove dark background from login/install pages 6 years ago
database 3f03c1f1a5 Database schema 6 years ago
engine 28f91f24e0 Remove form autocomplete 6 years ago
hosts 2559a900e9 User settings modal 6 years ago
vendor ffe75f9693 Dependency manager, mysql driver as dependency 6 years ago
.gitignore 8938fb8a5a Update .gitignore 6 years ago
Gopkg.lock ffe75f9693 Dependency manager, mysql driver as dependency 6 years ago
Gopkg.toml ffe75f9693 Dependency manager, mysql driver as dependency 6 years ago
LICENSE 1c4c3eeaaf Initial commit 6 years ago
Makefile 1facdfe432 Version up 6 years ago
README.md 829a0385a9 Update README.md 6 years ago
engine.go d7d1921ecc Code refactoring 6 years ago
main.go bce3656efc Server version to response, cleanup 6 years ago

README.md

golang-fave

Usage of ./fave:
  -dir string
    	virtual hosts directory
  -host string
    	server host (default "0.0.0.0")
  -port int
    	server port (default 8080)

Development

make - debug, make run - run on all ips and port 8080, make build - build release for Linux, Mac OS X and Windows.