78 lines
2.6 KiB
Text
78 lines
2.6 KiB
Text
# vim: ft=cfg
|
|
[server]
|
|
host: 0.0.0.0
|
|
port: 7125
|
|
enable_debug_logging: False
|
|
config_path: ~/klipper_config
|
|
|
|
[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
|
|
|
|
# enables partial support of Octoprint API
|
|
[octoprint_compat]
|
|
|
|
# enables moonraker to track and store print history.
|
|
[history]
|
|
|
|
# this enables moonraker's update manager
|
|
[update_manager]
|
|
enable_repo_debug: True
|
|
# When set to True moonraker will bypass repo validation and allow
|
|
# updates from unofficial remotes and/or branches. Updates on
|
|
# detached repos are also allowed. This option is intended for
|
|
# developers and should not be used on production machines. The
|
|
# default is False.
|
|
enable_auto_refresh: False
|
|
# When set to True Moonraker will attempt to fetch status about
|
|
# available updates roughly every 24 hours, between 12am-4am.
|
|
# When set to False Moonraker will only fetch update state on startup
|
|
# and clients will need to request that Moonraker updates state. The
|
|
# default is False.
|
|
enable_system_updates: True
|
|
# A boolean value that can be used to toggle system package updates.
|
|
# Currently Moonraker only supports updating packages via APT, so
|
|
# this option is useful for users that wish to experiment with linux
|
|
# distros that use other package management applications, or users
|
|
# that prefer to manage their packages directly. Note that if this
|
|
# is set to False users will be need to make sure that all system
|
|
# dependencies are up to date. The default is True.
|
|
channel: dev
|
|
# The update channel applied to Klipper and Moonraker. May be 'dev'
|
|
# which will fetch updates using git, or 'beta' which will fetch
|
|
# zipped beta releases. Note that this channel does not apply to
|
|
# client updates, a client's update channel is determined by its
|
|
# 'type' option. When this option is changed the next "update" will
|
|
# swap channels, any untracked files in the application's path will be
|
|
# removed during this process. The default is dev.
|
|
|
|
[update_manager client mainsail]
|
|
type: web
|
|
repo: meteyou/mainsail
|
|
path: ~/mainsail
|
|
|
|
# [update_manager klipper]
|
|
# type: git_repo
|
|
# # venv_args: -p python2
|
|
# path: ~/klipper
|
|
# is_system_service: True
|
|
# origin: https://github.com/matthewlloyd/klipper
|
|
# primary_branch: prusamini
|
|
# enable_node_updates: false
|
|
# requirements: scripts/klippy-requirements.txt
|
|
# install_script: scripts/install-octopi.sh
|
|
|
|
[power prusa]
|
|
type: tplink_smartplug
|
|
address: 192.168.11.91
|