feat(nix): add Nextcloud Claude Bot integration

- Added configuration for Nextcloud Claude Bot, including NixOS module, secrets management, and example setup files.
- Introduced a Python-based HTTP server for handling webhook events and interacting with Nextcloud Talk.
- Integrated necessary dependencies and systemd service for seamless operation.
This commit is contained in:
Harald Hoyer 2026-02-03 15:40:57 +01:00
parent eb10ad018f
commit bc6091f63f
7 changed files with 728 additions and 0 deletions

View file

@ -12,6 +12,7 @@
./mailserver.nix
./network.nix
./nextcloud.nix
./nextcloud-claude-bot
./nginx.nix
./postgresql.nix
./rspamd.nix