-
-
Notifications
You must be signed in to change notification settings - Fork 39
Infuse
Ben Adrian Sarmiento edited this page Nov 26, 2023
·
4 revisions
How to run zurg in 5 steps for Infuse with SFTP
- Clone this repo
git clone https://github.com/debridmediamanager/zurg-testing.git
-
Add your token in
config.yml
- Rename
docker-compose.infuse.yml
todocker-compose.yml
- Run
docker compose up -d
to start the containers -
echo "ls" | sftp -P 2222 localhost
You're done! If you do edits on your config.yml just dodocker 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.
(c) 2023 Debrid Media Manager