PicoShare

A minimalist, easy-to-host service for sharing images and other files.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.2"
services:
  picoshare:
    image: mtlynch/picoshare
    environment:
      - PORT=4001
      - PS_SHARED_SECRET=dummypass # Change to any password
    ports:
      - 4001:4001
    command: -db /data/store.db
    volumes:
      - ./data:/data

Resources

Website: https://demo.pico.rocks/

GitHub: https://github.com/mtlynch/picoshare

Docker Hub: https://hub.docker.com/r/mtlynch/picoshare

Configuration: https://github.com/mtlynch/picoshare#run-picoshare