A note to run MongoDB with TLS in Docker on Synology NAS.
Ignore any step if you have already done.
Do I need to explain?
| modules: | |
| jellyfin: | |
| headers: | |
| # The Token value here needs to be an API key generated from the | |
| # Jellyfin admin panel. It's hard-coded here but I'm sure there's | |
| # a better way | |
| Authorization: MediaBrowser Token=ADD_TOKEN_HERE | |
| Content-Type: application/json | |
| accept: application/json |