refactor: patch only necessary update manager sections upon webif install

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-21 22:12:32 +02:00
parent a0ca25a99a
commit aa446e1db7
5 changed files with 87 additions and 23 deletions

View File

@@ -4,9 +4,6 @@ port: %PORT%
enable_debug_logging: False
klippy_uds_address: %UDS%
[database]
database_path: %DB%
[authorization]
trusted_clients:
%LAN%
@@ -23,6 +20,9 @@ cors_domains:
http://*://my.mainsail.xyz
http://*://app.fluidd.xyz
[database]
database_path: %DB%
[file_manager]
config_path: %CFG%
log_path: %LOG%
@@ -34,21 +34,3 @@ log_path: %LOG%
[update_manager]
channel: dev
refresh_interval: 168
[update_manager mainsail]
type: web
repo: mainsail-crew/mainsail
path: ~/mainsail
[update_manager fluidd]
type: web
repo: fluidd-core/fluidd
path: ~/fluidd
#[update_manager KlipperScreen]
#type: git_repo
#path: /home/%USER%/KlipperScreen
#origin: https://github.com/jordanruthe/KlipperScreen.git
#env: /home/%USER%/.KlipperScreen-env/bin/python
#requirements: scripts/KlipperScreen-requirements.txt
#install_script: scripts/KlipperScreen-install.sh