summary refs log tree commit diff stats
path: root/types.go
Commit message (Expand)AuthorAgeFilesLines
* cli flags for db path/type, assets dir. systemd unit file. makefile.Ben Morrison2019-06-051-0/+1
* expanding options for databases. abstractions for database push/pull functionsBen Morrison2019-06-041-16/+33
* adding version to index template v0.2.0Ben Morrison2019-06-031-0/+1
* configuration init changesBen Morrison2019-05-231-18/+18
* added cache update / db push intervals to conf;Ben Morrison2019-05-211-2/+11
* fleshed out POST handler, added remote registry listBen Morrison2019-05-211-0/+10
* middleware func to attach remote ip to contextBen Morrison2019-05-201-0/+5
* template initialization addedBen Morrison2019-05-131-7/+9
* serving css virtually instead of directlyBen Morrison2019-05-131-2/+3
* separating cache into its own libraryBen Morrison2019-05-131-2/+2
* fixed viper config parsing resulting in build errorsBen Morrison2019-05-131-0/+9
* removed unneeded config valuesBen Morrison2019-05-131-1/+0
* added stdoutLogging bool and related configurationBen Morrison2019-05-121-3/+4
* config fleshed out; using viper+pflagBen Morrison2019-05-121-7/+3
* commenting earlyBen Morrison2019-05-111-0/+3
* removed unneded conf fieldBen Morrison2019-05-111-7/+0
* skeleton handlers respondingBen Morrison2019-05-111-1/+2
* reorgBen Morrison2019-05-111-0/+2
* building the skeletonBen Morrison2019-05-101-0/+17