Sliplane is a simple container hosting platform that lets you deploy Docker containers and Git repositories in seconds. It provides managed domains, automatic HTTPS, custom domains, internal networking, and a clean dashboard to monitor your running services across multiple projects.
You will need to have Node.js and npm installed.
git clone https://github.com/yulei-chen/raycast-sliplane
cd raycast-sliplane
npm install
npm run dev- Clone this repo
git clone https://github.com/yulei-chen/raycast-sliplane - Go to the folder
cd raycast-sliplane - Install dependencies
npm install - Build and import to Raycast
npm run dev(you can stop the dev server afterwards)
- Open the extension in Raycast.
- When prompted, enter your Sliplane API Token. You can create one in your Sliplane Dashboard under Team Settings → API Tokens. The token follows the format
api_rw_org_xxx_secret.
Browse and search all your Sliplane services across every project in one place.
- Search services by name using the search bar.
- Select a service to see its details in the sidebar: status, project, deployment source, branch, network visibility, protocol, managed domain, internal domain, and custom domains.
- Actions available on each service:
Open Domain— opens the service's domain in your browser (⌘ O)Open Service Settings— jumps directly to the service settings page in the Sliplane dashboardOpen Repository— opens the linked Git repository (⌘ R, repository deployments only)Copy Image Source— copies the Docker image reference (image deployments only)Copy Branch— copies the deployed branch name (repository deployments only)Copy Internal Domain— copies the internal domain for service-to-service communicationOpen Extension Preferences— opens the Raycast preferences for this extension
Quickly open the Sliplane blog, optionally filtered by a keyword.
- Run the command with no argument to open the blog home page.
- Type a keyword as an argument (e.g.
docker) to open the blog pre-filtered to that search term.