Commit Graph

24 Commits

Author SHA1 Message Date
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.
2025-11-03 00:22:01 +00:00
1a7de55da8 Prints "Optime" and a Diff to Optime for a Events thats not on Optime 2025-11-02 21:11:37 +00:00
4bbda5dcf8 Adding a parameter for the URLs for the Notification URLs of Services. 2025-10-29 23:49:48 +01:00
a57e4efd4c adding a file "config.ts" for adjustable configurations like URLs for Apprise 2025-10-29 23:48:09 +01:00
9ec83d8b87 adding a Helper Function to create QueryStrings for URLs 2025-10-29 23:47:04 +01:00
12e57a97f5 some minor fixes to the logging texts 2025-10-29 23:38:45 +01:00
d22dbaf971 Event.get_body() does only print the Diff to Optime if its not 00:00 2025-10-27 20:02:21 +01:00
c5c5d872d7 Added Event.toString() 2025-10-27 20:01:29 +01:00
608608aa56 Bugfix in sendNotification()
URL for Post Request returned a 404 because there was a " too much
2025-10-27 17:54:30 +01:00
c51263c947 Added a Workarond for the DST (European Daylight Saving Time (DST)) 2025-10-26 15:14:57 +01:00
8c161c6dc5 just moved the properties of Event up in the Class. 2025-10-26 15:12:41 +01:00
c1ad9c7494 Added env vars to function sendNotification 2025-10-26 14:08:10 +01:00
e9ead4e7bf Moved Function to get a Title and Body of a Event to the Event Class. 2025-10-26 14:07:28 +01:00
d5a1bc9fa7 Added Helper Functions for events.deleteDate. Its stored as integer for unixtime. 2025-10-26 14:05:08 +01:00
d303560f53 rearranged some code.
splited function main() to 2 seperate functions.
2025-10-24 02:55:33 +02:00
eb6525a66f added 'deleteDate' to Events 2025-10-24 02:51:30 +02:00
f974684945 fixed inconsistent module loading with 'require' 2025-10-24 02:49:27 +02:00
b035c9475d Some Cleanup and minor Changes 2025-10-24 02:48:00 +02:00
1729332373 removed Python and the Python Script, added the apprise-api docker container to the Docker-compose to send notificaiton 2025-10-21 23:34:50 +02:00
de11a6934c fixing docker-compose.yml 2025-10-21 02:29:54 +02:00
457a49e754 fuck python, switching to apprise-api as a docker container 2025-10-21 02:22:51 +02:00
714738dcba Fixing python... 2025-10-21 01:16:59 +02:00
fd0081d4d0 Fixed dockerfile, added a docker-compose.yml, added db init function to run on every startup 2025-10-20 23:12:38 +02:00
272c9519b9 renamed folder "app" to "src" 2025-10-20 16:38:28 +02:00