munin/ivaldi.json

34 lines
430 B
JSON
Raw Normal View History

2025-04-25 10:54:41 +02:00
{
"name": "munin",
"libs": [
{
"kind": "plankton",
"data": {
"modules": [
"pit",
"http",
"ical",
"string",
2025-05-06 21:07:38 +02:00
"email",
2025-04-25 10:54:41 +02:00
"telegram",
"url",
2025-04-25 10:54:41 +02:00
"conf",
2025-04-25 12:50:13 +02:00
"log",
2025-04-25 10:54:41 +02:00
"args"
]
}
}
],
"sources": [
"types.ts",
"sources/ical_feed.ts",
2025-04-25 10:54:41 +02:00
"sources/_functions.ts",
2025-04-25 12:50:13 +02:00
"targets/telegram_bot.ts",
2025-05-06 21:07:38 +02:00
"targets/email.ts",
2025-04-25 12:50:13 +02:00
"targets/_functions.ts",
2025-04-25 10:54:41 +02:00
"conf.ts",
"main.ts"
]
}