From c14289a8a6af017d1bc843d222de164bae2b3649 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Mon, 25 Jan 2021 18:50:25 +0100 Subject: [PATCH] fix: add the new update manager entries to moonraker.conf --- scripts/install_moonraker.sh | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/scripts/install_moonraker.sh b/scripts/install_moonraker.sh index eda69f0..7fcfdfb 100755 --- a/scripts/install_moonraker.sh +++ b/scripts/install_moonraker.sh @@ -230,13 +230,24 @@ trusted_clients: ::1/128 FE80::/10 cors_domains: - http://*.* http://*.local http://my.mainsail.xyz https://my.mainsail.xyz http://app.fluidd.xyz https://app.fluidd.xyz http://$HOSTNAME + +[update_manager] + +[update_manager client mainsail] +type: web +repo: meteyou/mainsail +path: ~/mainsail + +[update_manager client fluidd] +type: web +repo: cadriel/fluidd +path: ~/fluidd MOONRAKERCONF } @@ -261,13 +272,24 @@ trusted_clients: ::1/128 FE80::/10 cors_domains: - http://*.* http://*.local http://my.mainsail.xyz https://my.mainsail.xyz http://app.fluidd.xyz https://app.fluidd.xyz http://$HOSTNAME + +[update_manager] + +[update_manager client mainsail] +type: web +repo: meteyou/mainsail +path: ~/mainsail + +[update_manager client fluidd] +type: web +repo: cadriel/fluidd +path: ~/fluidd MOONRAKERCONF }