From f027b1043e3a20ad44fa99e8252583836bc30769 Mon Sep 17 00:00:00 2001 From: Vincent Berenz Date: Mon, 28 Oct 2024 10:32:40 +0100 Subject: [PATCH] updated commands.toml with ftp --- config/commands.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/commands.toml b/config/commands.toml index 08690d3..7300551 100644 --- a/config/commands.toml +++ b/config/commands.toml @@ -9,4 +9,12 @@ password = "{{ command_password}} " # uncomment if you use a shared secret token # for communication with the server -# token = "{{ token }}" \ No newline at end of file +# token = "{{ token }}" + +# uncomment if you use the website's snapshot/focus interface +# ftp_host = "{{ ftp_host }}" +# ftp_port = "{{ ftp_port }}" +# ftp_username = "{{ ftp_username }}" +# ftp_password = "{{ ftp_password }}" +# ftp_remote_subdir = "nightskycam" +# nightskycam = "{{ nightskycam }}"