Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up opengist Requires Docker Desktop. No source code needed — pulls pre-built images and starts opengist with all dependencies.
Image:
ghcr.io/thomiceli/opengist:1 Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: opengist
description: "Self-hosted pastebin and code snippet manager powered by Git"
repository: https://github.com/thomiceli/opengist
logo: https://raw.githubusercontent.com/thomiceli/opengist/master/public/opengist.svg
image: ghcr.io/thomiceli/opengist:1
provides:
- name: web-ui
protocol: http
port: 6157
exposed: true
- name: ssh
protocol: tcp
port: 2222
storage:
data:
path: /opengist
persistent: true
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
6s
Total Disk
87 MB
Learn More
Spec references for features used in this Launchfile.