diff --git a/options.cfg b/options.cfg index 9504b7f..3cf7c68 100644 --- a/options.cfg +++ b/options.cfg @@ -63,7 +63,7 @@ ssh="dropbear" # Depends on the option "app_nocamera" only for versions 3.0.5+ # No dependency for versions below 3.0.5 # Available for versions 2.3.9 ... 3.1.0 (recommended) -# webserver="webfs-v5:8000" [app_nocamera] +webserver="webfs-v5:8000" [app_nocamera] # Enable Python 3 (+14MB to the update, +25MB to the rootfs) # Select the version you need. Python might be required by some other options @@ -110,13 +110,13 @@ app_dns="208.67.222.222|1.1.1.1" # Patch the app to stop supporting webcams. This allows a custom camera support # Available for versions 3.0.5+ (recommended if webcam is used) -# app_nocamera="default" +app_nocamera="default" # Add a script for custom initializations at startup # like starting a custom MQTT server, webcam steaming, etc. # Place startup scripts inside this script. -startup_script="startup.sh" +#startup_script="startup.sh" # Enable kobra unleashed prod version test # https://github.com/anjomro/kobra-unleashed/tree/go-server -kobra_unleashed="kobra_unleashed-v1" +#kobra_unleashed="kobra_unleashed-v1"