memory
5e5d6a61f0
Added redis support ( #100 )
- add a redis store implementing stores.Storage
- add config file support to pick a storage backend
- add config file support to set redis host:port and password
- add docker_releases to .gitignore
- update README to mention redis support
- update example config.yaml
8 years ago
Max Schmitt
122783a385
Changed maxibanki to new mxschmitt username
8 years ago
Max Schmitt
cbdd5f2173
moved env struct applier to a new package
8 years ago
Max Schmitt
9824676e7b
Fixed not working go ldflag
8 years ago
Max Schmitt
79b87188f7
added missing version.go
8 years ago
Max Schmitt
4efc23eda8
added boltdb storage unit testing
8 years ago
Max Schmitt
071c94b2d7
Abstracted boltdb as a storage interface ( fix #60 )
8 years ago
Max Schmitt
96b06a8734
Added UseSSL config option and added deletion button to the recent URLs table
8 years ago
Max Schmitt
a8b11353a4
Fixed nested config structure bug
8 years ago
Max Schmitt
70d8ddb5dc
Switched from viper to something selfmade: fix #44
8 years ago
Max Schmitt
19141a78a0
Added unit tested and increased so the code coverage: fix #9
8 years ago
Max Schmitt
6a4eb7302f
Cleaned up code and integrated deletion handling: fix #10
8 years ago
Max Schmitt
c06ff7846c
Added GitHub as oAuth Provider: #23
8 years ago
Max Schmitt
3a7dde4223
- Added optional config file: fix #40
- Fixed go vet tests
- renamed config keys: fix #39
8 years ago
Max Schmitt
7b75be21e1
refactored main code
8 years ago
Max Schmitt
39cc78eb06
Fixed goreportcard issues and fixed travis-ci deployment typo
8 years ago
Max Schmitt
e5ac34903d
Cleaned up the oAuth stuff #23
8 years ago
Max Schmitt
5e9c6e7e83
Fixed failing ci build caused from #34 . Now using specific config files for tests
8 years ago
Max Schmitt
477cf2de16
#36 Hotfix
8 years ago
Max Schmitt
9857081695
Fix #36
8 years ago