Cloudbox / autoscan

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

Feat: Support for external database #192

Closed aleksasiriski closed 1 year ago

aleksasiriski commented 1 year ago

Preferably Postgres but any or every (using framework such as EF) will do.

I ask this because it would be possible to then deploy autoscan in a Kubernetes cluster as a stateless app and scale it properly.

aleksasiriski commented 1 year ago

I'll be making a PR with this soon