Commit Graph

  • 8e47a3bc8a Version Bump: v0.1.6 main version/0.1.6 chiko 2025-11-07 00:42:52 +00:00
  • eb0c5e1580 Removed Parameter --today from docker-entrypoint.sh dont query todays Events and send a Notification if the Container starts the first time. chiko 2025-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. chiko 2025-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" chiko 2025-11-07 00:25:15 +00:00
  • 8fee748837 Added "hour" to getTsNow() chiko 2025-11-07 00:24:03 +00:00
  • c6ec442c2b Merge branch 'main' into dev dev chiko 2025-11-06 20:16:54 +00:00
  • 3e5032caf3 Merge branch 'dev' chiko 2025-11-06 20:09:55 +00:00
  • 2f805c0772 Bugfix: Added "deleted" as Notification State if Event deleteDate is set to chiko 2025-11-06 20:08:08 +00:00
  • 8aef42396e Merge branch 'version/0.1.5' chiko 2025-11-06 17:48:10 +00:00
  • 170695f9ff Version Bump: v0.1.5 version/0.1.5 chiko 2025-11-06 17:39:00 +00:00
  • c703911f85 Bugfix: Events marked as "removed" And deleteDate is set so the Notification does not get sent chiko 2025-11-06 17:36:54 +00:00
  • a37d95709f Merge pull request 'version/0.1.4' (#9) from version/0.1.4 into main chiko 2025-11-03 00:41:45 +00:00
  • 152c1bcba0 Version Bump 0.1.4 version/0.1.4 chiko 2025-11-03 00:35:40 +00:00
  • 5cdfd0f2e3 Change the Start Script and Added NODE_ENV to the env vars also for the dockerized Version chiko 2025-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 chiko 2025-11-03 00:28:36 +00:00
  • 16593e0281 Fixed Syntax Error fix/db-event-uid-create-unique-index chiko 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. chiko 2025-11-03 00:22:01 +00:00
  • 1a7de55da8 Prints "Optime" and a Diff to Optime for a Events thats not on Optime chiko 2025-11-02 21:11:37 +00:00
  • 2c34fece2c Merge pull request 'feature/notification-more-options' (#7) from feature/notification-more-options into dev chiko 2025-11-02 20:56:14 +00:00
  • 4bbda5dcf8 Adding a parameter for the URLs for the Notification URLs of Services. feature/notification-more-options chiko 2025-10-29 23:49:48 +01:00
  • a57e4efd4c adding a file "config.ts" for adjustable configurations like URLs for Apprise chiko 2025-10-29 23:48:09 +01:00
  • 9ec83d8b87 adding a Helper Function to create QueryStrings for URLs chiko 2025-10-29 23:47:04 +01:00
  • 12e57a97f5 some minor fixes to the logging texts chiko 2025-10-29 23:38:45 +01:00
  • c69eca5c08 updated README chiko 2025-10-27 20:18:40 +01:00
  • dc76e14c9d changed start script to add env prod and dev chiko 2025-10-27 20:17:52 +01:00
  • 6e34f30d4a added some scripts for the sqlite db for cleanup chiko 2025-10-27 20:16:53 +01:00
  • f1bc30a64d exclude any kind of .env from docker and git chiko 2025-10-27 20:11:28 +01:00
  • d22dbaf971 Event.get_body() does only print the Diff to Optime if its not 00:00 chiko 2025-10-27 20:02:21 +01:00
  • c5c5d872d7 Added Event.toString() chiko 2025-10-27 20:01:29 +01:00
  • 7b594614c6 Merge branch 'version/0.1.3' into dev chiko 2025-10-27 17:59:23 +01:00
  • ae569b7739 Merge pull request 'Bugfix in sendNotification()' (#6) from version/0.1.3 into main chiko 2025-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 chiko 2025-10-27 17:54:30 +01:00
  • 04ef066158 Merge pull request 'Release Version v0.1.2' (#5) from v0.1.2 into main chiko 2025-10-26 20:17:20 +00:00
  • 8bcb2618a2 Release Version v0.1.2 version/0.1.2 chiko 2025-10-26 21:15:23 +01:00
  • 1433d37afa Merge pull request 'dev to main - v0.1.2' (#4) from dev into main chiko 2025-10-26 14:22:05 +00:00
  • c51263c947 Added a Workarond for the DST (European Daylight Saving Time (DST)) v0.1.2-tag chiko 2025-10-26 15:14:57 +01:00
  • 8c161c6dc5 just moved the properties of Event up in the Class. chiko 2025-10-26 15:12:41 +01:00
  • c1ad9c7494 Added env vars to function sendNotification chiko 2025-10-26 14:08:10 +01:00
  • e9ead4e7bf Moved Function to get a Title and Body of a Event to the Event Class. chiko 2025-10-26 14:07:28 +01:00
  • 420076a8cf Changed Package Name. chiko 2025-10-26 14:06:34 +01:00
  • d5a1bc9fa7 Added Helper Functions for events.deleteDate. Its stored as integer for unixtime. chiko 2025-10-26 14:05:08 +01:00
  • 76dfde05f7 added more env vars chiko 2025-10-26 14:03:29 +01:00
  • 79b7cfae68 Merge pull request 'dev v0.1.1' (#3) from dev into main chiko 2025-10-24 23:45:46 +00:00
  • d303560f53 rearranged some code. splited function main() to 2 seperate functions. v0.1.1 chiko 2025-10-24 02:55:33 +02:00
  • eb6525a66f added 'deleteDate' to Events chiko 2025-10-24 02:51:30 +02:00
  • f974684945 fixed inconsistent module loading with 'require' chiko 2025-10-24 02:49:27 +02:00
  • b035c9475d Some Cleanup and minor Changes chiko 2025-10-24 02:48:00 +02:00
  • f648952fa9 added Linting for TypeScript chiko 2025-10-24 02:38:50 +02:00
  • 5546d5511e replaced /etc/environment with /etc/cron-env.sh to work with cron chiko 2025-10-22 19:10:04 +02:00
  • 4e21b1372f added windows style new line clean up to all script files and linux resources. chiko 2025-10-22 19:09:15 +02:00
  • f33324e9f8 docker-compose.yml cleanup chiko 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 chiko 2025-10-22 16:28:25 +02:00
  • 96e9e79aeb replaced CMD in the docker file with ENTRYPOINT and docker-entrypoint.sh chiko 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 notification-rewrite chiko 2025-10-21 23:34:50 +02:00
  • 8c5d6de5a4 fixed not loading the env file for docker fix/docker chiko 2025-10-21 02:47:36 +02:00
  • 5f735dce6a container healthchecks.. chiko 2025-10-21 02:35:59 +02:00
  • de11a6934c fixing docker-compose.yml chiko 2025-10-21 02:29:54 +02:00
  • 457a49e754 fuck python, switching to apprise-api as a docker container chiko 2025-10-21 02:22:51 +02:00
  • 92a2c6956a forgot the ENV for bun chiko 2025-10-21 01:26:18 +02:00
  • 1bf297752d more dockerfile fixing chiko 2025-10-21 01:23:41 +02:00
  • 156a2db485 fixing docker file chiko 2025-10-21 01:21:39 +02:00
  • 714738dcba Fixing python... chiko 2025-10-21 01:16:59 +02:00
  • 66212229f5 fixed python dependency and Dockerfile Volume Bind chiko 2025-10-20 23:48:31 +02:00
  • 3167bd7976 added dotenv as python dependency chiko 2025-10-20 23:24:56 +02:00
  • 877d9e37b3 Udpated Dockerfile, changed Crontab for testing purposes chiko 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 chiko 2025-10-20 23:12:38 +02:00
  • 966353de3e Build with Dockerfile works now chiko 2025-10-20 17:00:41 +02:00
  • ae9ae46fea changed the Working Directory inside the Dockerfile from "/usr/src/app" to "/opt/app" chiko 2025-10-20 16:43:21 +02:00
  • d8e2027efa changed files depending on the old folder "app" to the new folder "src" chiko 2025-10-20 16:41:14 +02:00
  • 272c9519b9 renamed folder "app" to "src" chiko 2025-10-20 16:38:28 +02:00
  • 1890d28f47 added .env example file chiko 2025-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. chiko 2025-10-20 02:58:16 +02:00
  • 1cdcf2f423 added options to the discord bot chiko 2025-10-20 02:50:02 +02:00
  • 2fb5f48a54 inital commit chikovanreuden 2025-10-20 02:05:08 +02:00