getting there

This commit is contained in:
William Gill
2025-10-05 21:54:09 +00:00
parent 6fdb5ead36
commit eafa75614e
891 changed files with 644353 additions and 45 deletions

View File

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