Skip to content

Platform Guides

Mansi Visuals edited this page Mar 24, 2026 · 3 revisions

Platform Guides

Unraid (tested on 7.1.4)

  1. Install Docker Compose Manager plugin (Apps → search "Compose Manager").
  2. 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
  1. Generate secrets (see Installation).
  2. Configure .env and update volume paths in docker-compose.unraid.yml.
  3. Create a new stack in Compose Manager and deploy.
  4. Access: http://UNRAID-IP:4321.

TrueNAS Scale (tested on 25.10)

Quick install: Use the TrueNAS Apps catalog (Apps → Discover Apps → ViTransfer).

Manual install:

  1. Create datasets: postgres, redis, uploads.
  2. Download config:
curl -O https://raw.githubusercontent.com/MansiVisuals/ViTransfer/main/docker-compose.truenas.yml
  1. Generate secrets (see Installation).
  2. Edit docker-compose.truenas.yml with secrets and dataset paths.
  3. Deploy via TrueNAS UI (Apps → Discover → Custom App → Install via YAML).
  4. Access: http://TRUENAS-IP:4321.

Note: Set App Domain in Admin Settings after login (required for email links and passkeys).

Other platforms

  • 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

Clone this wiki locally