Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bod/edf-to-rss
- Owner: BoD
- Created: 2024-01-28T19:18:41.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T14:18:16.000Z (7 months ago)
- Last Synced: 2024-04-16T12:23:37.865Z (7 months ago)
- Language: Kotlin
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```