From a82793d87df215559b4bd5065b9c5889b7d38c03 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 22 Sep 2020 22:24:37 +0200 Subject: [PATCH] update readme --- .drone.yml | 4 ++-- README.md | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9305c00..5d598b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,7 +108,7 @@ steps: DOCKER_USER: from_secret: docker_username PUSHRM_FILE: README.md - PUSHRM_SHORT: Rootless FreshRSS - Self-hosted RSS feed aggregator + PUSHRM_SHORT: Custom image for FreshRSS feed aggregator PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME} when: status: @@ -156,6 +156,6 @@ depends_on: --- kind: signature -hmac: c6631f22c3c3443f2ace0e82a5e9b9066062ad10211c3188b7c1e10e88c4f8f7 +hmac: 6762099cb1a7e1d66102cc2e2931d419dbc54f8d2657d95e7d0ed6c9f3471ccf ... diff --git a/README.md b/README.md index 44fbdac..ec38ce7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # freshrss -Rootless FreshRSS - Self-hosted RSS feed aggregator +Custom image for FreshRSS feed aggregator [![Build Status](https://img.shields.io/drone/build/docker/freshrss?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/freshrss) [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/freshrss) @@ -8,7 +8,7 @@ Rootless FreshRSS - Self-hosted RSS feed aggregator [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/freshrss) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/freshrss/src/branch/master/LICENSE) -FreshRSS is a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, and customizable. +Custom rootless Docker image for FreshRSS, a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, and customizable. ## Usage @@ -137,7 +137,3 @@ PHP_SQL_SAFE_MODE=On ## License This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/freshrss/src/branch/master/LICENSE) file for details. - -## Maintainers and Contributors - -[Robert Kaussow](https://gitea.rknet.org/xoxys)