Deploy a Template
Deploy a pre-configured app template in one click.
#Deploy
- Go to Templates
- Find the template you want
- Click Deploy
- Enter an app name and select your server
- Click Deploy
Wokku creates the app, sets up the Docker container, and configures default environment variables.
bash
wokku deploy ghost --server my-server --name my-blog
bash
curl -X POST https://wokku.dev/api/v1/templates/deploy \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"slug": "ghost", "server_id": 1, "name": "my-blog"}'
Ask Claude: “Deploy a Ghost blog called my-blog on server 1”
Tap Templates → find your template → Deploy → enter name → select server → confirm.
#After Deployment
Once deployed, you can:
- Add a custom domain
- Enable SSL
- Set environment variables to customize the app
- View logs to verify it’s running