fix(maintainerr): correct data volume path and enable TLS bypass for Plex
- Mount /config/maintainerr to /opt/data (actual DB location, not /opt/maintainerr/data) - Add NODE_TLS_REJECT_UNAUTHORIZED=0 so Node.js accepts Plex's self-signed cert - Mark TB-007/008/009/012/013/016 tasks as done/dropped in improvement plan Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
79b99cf883
commit
1bc648f33b
@@ -105,8 +105,10 @@ services:
|
||||
networks: [media, edge]
|
||||
env_file:
|
||||
- stack.env
|
||||
environment:
|
||||
- NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
volumes:
|
||||
- /config/maintainerr:/opt/maintainerr/data
|
||||
- /config/maintainerr:/opt/data
|
||||
ports:
|
||||
- "6246:6246"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user