Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
597 stars 49 forks source link

feat: custom hosts #149

Closed l3uddz closed 2 years ago

l3uddz commented 2 years ago

Allows you to specify the host interfaces to bind via the config.yml file:

host:
  - 127.0.0.1
  - 172.19.185.13

Closes #125

m-rots commented 2 years ago

Perhaps add a small section to the docs mentioning this feature?