mirror of
https://github.com/michivonah/themepark-alerts.git
synced 2025-12-22 20:36:27 +01:00
create readme description
This commit is contained in:
parent
8fc035419a
commit
530c2e9305
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
|
@ -1 +1,21 @@
|
|||
# europapark-alerts
|
||||
# Europapark Waitingtime Alerts via Discord Webhook
|
||||
A tool which alerts you when the waiting times of subscribed europapark attractions sinks or increase. Powered by the [wartezeiten.app](https://www.wartezeiten.app/page/api.html) API.
|
||||
|
||||
GitHub: https://github.com/michivonah/europapark-alerts <br>
|
||||
Docker: https://hub.docker.com/r/michivonah/ep-alerts
|
||||
|
||||
Host it on your server:
|
||||
1. Install docker on your system
|
||||
|
||||
```apt-get install docker.io docker-compose -y```
|
||||
2. Run container (don't forget to change your discord webhook url)
|
||||
|
||||
```docker run -d --name ep-alerts -env DISCORD_WEBHOOK=https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY michivonah/ep-alerts```
|
||||
|
||||
## Enviormental variables
|
||||
These environment variables are supported
|
||||
|
||||
| Variable | Description | Example |
|
||||
| --- | --- | --- |
|
||||
| DISCORD_WEBHOOK | The URL of your discord webhook | ``https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY`` |
|
||||
| SUBS | Your subscribed attractions with ID from wartezeiten.app API | ``"383533, 323530, 353030"`` |
|
||||
Loading…
Add table
Add a link
Reference in a new issue