You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cipi app create --custom — Creates a custom app with classic deploy (no zero-downtime): code is deployed into htdocs (no current/shared symlinks). During creation you only choose document root (default /, or e.g. www, dist, public). Nginx is fixed: index index.html index.php, try_files $uri $uri/ /index.php?$args, error_page 404 /404.html (no prompts for try_files or entry point). Custom apps have no database, no .env, no cron, no queue workers, no webhook; post-creation summary shows only SSH, deploy key, and next steps.
Changed
App types — cipi app create now supports only Laravel (default) and --custom.
cipi app show — Displays type "Custom" and docroot when applicable; Webhook line is shown only for Laravel apps.
cipi app env — Exits with an error for custom apps (no .env).
cipi app reset-db-password — Exits with an error for custom apps (no database).
cipi app delete — Skips database drop for custom apps (none was created).