getting there
This commit is contained in:
32
install.sh
32
install.sh
@@ -37,26 +37,24 @@ install_axis_timelapse(){
|
||||
|
||||
info "Creating axis_timelapse config..."
|
||||
cat <<EOT > /etc/axis_timelapse/config.toml
|
||||
[webserver]
|
||||
bind_ip = "127.0.0.1"
|
||||
port = 8080
|
||||
|
||||
[camera]
|
||||
tls = true
|
||||
address = "192.168.0.220"
|
||||
port = 443
|
||||
compression = 35
|
||||
extra_vars = ""
|
||||
tls = true
|
||||
address = "192.168.0.220"
|
||||
port = 443
|
||||
compression = 35
|
||||
|
||||
[storage]
|
||||
type = "local"
|
||||
path = "/mnt/data-0/nature_cam1"
|
||||
tls = true
|
||||
port = 443
|
||||
endpoint_domain = "s3.us-east-1.amazonaws.com"
|
||||
region = "us-east-1"
|
||||
access_key = ""
|
||||
secret_key = ""
|
||||
type = "local"
|
||||
path = "/mnt/data-0/nature_cam1"
|
||||
tls = true
|
||||
port = 443
|
||||
endpoint_domain = "s3.us-east-1.amazonaws.com"
|
||||
region = "us-east-1"
|
||||
access_key = ""
|
||||
secret_key = ""
|
||||
|
||||
[timer]
|
||||
chron = "1 * * * *"
|
||||
EOT
|
||||
|
||||
info "Downloading axis_timelapse_linux_amd64..."
|
||||
|
||||
Reference in New Issue
Block a user