From e9bb224f1bed4fcaf0a186c32eed5f6320713f9b Mon Sep 17 00:00:00 2001 From: Zach Schimke Date: Mon, 16 Aug 2021 13:48:38 -0700 Subject: [PATCH] Added moonraker config. --- moonraker.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 moonraker.conf diff --git a/moonraker.conf b/moonraker.conf new file mode 100644 index 0000000..584381d --- /dev/null +++ b/moonraker.conf @@ -0,0 +1,31 @@ +[server] +host: 0.0.0.0 +config_path: ~/config + +[authorization] +enabled: true +trusted_clients: + 10.10.10.0/24 + 10.10.9.0/24 + 127.0.0.1 + +[history] + +[octoprint_compat] + +[update_manager] +distro: debian +enable_auto_refresh: True + +[update_manager client mainsail] +type: web +repo: meteyou/mainsail +path: ~/mainsail +persistent_files: config.json + +[update_manager client klipper-config] +type: git_repo +path: ~/config +origin: https://github.com/retsamedoc/VoronV0_klipper.git +primary_branch:main +install_script: scripts/install.sh