mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-18 04:54:28 +05:00
53 lines
929 B
Plaintext
53 lines
929 B
Plaintext
[server]
|
|
host: 0.0.0.0
|
|
port: %PORT%
|
|
enable_debug_logging: False
|
|
klippy_uds_address: %UDS%
|
|
|
|
[database]
|
|
database_path: %MR_DB%
|
|
|
|
[authorization]
|
|
trusted_clients:
|
|
%LAN%
|
|
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
|
|
cors_domains:
|
|
*.lan
|
|
*.local
|
|
*://my.mainsail.xyz
|
|
*://app.fluidd.xyz
|
|
|
|
[file_manager]
|
|
config_path: %CFG%
|
|
log_path: %LOG%
|
|
|
|
[octoprint_compat]
|
|
|
|
[history]
|
|
|
|
[update_manager]
|
|
channel: dev
|
|
|
|
[update_manager mainsail]
|
|
type: web
|
|
repo: mainsail-crew/mainsail
|
|
path: ~/mainsail
|
|
|
|
[update_manager fluidd]
|
|
type: web
|
|
repo: fluidd-core/fluidd
|
|
path: ~/fluidd
|
|
|
|
#[update_manager KlipperScreen]
|
|
#type: git_repo
|
|
#path: /home/%USER%/KlipperScreen
|
|
#origin: https://github.com/jordanruthe/KlipperScreen.git
|
|
#env: /home/%USER%/.KlipperScreen-env/bin/python
|
|
#requirements: scripts/KlipperScreen-requirements.txt
|
|
#install_script: scripts/KlipperScreen-install.sh |