Opengist on Ubuntu 24.04 LTS

Azure Developer Tools

Opengist, the open source self hosted pastebin where every snippet is a Git repository, serving gists the moment it boots.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Opengist is an open source, self hosted pastebin backed by Git. Every snippet, called a gist, is a real Git repository you can clone and push over HTTP, so your pastes carry full version history. A modern web interface offers syntax highlighting, code search, private, unlisted and public visibility, a REST API and optional sign in through OAuth, OpenID Connect or LDAP. An embedded SQLite datastore and on disk Git repositories mean there is no separate database to run.

It suits developers, platform teams and organisations that want a private place to share code snippets, configuration and notes, kept inside their own cloud account rather than on a public service.

Why the cloudimg image

cloudimg delivers Opengist fully installed and configured behind an nginx reverse proxy, so the web interface answers the moment the instance boots. No admin account ships in the image: the first user to register becomes the administrator, and each instance generates its own session secret on first boot, so no shared or default credential is baked in. The SQLite database and the gist Git repositories live on a dedicated data disk kept separate from the operating system disk that you can snapshot and resize independently, and every deployment is paired with a step by step deploy guide and backed by 24/7 support.

Common uses

  • A private self hosted alternative to public gist services
  • Sharing code snippets and configuration with full Git history
  • A team snippet store you fully control inside your own network

See it running

Real screenshots taken while testing this image against its deployment guide.

Opengist on Ubuntu 24.04 LTS screenshot 1 Opengist on Ubuntu 24.04 LTS screenshot 2 Opengist on Ubuntu 24.04 LTS screenshot 3 Opengist on Ubuntu 24.04 LTS screenshot 4