]> git.p6c8.net - jirafeau_project.git/commitdiff
Added "one_time_download_preselected" to Docker options
authorPatrick Canterino <patrick@patrick-canterino.de>
Fri, 25 Oct 2024 18:50:18 +0000 (20:50 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Fri, 25 Oct 2024 18:50:18 +0000 (20:50 +0200)
docker/docker_config.php

index 976f36644b5d7feea15ba1227aa2de154e224e8b..75c6fb8cca3c58fefe62e53f2ab89d7e1646c3ba 100644 (file)
@@ -170,6 +170,7 @@ function run_setup(&$cfg)
     env_2_cfg_string($cfg, 'availability_default');
     env_2_cfg_string($cfg, 'dark_style');
     env_2_cfg_bool($cfg, 'one_time_download');
+    env_2_cfg_bool($cfg, 'one_time_download_preselected');
     env_2_cfg_bool($cfg, 'enable_crypt');
     env_2_cfg_bool($cfg, 'debug');
     env_2_cfg_int($cfg, 'maximal_upload_size');

patrick-canterino.de