-
Notifications
You must be signed in to change notification settings - Fork 2
Platform Guides
Mansi Visuals edited this page Mar 24, 2026
·
3 revisions
- Install Docker Compose Manager plugin (Apps → search "Compose Manager").
- Download config files:
curl -O https://raw.githubusercontent.com/MansiVisuals/ViTransfer/main/docker-compose.unraid.yml
curl -O https://raw.githubusercontent.com/MansiVisuals/ViTransfer/main/.env.example- Generate secrets (see Installation).
- Configure
.envand update volume paths indocker-compose.unraid.yml. - Create a new stack in Compose Manager and deploy.
- Access:
http://UNRAID-IP:4321.
Quick install: Use the TrueNAS Apps catalog (Apps → Discover Apps → ViTransfer).
Manual install:
- Create datasets:
postgres,redis,uploads. - Download config:
curl -O https://raw.githubusercontent.com/MansiVisuals/ViTransfer/main/docker-compose.truenas.yml- Generate secrets (see Installation).
- Edit
docker-compose.truenas.ymlwith secrets and dataset paths. - Deploy via TrueNAS UI (Apps → Discover → Custom App → Install via YAML).
- Access:
http://TRUENAS-IP:4321.
Note: Set App Domain in Admin Settings after login (required for email links and passkeys).
- Rootless Podman quadlets are available in
quadlet/. - Community guides welcome.
Navigation: Home | Features | Installation | Platform Guides | Configuration | Admin Settings | Usage Guide | Client Guide | Security | Maintenance | Troubleshooting | Screenshots | Contributing | License