Make NODE_MEMORY_LIMIT a configurable addon option (default 512 MB)

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/c45f9e34-4233-4929-96c9-50c7db39ac6d
This commit is contained in:
copilot-swe-agent[bot]
2026-03-22 17:12:42 +00:00
parent f6750c806a
commit d20d1199fe
4 changed files with 12 additions and 4 deletions

View File

@@ -74,6 +74,7 @@ map:
- addon_config:rw
name: Seerr
options:
NODE_MEMORY_LIMIT: 512
env_vars: []
PGID: "0"
PUID: "0"
@@ -87,10 +88,11 @@ schema:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
NODE_MEMORY_LIMIT: int
PGID: int
PUID: int
TZ: str?
slug: seerr
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/seerr
version: "3.1.0"
version: "3.1.0-2"