change options
This commit is contained in:
parent
385d0baefd
commit
3c0800c4fd
1 changed files with 5 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ ssh="dropbear"
|
|||
# Set the authorized keys file for the ssh remote access with keys (instead of a password)
|
||||
# Provide the file with your public key(s). You must have the private key set in your ssh client
|
||||
# Available for all firmware versions
|
||||
authorized_keys="@/RESOURCES/KEYS/authorized_keys" [ssh]
|
||||
# authorized_keys="@/RESOURCES/KEYS/authorized_keys" [ssh]
|
||||
|
||||
# Enable a web server
|
||||
# Use "webfs-v1" with default port 8000 or "webfs-v1:port" for a custom port
|
||||
|
|
@ -57,7 +57,7 @@ authorized_keys="@/RESOURCES/KEYS/authorized_keys" [ssh]
|
|||
# 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.0.9
|
||||
webserver="webfs-v2:8000" [app_nocamera]
|
||||
# webserver="webfs-v2: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
|
||||
|
|
@ -123,7 +123,7 @@ 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)
|
||||
app_nocamera="default"
|
||||
# app_nocamera="default"
|
||||
|
||||
# Replace some of the app images
|
||||
# Use it for one or more sets: app_images="set1" "set2" "set3"
|
||||
|
|
@ -137,6 +137,8 @@ app_nocamera="default"
|
|||
# Because changing the boot logo will break many things and uart.
|
||||
# We need to investigate it further.
|
||||
#boot_resource="kangaroo"
|
||||
# If you enable this you only have yourself to blame. You have been warned.
|
||||
# Don't enable this until we know how to fix this issue.
|
||||
|
||||
# Add a script for custom initializations at startup
|
||||
# like starting a custom MQTT server, webcam steaming, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue