feat: implement PocketBase integration for timetable synchronization

This commit is contained in:
2026-02-27 23:59:39 +01:00
parent a2a8932cd1
commit a29bceda4e
3 changed files with 126 additions and 29 deletions

7
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"dotenv": "^17.3.1",
"express": "^5.2.1",
"luxon": "^3.7.2",
"pocketbase": "^0.26.8",
"webuntis": "^2.2.1"
}
},
@@ -796,6 +797,12 @@
"url": "https://opencollective.com/express"
}
},
"node_modules/pocketbase": {
"version": "0.26.8",
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.26.8.tgz",
"integrity": "sha512-aQ/ewvS7ncvAE8wxoW10iAZu6ElgbeFpBhKPnCfvRovNzm2gW8u/sQNPGN6vNgVEagz44kK//C61oKjfa+7Low==",
"license": "MIT"
},
"node_modules/proxy-addr": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",