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:
Built with a lightweight NodeJS server and a responsive Vue.js frontend, it offers a fast, reliable, and privacy-focused way to share data.
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=/dataPSITRANSFER_ADMIN_PASS=your_super_secret_passwordAuto-fetched about 2 hours ago
Auto-fetched about 2 hours ago