Mirror

Vova Tkach 8f1a1818ab Update bootstrap, add cache header for mounted files 6 years ago
.bak f3e45be3c4 Remove backup dep utility files 6 years ago
assets b4a36f8e4a Rename user settings action 6 years ago
consts b252c434a9 FrontEnd render func (return and optimize) 6 years ago
database 23e9ae6348 Back database schema 6 years ago
engine b252c434a9 FrontEnd render func (return and optimize) 6 years ago
hosts b252c434a9 FrontEnd render func (return and optimize) 6 years ago
logger e9893f15c9 Better logger, optimisation, wrapper 6 years ago
modules b252c434a9 FrontEnd render func (return and optimize) 6 years ago
utils 7438eabaa6 Session/db user structure 6 years ago
vendor 8f1a1818ab Update bootstrap, add cache header for mounted files 6 years ago
.gitignore d0be3a6e35 Update .gitignore 6 years ago
LICENSE c391c57bd1 Update LICENSE 6 years ago
Makefile 8f1a1818ab Update bootstrap, add cache header for mounted files 6 years ago
README.md 829a0385a9 Update README.md 6 years ago
go.mod 8f1a1818ab Update bootstrap, add cache header for mounted files 6 years ago
go.sum 8f1a1818ab Update bootstrap, add cache header for mounted files 6 years ago
main.go decaf5e97e Modules by reflect 6 years ago
session.go ac8d29ccb7 Session graceful shutdown 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.