v2.4: update moonraker update_manager settings
This commit is contained in:
parent
ab85bbe1eb
commit
ace55b8a4b
1 changed files with 11 additions and 2 deletions
|
@ -35,12 +35,21 @@ trusted_clients:
|
|||
[update_manager]
|
||||
enable_auto_refresh: True
|
||||
|
||||
# this enabled fluidd updates
|
||||
[update_manager client fluidd]
|
||||
type: web
|
||||
repo: cadriel/fluidd
|
||||
repo: fluidd-core/fluidd
|
||||
path: ~/fluidd
|
||||
|
||||
[update_manager client mainsail]
|
||||
type: web
|
||||
repo: meteyou/mainsail
|
||||
path: ~/mainsail
|
||||
|
||||
[update_manager klipper-mcu-update]
|
||||
type: git_repo
|
||||
origin: https://github.com/Klipper3d/klipper.git
|
||||
path: ~/klipper
|
||||
|
||||
[update_manager KlipperScreen]
|
||||
type: git_repo
|
||||
path: ~/KlipperScreen
|
||||
|
|
Loading…
Reference in a new issue