80d487b08d
Файлы не содержат секретов (API-ключи moonraker хранятся в printer_data/database). В moonraker.conf уже учтена замена устаревшей опции env на virtualenv для [update_manager KlipperScreen].
113 lines
2.5 KiB
Plaintext
113 lines
2.5 KiB
Plaintext
[server]
|
|
host: 0.0.0.0
|
|
port: 7125
|
|
klippy_uds_address: /home/biqu/printer_data/comms/klippy.sock
|
|
|
|
[authorization]
|
|
trusted_clients:
|
|
192.168.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]
|
|
|
|
[file_manager]
|
|
enable_object_processing: True
|
|
|
|
[update_manager]
|
|
channel: dev
|
|
refresh_interval: 168
|
|
|
|
[timelapse]
|
|
|
|
[update_manager mainsail]
|
|
path: /home/biqu/mainsail
|
|
repo: mainsail-crew/mainsail
|
|
channel: stable
|
|
type: web
|
|
|
|
[update_manager mainsail-config]
|
|
managed_services: klipper
|
|
origin: https://github.com/mainsail-crew/mainsail-config.git
|
|
path: /home/biqu/mainsail-config
|
|
primary_branch: master
|
|
type: git_repo
|
|
|
|
[update_manager KlipperScreen]
|
|
install_script: /home/biqu/KlipperScreen/scripts/KlipperScreen-install.sh
|
|
requirements: /home/biqu/KlipperScreen/scripts/KlipperScreen-requirements.txt
|
|
virtualenv: /home/biqu/.KlipperScreen-env
|
|
managed_services: KlipperScreen
|
|
origin: https://github.com/moggieuk/KlipperScreen-Happy-Hare-Edition.git
|
|
path: /home/biqu/KlipperScreen
|
|
type: git_repo
|
|
|
|
# Crowsnest update_manager entry
|
|
[update_manager crowsnest]
|
|
type: git_repo
|
|
path: ~/crowsnest
|
|
origin: https://github.com/mainsail-crew/crowsnest.git
|
|
managed_services: crowsnest
|
|
install_script: tools/pkglist.sh
|
|
|
|
# Sonar update_manager entry
|
|
[update_manager sonar]
|
|
type: git_repo
|
|
path: ~/sonar
|
|
origin: https://github.com/mainsail-crew/sonar.git
|
|
primary_branch: main
|
|
managed_services: sonar
|
|
system_dependencies: resources/system-dependencies.json
|
|
|
|
[update_manager timelapse]
|
|
type: git_repo
|
|
primary_branch: main
|
|
path: ~/moonraker-timelapse
|
|
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|
|
managed_services: klipper moonraker
|
|
|
|
[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
|
|
|
|
[update_manager klipper_tmc_autotune]
|
|
type: git_repo
|
|
channel: dev
|
|
path: ~/klipper_tmc_autotune
|
|
origin: https://github.com/andrewmcgr/klipper_tmc_autotune.git
|
|
managed_services: klipper
|
|
primary_branch: main
|
|
install_script: install.sh
|
|
|
|
[update_manager happy-hare]
|
|
type: git_repo
|
|
path: ~/Happy-Hare
|
|
origin: https://github.com/moggieuk/Happy-Hare.git
|
|
primary_branch: main
|
|
managed_services: klipper
|
|
|
|
[mmu_server]
|
|
enable_file_preprocessor: True
|
|
enable_toolchange_next_pos: True
|
|
update_spoolman_location: True
|
|
|