init
This commit is contained in:
32
.opencode/skills/deploy/references/platforms/coolify.md
Normal file
32
.opencode/skills/deploy/references/platforms/coolify.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Coolify (Self-Hosted)
|
||||
|
||||
## Setup
|
||||
```bash
|
||||
# Install on VPS
|
||||
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
|
||||
```
|
||||
|
||||
## Deploy
|
||||
```bash
|
||||
# Via API
|
||||
curl -X POST "https://your-coolify.com/api/v1/deploy" \
|
||||
-H "Authorization: Bearer TOKEN" \
|
||||
-d '{"uuid": "APP_UUID"}'
|
||||
|
||||
# Or via dashboard / Git webhook (auto-deploy)
|
||||
```
|
||||
|
||||
## Detection
|
||||
- `docker-compose.yml` + Coolify dashboard reference
|
||||
- Dockerfile, buildpack detection
|
||||
|
||||
## Free Tier
|
||||
- Free (self-hosted, open-source)
|
||||
- VPS cost only (~$5-6/mo on DO/Vultr, $2.50 on Vultr minimum)
|
||||
|
||||
## Rollback
|
||||
Via dashboard: select previous deployment
|
||||
|
||||
## Best For
|
||||
Teams wanting Heroku-like PaaS on own server. 280+ one-click services.
|
||||
Multi-server, Docker Swarm support, free SSL via Let's Encrypt.
|
||||
Reference in New Issue
Block a user