oblien/openship
原文摘要
Self-hosted deployment platform Openship Open-source, self-hostable deployment platform with built-in CI/CD. Push code, ship containers, manage infrastructure — from a desktop app, web dashboard, or CLI. Quick Start · Features · Interfaces · Docs · Contributing Quick Start npm i -g openship # or: curl -fsSL https://get.openship.io | sh openship up # installs Openship as a background service (starts on boot, auto-restarts) openship open opens the dashboard; openship stop stops the service. Want a one-off attached run instead? openship up --foreground . To deploy a project: cd your-project openship init # link this directory to a project openship deploy Prefer Docker? Clone the repo and use the compose stack: git clone https://github.com/oblien/openship.git && cd openship cp .env.example .env docker compose up -d Or grab the desktop app ( openship install , or download from openship.io ). What It Does Point it at a repo. Openship detects your stack, builds it, configures everything, and ships it — zero config files, zero pipelines, zero YAML. Databases, domains, SSL, CDN, mail, backups — all managed from one place. Works with Openship Cloud (managed) or any Linux server you own. Solo…
📋 本文为 GitHub Trending Daily RSS 的 RSS 摘要原文,未经 AI 整理。完整上下文请以 原文 为准。