Added moonraker config.
This commit is contained in:
parent
5d78ad2a53
commit
e9bb224f1b
|
|
@ -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
|
||||
Loading…
Reference in New Issue