debridmediamanager / zurg-testing

A self-hosted Real-Debrid webdav server you can use with Infuse. Together with rclone it can mount your Real-Debrid torrent library into your filesystem and load it to Plex or Jellyfin.
432 stars 30 forks source link

path /mnt/zurg is mounted on / but it is not a shared mount #33

Closed n0gg3r closed 7 months ago

n0gg3r commented 8 months ago

Expected Behavior To access my real debrid archive in my local network

What happened: I can access it in the browser but not via command line in linux. Also jellyfin can't access them via the local ip adress

What I did:

My OS: Raspberry Pi OS 64bit lite on Raspberry Pi 4 with 4GB Ram

Docker file: Version: '3.8'

services: zurg: image: ghcr.io/debridmediamanager/zurg-testing:latest restart: unless-stopped ports:

volumes: zurgdata:

Logs: 2024-01-13T12:29:23.430Z INFO manager Fetched 1 downloads 2024-01-13T12:29:25.318Z WARN manager Torrent Pr0sOmegleGame id=IOJNEIQIZRX52 is a rar file, it cannot be repaired as it's a known Real-Debrid limitation. zurg recommends you delete this torrent or add auto_delete_rar_torrents: true in your config.yml 2024-01-13T12:29:25.333Z WARN manager Torrent adolfhitler-meinkampfband1-horbuchdeutsch id=TJ3L3TDG7GCX4 is a rar file, it cannot be repaired as it's a known Real-Debrid limitation. zurg recommends you delete this torrent or add auto_delete_rar_torrents: true in your config.yml 2024-01-13T12:29:25.471Z WARN manager Torrent Firefly.AI id=DSRKT6KA3DYYS is a rar file, it cannot be repaired as it's a known Real-Debrid limitation. zurg recommends you delete this torrent or add auto_delete_rar_torrents: true in your config.yml 2024-01-13T12:29:25.481Z WARN manager Torrent Photoshop.2024 id=44ERFY4AQKG3W is a rar file, it cannot be repaired as it's a known Real-Debrid limitation. zurg recommends you delete this torrent or add auto_delete_rar_torrents: true in your config.yml 2024-01-13T12:29:33.119Z WARN manager Torrent [SRS] Pokemon S22E01-35 1080p WEBRip AAC 2.0 x264 CC/ id=H74KRVBJLME7Y is a rar file, it cannot be repaired as it's a known Real-Debrid limitation. zurg recommends you delete this torrent or add auto_delete_rar_torrents: true in your config.yml 2024-01-13T12:29:33.369Z INFO manager Compiled into 2128 torrents, 5 were missing info 2024-01-13T12:29:33.767Z INFO manager Finished initializing torrent manager 2024-01-13T12:29:33.767Z INFO manager Starting periodic refresh 2024-01-13T12:29:33.767Z INFO zurg Starting server on [::]:9999

Rclone Configuration: [zurg] type = webdav url = http://localhost:9999/dav vendor = other pacer_min_sleep = 0

[zurghttp] type = http url = http://localhost:9999/http no_head = false no_slash = false

yowmamasita commented 7 months ago

Closing this as this doesn't seem to be a zurg issue but a setup issue.