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
feat: add quick-deploy.sh one-liner script for automated Docker setup
Create scripts/quick-deploy.sh that installs Docker if needed, downloads
docker-compose.yml, starts the service, and prints the IOTP — all in one
command. Supports Linux auto-install, macOS/WSL detection with helpful
errors, --interactive mode for opt-in prompts, and sudo escalation only
when required. Feature it prominently as the first section in the README.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,22 @@ A production-ready toolkit for deploying and managing [opencode](https://github.
19
19
20
20
This project uses the opencode fork at https://github.com/pRizz/opencode, which adds additional authentication and security features.
21
21
22
+
## Quick Deploy (Docker)
23
+
24
+
Deploy opencode-cloud with one command. Installs Docker if needed (Linux), downloads the Docker Compose config, starts the service, and prints the login credentials:
Copy file name to clipboardExpand all lines: packages/core/README.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,22 @@ A production-ready toolkit for deploying and managing [opencode](https://github.
19
19
20
20
This project uses the opencode fork at https://github.com/pRizz/opencode, which adds additional authentication and security features.
21
21
22
+
## Quick Deploy (Docker)
23
+
24
+
Deploy opencode-cloud with one command. Installs Docker if needed (Linux), downloads the Docker Compose config, starts the service, and prints the login credentials:
0 commit comments