Advertisement
astalush

Untitled

May 13th, 2021
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. minimum-age: 30m
  2.  
  3. # set multiple anchor files
  4. anchors:
  5. - /mnt/unionfs/drive1.anchor
  6. - /mnt/unionfs/drive2.anchor
  7.  
  8. # <- triggers ->
  9.  
  10. # Optionally, protect your webhooks with authentication
  11. authentication:
  12. username: test
  13. password: test
  14.  
  15. # port for Autoscan webhooks to listen on
  16. port: 3030
  17.  
  18. triggers:
  19. sonarr:
  20. - name: sonarr # /triggers/sonarr-docker
  21. priority: 2
  22.  
  23. # Rewrite the path from within the container
  24. # to your local filesystem.
  25. rewrite:
  26. - from: /tv/
  27. to: /mnt/unionfs/Media/TV/
  28.  
  29. radarr:
  30. - name: radarr # /triggers/radarr
  31. priority: 2
  32.  
  33. # <- targets ->
  34.  
  35. targets:
  36. plex:
  37. - url: https://plex.domeniu # URL of your Plex server
  38. token: pus token plex # Plex API Token
  39. rewrite:
  40. - from: /mnt/unionfs/Media/ # local file system
  41. to: /data/ # path accessible by the Plex docker container (if applicable)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement