PsiTransfer

Simple open source self-hosted file sharing solution with robust up-/download-resume and password protection.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
    psitransfer:
        image: psitrax/psitransfer
        environment:
            - PSITRANSFER_DEFAULT_RETENTION=3600
            - PSITRANSFER_PORT=8080
        ports:
            - '3000:8080'
        volumes:
            - './data:/data'
	    restart: unless-stopped

Resources

Website: https://psi.cx/2017/psitransfer/

GitHub: https://github.com/psi-4ward/psitransfer

Docker Hub: https://hub.docker.com/r/psitrax/psitransfer

Configuration: https://github.com/psi-4ward/psitransfer#quickstart