Projectsend

Upload files and assign them to specific clients you create. Give access to those files to your clients.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  projectsend:
    image: lscr.io/linuxserver/projectsend:latest
    container_name: projectsend
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - MAX_UPLOAD=5000
    volumes:
      - /path/to/projectsend/config:/config
      - /path/to/data:/data
    ports:
      - 80:80
    restart: unless-stopped

Resources

Website: https://www.projectsend.org/

GitHub: https://github.com/projectsend/projectsend

Docker Hub: https://hub.docker.com/r/linuxserver/projectsend

Configuration: https://github.com/linuxserver/docker-projectsend