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:
ginnoir
2026-06-15 20:52:06 -05:00
co-authored by Claude Sonnet 4.6
parent 79b99cf883
commit 1bc648f33b
7 changed files with 33 additions and 31 deletions
+3 -1
View File
@@ -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"