62 lines
1.1 KiB
Text
62 lines
1.1 KiB
Text
[server]
|
|
host: 0.0.0.0
|
|
port: 7125
|
|
|
|
[file_manager]
|
|
enable_object_processing: True
|
|
queue_gcode_uploads: True
|
|
|
|
[job_queue]
|
|
load_on_startup: False
|
|
|
|
[timelapse]
|
|
|
|
[authorization]
|
|
cors_domains:
|
|
https://my.mainsail.xyz
|
|
http://my.mainsail.xyz
|
|
http://*.local
|
|
http://*.lan
|
|
http://*.home
|
|
http://*.far
|
|
http://vzbot.home
|
|
# Figure out why this is required.
|
|
# I don't open ports, so not a big deal
|
|
*
|
|
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
|
|
192.168.2.0/24
|
|
192.168.25.0/24
|
|
FE80::/10
|
|
::1/128
|
|
|
|
# enables partial support of Octoprint API
|
|
[octoprint_compat]
|
|
|
|
# enables moonraker to track and store print history.
|
|
[history]
|
|
|
|
# enables moonraker announcements in mainsail
|
|
[announcements]
|
|
subscriptions:
|
|
mainsail
|
|
|
|
# this enables moonraker's update manager
|
|
[update_manager]
|
|
refresh_interval: 48
|
|
enable_auto_refresh: True
|
|
|
|
[update_manager mainsail]
|
|
type: web
|
|
repo: meteyou/mainsail
|
|
path: ~/mainsail
|
|
|
|
[update_manager timelapse]
|
|
type: git_repo
|
|
primary_branch: main
|
|
path: ~/moonraker-timelapse
|
|
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|