Add Coolify Wrapper API integration

This enables deployment via apps.startanaicompany.com instead of direct Coolify access.

New files:
- deploy-to-apps.example.sh: Deployment script using Wrapper API
- DEPLOYMENT_GUIDE.md: Comprehensive deployment documentation

Updated files:
- README.md: Updated deployment steps to use Wrapper API
- .gitignore: Added deploy-to-apps.sh to exclusions

Benefits:
- Users no longer need master Coolify token
- Each user gets their own API key
- Automatic resource isolation
- Rate limiting and audit logging
- Simpler deployment process

The old deploy-to-coolify.example.sh remains for reference but new
deployments should use the wrapper API.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-24 08:08:11 +01:00
parent 547948c98c
commit 338d4243bb
4 changed files with 576 additions and 12 deletions

1
.gitignore vendored
View File

@@ -14,4 +14,5 @@ deploy_key
deploy_key*
deploy.sh
deploy-to-coolify.sh
deploy-to-apps.sh
deployment-info.txt