Opengist

Self-hosted pastebin powered by Git.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
 
services:
  opengist:
    image: ghcr.io/thomiceli/opengist:1
    container_name: opengist
    restart: unless-stopped
    ports:
      - "6157:6157"
    volumes:
      - "./opengist:/opengist"

Resources

Website: https://opengist.io/

Demo: https://demo.opengist.io/

GitHub: https://github.com/thomiceli/opengist

GitHub Container Registry: https://github.com/thomiceli/opengist/pkgs/container/opengist

Configuration: https://opengist.io/docs/installation/docker.html