Merge pull request #38 from linuxserver/nightly-ro-tweaks

Move tmpdir, set COMPlus_EnableDiagnostics (nightly)
This commit is contained in:
Roxedus 2024-07-08 01:12:52 +02:00 committed by GitHub
commit 231d5fce9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 5 deletions

View File

@ -11,7 +11,9 @@ LABEL maintainer="Roxedus,thespad"
# environment settings
ARG READARR_BRANCH="nightly"
ENV XDG_CONFIG_HOME="/config/xdg"
ENV XDG_CONFIG_HOME="/config/xdg" \
COMPlus_EnableDiagnostics=0 \
TMPDIR=/run/readarr-temp
RUN \
echo "**** install packages ****" && \

View File

@ -11,7 +11,9 @@ LABEL maintainer="Roxedus,thespad"
# environment settings
ARG READARR_BRANCH="nightly"
ENV XDG_CONFIG_HOME="/config/xdg"
ENV XDG_CONFIG_HOME="/config/xdg" \
COMPlus_EnableDiagnostics=0 \
TMPDIR=/run/readarr-temp
RUN \
echo "**** install packages ****" && \

View File

@ -33,8 +33,7 @@ param_usage_include_ports: true
param_ports:
- { external_port: "8787", internal_port: "8787", port_desc: "The port for the Readarr web UI", }
# optional env variables
opt_param_usage_include_env: false
readonly_supported: true
# application setup block
app_setup_block_enabled: true

View File

@ -1,6 +1,9 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
mkdir -p /run/readarr-temp
# permissions
lsiown -R abc:abc \
/config
/config \
/run/readarr-temp