-
Notifications
You must be signed in to change notification settings - Fork 0
/
moonraker.conf
71 lines (58 loc) · 1.49 KB
/
moonraker.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[server]
host: 0.0.0.0
port: 7125
max_upload_size: 102400
[authorization]
cors_domains:
https://my.mainsail.xyz
http://my.mainsail.xyz
https://app.fluidd.xyz
http://app.fluidd.xyz
http://*.local
http://*.lan
trusted_clients:
127.0.0.0/8
192.168.50.0/24
FE80::/10
::1/128
[octoprint_compat]
enable_ufp: True
[history]
[machine]
provider: systemd_cli
[zeroconf]
[file_manager]
enable_object_processing: True
[database]
[update_manager]
enable_packagekit: False
[update_manager mainsail]
type: web
channel: beta
repo: mainsail-crew/mainsail
path: /opt/mainsail
[update_manager KlipperScreen]
type: git_repo
path: /home/pi/KlipperScreen
origin: https://github.com/jordanruthe/KlipperScreen.git
env: /home/pi/.KlipperScreen-env/bin/python
requirements: scripts/KlipperScreen-requirements.txt
install_script: scripts/KlipperScreen-install.sh
[update_manager moonraker-telegram]
type: git_repo
path: /opt/moonraker-telegram
origin: https://github.com/Raabi91/moonraker-telegram.git
env: /root/.moonraker-telegram-env/bin/python
requirements: scripts/moonraker-telegram-requirements.txt
install_script: scripts/install.sh
[update_manager led_effect]
type: git_repo
path: /opt/klipper-led_effect
origin: https://github.com/julianschill/klipper-led_effect.git
is_system_service: False
[update_manager sensorless_homing_helper]
type: git_repo
primary_branch: main
path: /opt/sensorless_homing_helper
origin: https://github.com/eamars/sensorless_homing_helper.git
is_system_service: False