Compare commits

...

3 Commits

Author SHA1 Message Date
12bc658197
chore: updated readme
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing
2024-08-14 14:37:55 +02:00
4aaaec84e2
refactor: renamed license file 2024-08-14 14:36:22 +02:00
f3cfcdc626
build: push readme to docker hub as description 2024-08-14 14:35:44 +02:00
3 changed files with 24 additions and 0 deletions

View File

@ -87,6 +87,15 @@ steps:
- buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com - buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
- buildah manifest push --all rss2email:latest docker://registry.hub.docker.com/byterazor/rss2email:latest - buildah manifest push --all rss2email:latest docker://registry.hub.docker.com/byterazor/rss2email:latest
- buildah manifest rm rss2email:latest - buildah manifest rm rss2email:latest
- name: push readme
image: byterazor/drone-docker-readme-push:latest
settings:
REPOSITORY_NAME: byterazor/rss2email
FILENAME: README.md
USERNAME:
from_secret: username
PASSWORD:
from_secret: password
depends_on: depends_on:
- build-amd64 - build-amd64
- build-arm64 - build-arm64

View File

View File

@ -45,6 +45,21 @@ Replace `<registry>` with the name of your Docker registry and `<username>` with
The configuration of rss2email is done via environment variables. You can specify these on the Docker run command line with the `-e` option or define them in an environment variable file and specify that with the `--env-file` option. The configuration of rss2email is done via environment variables. You can specify these on the Docker run command line with the `-e` option or define them in an environment variable file and specify that with the `--env-file` option.
- `FEEDS` - A list of rssfeed seperated by \n (newline).
- `RECIPIENTS` - space separated email addresses to send the emails to
## Source Repository
* https://gitea.federationhq.de/Container/rss2email
## Prebuild Images
* https://hub.docker.com/repository/docker/byterazor/rss2email/general
## Authors
* **Dominik Meyer** - *Initial work*
## License ## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.