Skip to content

Commit

Permalink
updated commands.toml with ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Berenz committed Oct 28, 2024
1 parent ecb627b commit f027b10
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/commands.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ password = "{{ command_password}} "

# uncomment if you use a shared secret token
# for communication with the server
# token = "{{ token }}"
# 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 }}"

0 comments on commit f027b10

Please sign in to comment.