From b307fce3dc2c72ca48323dc070e93086c27d1e96 Mon Sep 17 00:00:00 2001 From: thespad Date: Sun, 12 Jan 2025 18:43:41 +0000 Subject: [PATCH] Add negative vars --- readme-vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index 9daa180..73d932e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -35,6 +35,8 @@ opt_param_env_vars: - {env_var: "USER_PASSWORD_FILE", env_value: "/path/to/file", desc: "Optionally specify a file that contains the password. This setting supersedes the `USER_PASSWORD` option (works with docker secrets)."} - {env_var: "USER_NAME", env_value: "linuxserver.io", desc: "Optionally specify a user name (Default:`linuxserver.io`)"} - {env_var: "LOG_STDOUT", env_value: "", desc: "Set to `true` to log to stdout instead of file."} +readonly_supported: false +nonroot_supported: false # application setup block app_setup_block_enabled: true app_setup_block: |