Share files effortlessly straight from your terminal with a highly customizable and self-hostable file-sharing server. Designed for developers and system administrators, this utility allows you to upload, encrypt, and distribute files without leaving the command line. You can easily deploy your own instance using Docker or Go, ensuring complete control over your data and infrastructure.
Enjoy a wide range of powerful features tailored for secure and efficient file transfers:
services:
transfer:
image: dutchcoders/transfer.sh:latest
container_name: transfersh
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/data
command: --provider local --basedir /data# No sensitive environment variables are required for the default local provider configuration.
# If using S3 or other providers, add credentials here and reference them in the command.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago