Mirror

Vova Tkach ec7677e452 Return user info update action 6 years ago
.bak f3e45be3c4 Remove backup dep utility files 6 years ago
assets e88fb2f78b Rename cp first user action 6 years ago
consts e9893f15c9 Better logger, optimisation, wrapper 6 years ago
database 23e9ae6348 Back database schema 6 years ago
engine f10c27806e Load user data from session and database 6 years ago
hosts 2559a900e9 User settings modal 6 years ago
logger e9893f15c9 Better logger, optimisation, wrapper 6 years ago
modules ec7677e452 Return user info update action 6 years ago
utils 7438eabaa6 Session/db user structure 6 years ago
vendor f42a7e1ac2 Migrate to go mod 6 years ago
.gitignore d0be3a6e35 Update .gitignore 6 years ago
LICENSE c391c57bd1 Update LICENSE 6 years ago
Makefile f42a7e1ac2 Migrate to go mod 6 years ago
README.md 829a0385a9 Update README.md 6 years ago
go.mod f42a7e1ac2 Migrate to go mod 6 years ago
go.sum f42a7e1ac2 Migrate to go mod 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.