Delete config/.moonraker.conf.bkp
This commit is contained in:
@@ -1,72 +0,0 @@
|
|||||||
[server]
|
|
||||||
host = 0.0.0.0
|
|
||||||
port = 7125
|
|
||||||
max_upload_size = 4096
|
|
||||||
klippy_uds_address = ~/printer_data/comms/klippy.sock
|
|
||||||
|
|
||||||
[file_manager]
|
|
||||||
enable_object_processing = True
|
|
||||||
|
|
||||||
[authorization]
|
|
||||||
cors_domains =
|
|
||||||
https://my.mainsail.xyz
|
|
||||||
http://my.mainsail.xyz
|
|
||||||
http://*.local
|
|
||||||
http://*.lan
|
|
||||||
trusted_clients =
|
|
||||||
10.0.0.0/8
|
|
||||||
127.0.0.0/8
|
|
||||||
169.254.0.0/16
|
|
||||||
172.16.0.0/12
|
|
||||||
192.168.0.0/16
|
|
||||||
FE80::/10
|
|
||||||
::1/128
|
|
||||||
|
|
||||||
[octoprint_compat]
|
|
||||||
|
|
||||||
[history]
|
|
||||||
|
|
||||||
[announcements]
|
|
||||||
subscriptions =
|
|
||||||
mainsail
|
|
||||||
|
|
||||||
[update_manager]
|
|
||||||
refresh_interval = 168
|
|
||||||
enable_auto_refresh = True
|
|
||||||
|
|
||||||
[update_manager mainsail]
|
|
||||||
type = web
|
|
||||||
channel = stable
|
|
||||||
repo = mainsail-crew/mainsail
|
|
||||||
path = ~/mainsail
|
|
||||||
|
|
||||||
[update_manager mainsail-config]
|
|
||||||
type = git_repo
|
|
||||||
primary_branch = master
|
|
||||||
path = ~/mainsail-config
|
|
||||||
origin = https://github.com/mainsail-crew/mainsail-config.git
|
|
||||||
managed_services = klipper
|
|
||||||
|
|
||||||
[update_manager crowsnest]
|
|
||||||
type = git_repo
|
|
||||||
path = ~/crowsnest
|
|
||||||
origin = https://github.com/mainsail-crew/crowsnest.git
|
|
||||||
managed_services = crowsnest
|
|
||||||
install_script = tools/pkglist.sh
|
|
||||||
|
|
||||||
[update_manager sonar]
|
|
||||||
type = git_repo
|
|
||||||
path = ~/sonar
|
|
||||||
origin = https://github.com/mainsail-crew/sonar.git
|
|
||||||
primary_branch = main
|
|
||||||
managed_services = sonar
|
|
||||||
install_script = tools/install.sh
|
|
||||||
|
|
||||||
[update_manager Klipper-Adaptive-Meshing-Purging]
|
|
||||||
type = git_repo
|
|
||||||
channel = dev
|
|
||||||
path = ~/Klipper-Adaptive-Meshing-Purging
|
|
||||||
origin = https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging.git
|
|
||||||
managed_services = klipper
|
|
||||||
primary_branch = main
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user