Share and manage code snippets directly from your command line using an SSH-powered pastebin. This tool bridges the gap between terminal workflows and web accessibility, allowing you to upload files without installing any additional software. Because it relies entirely on SSH keys for authentication, you can maintain complete anonymity with no sign-ups, passwords, or emails required.
Key benefits include:
services:
snips:
image: ghcr.io/robherley/snips.sh:latest
container_name: snips
restart: unless-stopped
ports:
- "8080:8080"
- "2222:2222"
environment:
SNIPS_DB_PATH: /data/snips.db
SNIPS_URL: http://localhost:8080
SNIPS_HMAC_KEY: ${SNIPS_HMAC_KEY}
volumes:
- ./data:/dataSNIPS_HMAC_KEY=generate_a_secure_random_string_hereAuto-fetched about 24 hours ago
Auto-fetched about 24 hours ago