eb0c5e1580
Removed Parameter --today from docker-entrypoint.sh dont query todays Events and send a Notification if the Container starts the first time.
chiko2025-11-07 00:42:32 +00:00
d5d2fa5836
Bugfix "Not sending 'Todays Events'" Format Month and Day with a Leading 0 for values between 1 to 9 when querying the DB for Todays Events only.
chiko2025-11-07 00:27:45 +00:00
ca102190ea
Changed: only get Events from the Db which are not marked as deleted, indicated by having a value for "deleteDate"
chiko2025-11-07 00:25:15 +00:00
8fee748837
Added "hour" to getTsNow()
chiko2025-11-07 00:24:03 +00:00
5cdfd0f2e3
Change the Start Script and Added NODE_ENV to the env vars also for the dockerized Version
chiko2025-11-03 00:33:23 +00:00
1c6aad0f3a
Merge pull request 'fix/db-event-uid-create-unique-index' (#8) from fix/db-event-uid-create-unique-index into dev
chiko2025-11-03 00:28:36 +00:00
eea37b3df5
Fixing the uid Column isn't unique. uid is required to be unique for the the Changed Events (with the new Data) to be inserted without creating new Rows.
chiko2025-11-03 00:22:01 +00:00
1a7de55da8
Prints "Optime" and a Diff to Optime for a Events thats not on Optime
chiko2025-11-02 21:11:37 +00:00
2c34fece2c
Merge pull request 'feature/notification-more-options' (#7) from feature/notification-more-options into dev
chiko2025-11-02 20:56:14 +00:00
7b594614c6
Merge branch 'version/0.1.3' into dev
chiko2025-10-27 17:59:23 +01:00
ae569b7739
Merge pull request 'Bugfix in sendNotification()' (#6) from version/0.1.3 into main
chiko2025-10-27 16:55:12 +00:00
608608aa56
Bugfix in sendNotification() URL for Post Request returned a 404 because there was a " too much
version/0.1.3
chiko2025-10-27 17:54:30 +01:00
04ef066158
Merge pull request 'Release Version v0.1.2' (#5) from v0.1.2 into main
chiko2025-10-26 20:17:20 +00:00
f9a1919d08
replaced the old Crontab with commands with a script to execute instead. Better logging for docker logs <container name>. because cron does not execute script with env vars, they get dumped into a file and set for the runtime of the script run-taks.sh
chiko2025-10-22 16:28:25 +02:00
96e9e79aeb
replaced CMD in the docker file with ENTRYPOINT and docker-entrypoint.sh
chiko2025-10-22 16:26:04 +02:00
1729332373
removed Python and the Python Script, added the apprise-api docker container to the Docker-compose to send notificaiton
v0.1.0
notification-rewrite
chiko2025-10-21 23:34:50 +02:00
fd0081d4d0
Fixed dockerfile, added a docker-compose.yml, added db init function to run on every startup
chiko2025-10-20 23:12:38 +02:00
966353de3e
Build with Dockerfile works now
chiko2025-10-20 17:00:41 +02:00
ae9ae46fea
changed the Working Directory inside the Dockerfile from "/usr/src/app" to "/opt/app"
chiko2025-10-20 16:43:21 +02:00
d8e2027efa
changed files depending on the old folder "app" to the new folder "src"
chiko2025-10-20 16:41:14 +02:00
272c9519b9
renamed folder "app" to "src"
chiko2025-10-20 16:38:28 +02:00
1890d28f47
added .env example file
chiko2025-10-20 03:01:58 +02:00
f086fd9792
added --today parameter to send a nofitication for todays events else its change or new events. also fetches current and next month now.
chiko2025-10-20 02:58:16 +02:00
1cdcf2f423
added options to the discord bot
chiko2025-10-20 02:50:02 +02:00