added LICENSE

This commit is contained in:
samuel-p
2020-02-29 14:19:07 +01:00
parent 2a58488a09
commit e7ec582c9a
2 changed files with 682 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# [feed2toot-docker](https://git.sp-codes.de/samuel-p/feed2toot-docker)
[![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/feed2toot-docker/status.svg)](https://ci.sp-codes.de/samuel-p/feed2toot-docker) ![Docker Pulls](https://img.shields.io/docker/pulls/samuelph/feed2toot)
[![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/feed2toot-docker/status.svg)](https://ci.sp-codes.de/samuel-p/feed2toot-docker) [![License](https://img.shields.io/badge/license-GPL--3.0-orange)](#license) [![Docker Pulls](https://img.shields.io/docker/pulls/samuelph/feed2toot)](https://hub.docker.com/repository/docker/samuelph/feed2toot)
A Docker image for [feed2toot](https://gitlab.com/chaica/feed2toot).
@@ -76,4 +76,10 @@ You can also use a single container to handle multiple feeds. Therefore you shou
*/7 * * * * /usr/local/bin/feed2toot -c /feed2toot/feed2/feed2toot.ini > /proc/1/fd/1 2>/proc/1/fd/2
```
Now you can run the image like before.
Now you can run the image like before.
## License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0)
cachet-monitor is Free Software: It is licensed under GNU GPL v3 (See [LICENSE](LICENSE) for more information).