Favicon of PsiTransfer

PsiTransfer

Share massive files securely using an open-source, self-hosted platform. Features include resumable uploads, custom branding, and automatic file retention.

Deploy a simple, open-source file sharing solution designed as a self-hosted alternative to paid cloud services. Built to handle massive data transfers, this platform ensures your files remain private and under your direct control. It eliminates the need for user accounts, allowing anyone to upload and download files instantly through a clean, intuitive interface.

Key features include:

  • Resumable uploads and downloads: Never lose progress on large files, even with unstable network connections.
  • Custom branding: Personalize the interface with your own company logo and color scheme.
  • Automated retention: Configure settings to automatically delete files after a specified period to save storage space.
  • Password protection: Secure your download lists with AES encryption to restrict access to sensitive files.

Built with a lightweight NodeJS server and a responsive Vue.js frontend, it offers a fast, reliable, and privacy-focused way to share data.

Directory Structure

psitransfer
data
.env
docker-compose.yml

docker-compose.yml

services:
  psitransfer:
    image: psitrax/psitransfer
    container_name: psitransfer
    restart: unless-stopped
    ports:
      - "3000:3000"
    volumes:
      - ./data:/data
    environment:
      - PSITRANSFER_ADMIN_PASS=${PSITRANSFER_ADMIN_PASS}
      - PSITRANSFER_UPLOAD_DIR=/data

.env

PSITRANSFER_ADMIN_PASS=your_super_secret_password

Share:

Ad
Favicon

 

  
 

Similar to PsiTransfer

Favicon

 

  
  
Favicon

 

  
  
Favicon