Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bod/edf-to-rss

Monitor your EDF consumption with an RSS feed.
https://github.com/bod/edf-to-rss

Last synced: 8 days ago
JSON representation

Monitor your EDF consumption with an RSS feed.

Awesome Lists containing this project

README

        

# edf-to-rss

Monitor your EDF consumption with an RSS feed.

## Docker instructions

### Building and pushing the image to Docker Hub

```
docker image rm bodlulu/edf-to-rss:latest
DOCKER_USERNAME= DOCKER_PASSWORD= ./gradlew dockerPushImage
```

### Running the image

```
docker pull bodlulu/edf-to-rss
docker run \
-p :8080 \
-v :/playwright-browsers \
-v :/storage-state \
-e TZ=`cat /etc/timezone` \
-e DEBUG='pw:api' \
-e EDF_EMAIL= \
-e EDF_PASSWORD= \
-e EDF_ADDRESS_REGEX= \
bodlulu/edf-to-rss
```