feat: ratelimit, ghcr package support, media path sensitization, LID to CN migration (#6)

* feat: ratelimit, ghcr package and proper project refactor from askarzh

* fix(bridge): validate media path

* update: dependencies

* fix: added LID to contact number migration
This commit is contained in:
Atul Singh
2026-05-13 12:54:31 +02:00
committed by GitHub
parent 680ef32b31
commit 193e0d3c77
20 changed files with 1245 additions and 173 deletions
+34
View File
@@ -0,0 +1,34 @@
# Project artifacts
whatsapp-bridge/store/
whatsapp-bridge/whatsapp-bridge
whatsapp-mcp-server/whatsapp-mcp
whatsapp-mcp-server/whatsapp-mcp-server
# Go build / test output
*.exe
*.test
*.out
coverage.txt
# Local config / secrets
.env
.env.*
!.env.example
# Databases
*.db
*.sqlite
*.sqlite3
# Logs
*.log
# Editors / IDEs
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db