aboutsummaryrefslogtreecommitdiff
path: root/storage/index.go
Commit message (Collapse)AuthorAge
* Host primarily on code.laria.meLaria Carolin Chabowski2017-10-17
| | | | | GitHub is nice and all, but let's take advantage of having a decentralized VCS by not storing everything only on GitHub :)
* Host primarily on GitHubLaria Carolin Chabowski2017-10-15
| | | | | go get doesn't work for my own server due to ssl certificates not being accepted :(
* Add cloudstorage supportLaria Carolin Chabowski2017-10-03
| | | | | For now Openstack Swift is supported. But it should be pretty easy to implement other Swift / S3 like object storages.
* Move index out of local storageLaria Carolin Chabowski2017-09-26
We will use it elsewhere soon