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>
19 lines
232 B
Plaintext
19 lines
232 B
Plaintext
node_modules/
|
|
.env
|
|
.env.local
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.DS_Store
|
|
*.log
|
|
.vscode/
|
|
.idea/
|
|
deploy_key
|
|
|
|
# Deployment keys and scripts
|
|
deploy_key*
|
|
deploy.sh
|
|
deploy-to-coolify.sh
|
|
deploy-to-apps.sh
|
|
deployment-info.txt
|