Take complete control over your data with a flexible, open-source alternative to mainstream file transfer services. Designed for privacy and security, this self-hosted platform allows you to upload, manage, and distribute files without relying on third-party dependencies or facing hidden fees and artificial restrictions. Whether you are sharing sensitive documents or organizing large media assets, you maintain absolute ownership of your data.
Key features include:
Enjoy a seamless, secure file-sharing experience tailored for individuals and teams who prioritize data sovereignty.
services:
palmr:
image: kyantech/palmr:latest
container_name: palmr
restart: unless-stopped
ports:
- "3000:3000"
environment:
- DATABASE_URL=${DATABASE_URL}
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
- NEXTAUTH_URL=${NEXTAUTH_URL}
volumes:
- ./uploads:/app/uploads
depends_on:
- mongo
mongo:
image: mongo:6
container_name: palmr-mongo
restart: unless-stopped
volumes:
- ./mongo-data:/data/dbDATABASE_URL=mongodb://mongo:27017/palmr
NEXTAUTH_SECRET=your_super_secret_random_string
NEXTAUTH_URL=http://localhost:3000Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago