From 52ab909ba5ecf647e4264613349fd47adc9c061e Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 10 Jul 2021 09:27:13 +0200 Subject: [PATCH] script: update moonraker.conf, apply recent changes to the update manager section --- docs/changelog.md | 2 ++ resources/moonraker.conf | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 11f5bca..abaa672 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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. diff --git a/resources/moonraker.conf b/resources/moonraker.conf index c77ac32..c8f9a10 100644 --- a/resources/moonraker.conf +++ b/resources/moonraker.conf @@ -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