Commit Graph

58 Commits

Author SHA1 Message Date
16593e0281 Fixed Syntax Error 2025-11-03 00:24:42 +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.
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
2c34fece2c Merge pull request 'feature/notification-more-options' (#7) from feature/notification-more-options into dev
Reviewed-on: #7
2025-11-02 20:56:14 +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
c69eca5c08 updated README 2025-10-27 20:18:40 +01:00
dc76e14c9d changed start script to add env prod and dev 2025-10-27 20:17:52 +01:00
6e34f30d4a added some scripts for the sqlite db for cleanup 2025-10-27 20:16:53 +01:00
f1bc30a64d exclude any kind of .env from docker and git 2025-10-27 20:11:28 +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
7b594614c6 Merge branch 'version/0.1.3' into dev 2025-10-27 17:59:23 +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
04ef066158 Merge pull request 'Release Version v0.1.2' (#5) from v0.1.2 into main
Reviewed-on: #5
2025-10-26 20:17:20 +00:00
8bcb2618a2 Release Version v0.1.2 2025-10-26 21:15:23 +01:00
1433d37afa Merge pull request 'dev to main - v0.1.2' (#4) from dev into main
Reviewed-on: #4
2025-10-26 14:22:05 +00:00
c51263c947 Added a Workarond for the DST (European Daylight Saving Time (DST)) v0.1.2-tag 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
420076a8cf Changed Package Name. 2025-10-26 14:06:34 +01:00
d5a1bc9fa7 Added Helper Functions for events.deleteDate. Its stored as integer for unixtime. 2025-10-26 14:05:08 +01:00
76dfde05f7 added more env vars 2025-10-26 14:03:29 +01:00
79b7cfae68 Merge pull request 'dev v0.1.1' (#3) from dev into main
Reviewed-on: #3
2025-10-24 23:45:46 +00:00
d303560f53 rearranged some code.
splited function main() to 2 seperate functions.
v0.1.1
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
f648952fa9 added Linting for TypeScript 2025-10-24 02:38:50 +02:00
5546d5511e replaced /etc/environment with /etc/cron-env.sh to work with cron 2025-10-22 19:10:04 +02:00
4e21b1372f added windows style new line clean up to all script files and linux resources. 2025-10-22 19:09:15 +02:00
f33324e9f8 docker-compose.yml cleanup 2025-10-22 19:07:33 +02: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
2025-10-22 16:28:25 +02:00
96e9e79aeb replaced CMD in the docker file with ENTRYPOINT and docker-entrypoint.sh 2025-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 2025-10-21 23:34:50 +02:00
8c5d6de5a4 fixed not loading the env file for docker 2025-10-21 02:47:36 +02:00
5f735dce6a container healthchecks.. 2025-10-21 02:35:59 +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
92a2c6956a forgot the ENV for bun 2025-10-21 01:26:18 +02:00
1bf297752d more dockerfile fixing 2025-10-21 01:23:41 +02:00
156a2db485 fixing docker file 2025-10-21 01:21:39 +02:00
714738dcba Fixing python... 2025-10-21 01:16:59 +02:00
66212229f5 fixed python dependency and Dockerfile Volume Bind 2025-10-20 23:48:31 +02:00
3167bd7976 added dotenv as python dependency 2025-10-20 23:24:56 +02:00
877d9e37b3 Udpated Dockerfile, changed Crontab for testing purposes 2025-10-20 23:16:35 +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