Snips

✂️ passwordless, anonymous SSH-powered pastebin with a human-friendly TUI and web UI.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
services:
  snips:
    image: 'ghcr.io/robherley/snips.sh:latest'
    restart: unless-stopped
    ports:
      - '80:8080'
      - '22:2222'
    volumes:
      - ./data:/data
    env_file:
      - snips.env

snips.env

SNIPS_HTTP_EXTERNAL=https://snips.example.com
SNIPS_SSH_EXTERNAL=ssh://snips.example.com:22
SNIPS_HMACKEY=correct-horse-battery-staple

Resources

Website: https://snips.sh/

GitHub: https://github.com/robherley/snips.sh

GitHub Container Registry: https://github.com/robherley/snips.sh/pkgs/container/snips.sh

Configuration: https://github.com/robherley/snips.sh/blob/main/docs/self-hosting.md