Commit Graph

38 Commits

Author SHA1 Message Date
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
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
966353de3e Build with Dockerfile works now 2025-10-20 17:00:41 +02:00
ae9ae46fea changed the Working Directory inside the Dockerfile from "/usr/src/app" to "/opt/app" 2025-10-20 16:43:21 +02:00
d8e2027efa changed files depending on the old folder "app" to the new folder "src" 2025-10-20 16:41:14 +02:00
272c9519b9 renamed folder "app" to "src" 2025-10-20 16:38:28 +02:00
1890d28f47 added .env example file 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. 2025-10-20 02:58:16 +02:00
1cdcf2f423 added options to the discord bot 2025-10-20 02:50:02 +02:00
chikovanreuden
2fb5f48a54 inital commit 2025-10-20 02:05:08 +02:00