script: update moonraker.conf, apply recent changes to the update manager section

This commit is contained in:
th33xitus
2021-07-10 09:27:13 +02:00
parent 4d7e10e5c3
commit 52ab909ba5
2 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ This document covers possible important changes to KIAUH.
### 2021-07-10
* The NGINX configuration files got updated to be in sync with MainsailOS and FluiddPi. Issues with the NGINX service not starting up due to wrong configuration should be resolved now. To get the updated configuration files, please remove Moonraker and Mainsail / Fluidd with KIAUH first and then re-install it. An automated file check for those configuration files might follow in the future which then automates updating those files if there were important changes.
* The default `moonraker.conf` was updated to reflect the recent changes to the update manager section. The update channel is set to `dev`.
### 2021-06-29
* KIAUH will now patch the new `log_path` to existing moonraker.conf files when updating Moonraker and the entry is missing. Before that, it was necessary that the user provided that path manually to make Fluidd display the logfiles in its interface. This issue should be resolved now.

View File

@@ -24,18 +24,19 @@ cors_domains:
[history]
[update_manager]
channel: dev
[update_manager client mainsail]
[update_manager mainsail]
type: web
repo: meteyou/mainsail
path: ~/mainsail
[update_manager client fluidd]
[update_manager fluidd]
type: web
repo: cadriel/fluidd
path: ~/fluidd
#[update_manager client KlipperScreen]
#[update_manager KlipperScreen]
#type: git_repo
#path: /home/%USER%/KlipperScreen
#origin: https://github.com/jordanruthe/KlipperScreen.git