Lenpaste

Lenpaste is a web service that allows you to share notes anonymously, an alternative to Pastebin. There is its own API.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.4"
services:
  lenpaste:
    # There are images for x64, ARM64, ARM v7, ARM v6.
    # The Raspberry Pi is supported, including the latest 64-bit versions.
    # Replace "X.X" to target Lenpaste version.
    image: ghcr.io/lcomrade/lenpaste:1.3.1
    volumes:
      - ./data:/data
    ports:
      - 800:80
    restart: unless-stopped

Resources

Website: https://paste.lcomrade.su/

GitHub: https://github.com/lcomrade/lenpaste

GitHub Container Registry: https://github.com/lcomrade/lenpaste/pkgs/container/lenpaste

Configuration: https://github.com/lcomrade/lenpaste#launch-your-own-server