From 9b891c23ea4dce9617d4ca75139111f0429df344 Mon Sep 17 00:00:00 2001 From: thespad Date: Mon, 6 Jan 2025 15:06:27 +0000 Subject: [PATCH] Flag negative ro/nonroot support --- readme-vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index 605e9b2..5816020 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -31,6 +31,8 @@ opt_param_env_vars: - {env_var: "KOMETA_RUN", env_value: "False", desc: "Set to `True` to run without the scheduler."} - {env_var: "KOMETA_TEST", env_value: "False", desc: "Set to `True` to run in debug mode with only collections that have `test: true`."} - {env_var: "KOMETA_NO_MISSING", env_value: "False", desc: "Set to `True` to run without any of the missing movie/show functions."} +readonly_supported: false +nonroot_supported: false # application setup block app_setup_block_enabled: true app_setup_block: |