Moonraker Config

This step is optional and is not required but nice to have

Configure Moonraker Authentification

please add

  127.0.0.1

or when you installed MoonCord on a other Host then the Klipper, add the remote Host IP Address into the Moonraker Config where the trusted_clients section is.

Example:

 [authorization]
 trusted_clients:
  127.0.0.1

Configure Moonraker Update manager

put this into your moonraker.conf

[update_manager client MoonCord]
type: git_repo
path: /home/pi/mooncord
origin: https://github.com/eliteschwein/mooncord.git
install_script: scripts/install.sh
enable_node_updates: True

Restart Moonraker after configurate it

Last updated