AppsPastebinsWantguns Bin

Wantguns/Bin

Minimal pastebin for both textual and binary files shipped in a single statically linked binary.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  pastebin:
    image: wantguns/bin
    container_name: pastebin
    ports:
      - 6163:6163
    environment:
      - BIN_PORT=6163 
      - BIN_LIMITS={form="16 MiB"}
      - BIN_CLIENT_DESC=placeholder
    volumes:
      - ./upload:/upload
    restart: unless-stopped

Resources

Website:https://basedbin.fly.dev/

GitHub:https://github.com/wantguns/bin

Docker Hub: https://hub.docker.com/r/wantguns/bin

Configuration: https://github.com/wantguns/bin#server-deployment