Skip to content
Ben Adrian Sarmiento edited this page Nov 26, 2023 · 4 revisions

How to run zurg in 5 steps for Infuse with SFTP

  1. Clone this repo git clone https://github.com/debridmediamanager/zurg-testing.git
  2. Add your token in config.yml
  3. Rename docker-compose.infuse.yml to docker-compose.yml
  4. Run docker compose up -d to start the containers
  5. echo "ls" | sftp -P 2222 localhost You're done! If you do edits on your config.yml just do docker compose restart zurg.

The SFTP server is exposed via port 2222, and a webdav server is also exposed to your localhost via port 9999. You can point Infuse or any webdav clients to it.

Clone this wiki locally