New backup from 02/11/25 - 20:26:49
This commit is contained in:
46
printer_data/config/moonraker.conf
Normal file
46
printer_data/config/moonraker.conf
Normal file
@@ -0,0 +1,46 @@
|
||||
[server]
|
||||
host: 0.0.0.0
|
||||
port: 7125
|
||||
klippy_uds_address: /home/printer/printer_data/comms/klippy.sock
|
||||
|
||||
[authorization]
|
||||
trusted_clients:
|
||||
10.42.0.0/16
|
||||
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
|
||||
FC00::/7
|
||||
FE80::/10
|
||||
::1/128
|
||||
cors_domains:
|
||||
*.lan
|
||||
*.local
|
||||
*://localhost
|
||||
*://localhost:*
|
||||
*://my.mainsail.xyz
|
||||
*://app.fluidd.xyz
|
||||
|
||||
[octoprint_compat]
|
||||
|
||||
[history]
|
||||
|
||||
[update_manager]
|
||||
channel: dev
|
||||
refresh_interval: 168
|
||||
|
||||
[update_manager mainsail]
|
||||
path: /home/printer/mainsail
|
||||
repo: mainsail-crew/mainsail
|
||||
channel: stable
|
||||
type: web
|
||||
persistent_files:
|
||||
config.json
|
||||
|
||||
[update_manager mainsail-config]
|
||||
managed_services: klipper
|
||||
origin: https://github.com/mainsail-crew/mainsail-config.git
|
||||
path: /home/printer/mainsail-config
|
||||
primary_branch: master
|
||||
type: git_repo
|
||||
Reference in New Issue
Block a user