Update options.cfg

enabled basic options, turned off under development / sperimental.
This commit is contained in:
Lab1717 2024-03-19 14:47:40 +01:00 committed by GitHub
parent 11d4c1f87f
commit 54acdf6c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"