mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-15 03:24:29 +05:00
chore: update moonraker.conf template
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: %PORT%
|
port: %PORT%
|
||||||
enable_debug_logging: False
|
enable_debug_logging: False
|
||||||
config_path: %CFG%
|
|
||||||
log_path: %LOG%
|
|
||||||
database_path: %MR_DB%
|
|
||||||
klippy_uds_address: %UDS%
|
klippy_uds_address: %UDS%
|
||||||
|
|
||||||
|
[database]
|
||||||
|
database_path: %MR_DB%
|
||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
trusted_clients:
|
trusted_clients:
|
||||||
%LAN%
|
%LAN%
|
||||||
@@ -23,6 +23,10 @@ cors_domains:
|
|||||||
*://my.mainsail.xyz
|
*://my.mainsail.xyz
|
||||||
*://app.fluidd.xyz
|
*://app.fluidd.xyz
|
||||||
|
|
||||||
|
[file_manager]
|
||||||
|
config_path: %CFG%
|
||||||
|
log_path: %LOG%
|
||||||
|
|
||||||
[octoprint_compat]
|
[octoprint_compat]
|
||||||
|
|
||||||
[history]
|
[history]
|
||||||
@@ -32,12 +36,12 @@ channel: dev
|
|||||||
|
|
||||||
[update_manager mainsail]
|
[update_manager mainsail]
|
||||||
type: web
|
type: web
|
||||||
repo: meteyou/mainsail
|
repo: mainsail-crew/mainsail
|
||||||
path: ~/mainsail
|
path: ~/mainsail
|
||||||
|
|
||||||
[update_manager fluidd]
|
[update_manager fluidd]
|
||||||
type: web
|
type: web
|
||||||
repo: cadriel/fluidd
|
repo: fluidd-core/fluidd
|
||||||
path: ~/fluidd
|
path: ~/fluidd
|
||||||
|
|
||||||
#[update_manager KlipperScreen]
|
#[update_manager KlipperScreen]
|
||||||
|
|||||||
Reference in New Issue
Block a user