Opengist, the open source self hosted pastebin where every snippet is a Git repository, serving gists the moment it boots.
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.
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.
Real screenshots taken while testing this image against its deployment guide.