-
Notifications
You must be signed in to change notification settings - Fork 1
/
moonraker.conf
75 lines (65 loc) · 1.69 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
72
73
74
75
[server]
host: 0.0.0.0
port: 7125
[authorization]
cors_domains:
*
http://192.168.1.116
http://*.local
http://app.fluidd.xyz
https://app.fluidd.xyz
http://my.mainsail.xyz
trusted_clients:
10.0.0.0/8
127.0.0.0/8
169.254.0.0/16
172.16.0.0/16
192.168.1.0/24
FE80::/10
::1/128
[octoprint_compat]
[history]
[secrets]
[file_manager]
enable_object_processing: True
[update_manager]
enable_auto_refresh: True
[power caselight]
type: klipper_device
object_name: output_pin caselight
[update_manager client fluidd]
type: web
repo: cadriel/fluidd
path: ~/fluidd
[update_manager client 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 client moonraker-telegram-bot]
type: git_repo
path: ~/moonraker-telegram-bot
origin: https://github.com/nlef/moonraker-telegram-bot.git
env: ~/moonraker-telegram-bot-env/bin/python
requirements: scripts/requirements.txt
install_script: scripts/install.sh
[update_manager client mobileraker-companion]
type: git_repo
path: ~/mobileraker_companion
origin: https://github.com/Clon1998/mobileraker_companion.git
primary_branch:main
env: ~/mobileraker-env/bin/python
requirements: scripts/mobileraker-requirements.txt
install_script: scripts/install-mobileraker-companion.sh
[update_manager client mainsail]
type: web
repo: mainsail-crew/mainsail
path: ~/mainsail
[include moonraker-obico-update.cfg]
[update_manager led_effect]
type: git_repo
path: ~/klipper-led_effect
origin: https://github.com/julianschill/klipper-led_effect.git
is_system_service: False