Включить moonraker.conf, KlipperScreen.conf и sonar.conf в бэкап

Файлы не содержат секретов (API-ключи moonraker хранятся в printer_data/database).
В moonraker.conf уже учтена замена устаревшей опции env на virtualenv
для [update_manager KlipperScreen].
This commit is contained in:
2026-09-03 05:10:49 +03:00
parent d95eb40516
commit 80d487b08d
4 changed files with 151 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
#### Sonar - A WiFi Keepalive daemon
####
#### Written by Stephan Wendel aka KwadFan <me@stephanwe.de>
#### Copyright 2022
#### https://github.com/mainsail-crew/sonar
####
#### This File is distributed under GPLv3
####
[sonar]
enable: false # false to disable till next reboot (will stop again if not set to true)
debug_log: false # if set to true, sonar will log every ping with triptime and date/time
persistent_log: false # If true logs in /var/log/sonar.log, false logs to systemd
target: auto # IP Address, URL or auto as ping target
count: 3 # How often should be pinged?
interval: 60 # Ping again after X seconds
restart_threshold: 10 # If failed, restart WiFi after X seconds