Initial commit: Docker Stack homebridge

- HomeKit Bridge für Apple Home
- macvlan Netzwerk (10.11.1.243) für mDNS/Bonjour
- Security: User Namespaces, cap_drop: ALL, resource limits
- Backup-Strategie: GIT_PLUS_DATA

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-24 21:05:48 +00:00
commit 6c5e6e7202
5 changed files with 204 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Ignore all data in mounts/
mounts/*
# Keep directory structure
!mounts/.gitkeep
# Keep restore scripts
!restore/