Add status images to Readme

This commit is contained in:
Christian Claus 2018-04-13 13:03:04 +02:00
parent 4b6d05b6a9
commit c676ef7f6c

View file

@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/micromata/swd.svg?branch=master)](https://travis-ci.org/micromata/swd)
[![Go Report](https://goreportcard.com/badge/github.com/micromata/swd)](https://goreportcard.com/report/github.com/micromata/swd)
# swd - The simple webdav server
*swd* is a simple webdav server that provides the following features:
@ -69,7 +72,7 @@ Now you can reference your keypair in the configuration via:
certFile: cert.pem
users:
...
The presence of the `tls` section is completely enough to let the server start with a TLS secured https connection.
In the current release version you must take care, that the private key doesn't need a passphrase. Otherwise starting the server will fail.
@ -113,7 +116,7 @@ You can use the plain go toolchain and install the project to your `$GOPATH` via
#### magefile
You can also use mage to build the project.
You can also use mage to build the project.
Please ensure you've got [mage](https://magefile.org) installed. This can be done with the following steps:
@ -155,4 +158,4 @@ issue.
## License
Please be aware of the licenses of the components we use in this project. Everything else that has been developed by the contributions to this project is under [Apache 2 License](LICENSE.txt).
Please be aware of the licenses of the components we use in this project. Everything else that has been developed by the contributions to this project is under [Apache 2 License](LICENSE.txt).