Maintained by Thijmen Heuvelink

Pingvin Share is a self-hosted file sharing platform and an alternative for WeTransfer.

services:
  share:
    image: ghcr.io/stonith404/pingvin-share:v1.8.2
    restart: unless-stopped
    ports: ["3000:3000"]
    environment:
      - TRUST_PROXY=true
    volumes:
      - "./share/data:/opt/app/backend/data"
      - "./share/images:/opt/app/frontend/public/img"

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved