1
1
[server]
2
2
host = 0.0.0.0
3
3
port = 7125
4
- ssl_port = 7130
5
4
klippy_uds_address = /home/pi/printer_data/comms/klippy.sock
6
- max_upload_size = 1024000
7
5
8
6
[authorization]
9
7
trusted_clients =
@@ -12,112 +10,34 @@ trusted_clients =
12
10
169.254.0.0/16
13
11
172.16.0.0/12
14
12
192.168.0.0/16
15
- 100.75.228.29
16
- 100.87.93.65
17
- 100.126.37.42
18
- 100.82.60.125
19
- 100.71.251.84
20
- 100.79.240.92
21
- 100.85.205.130
22
13
FE80::/10
23
14
::1/128
24
15
cors_domains =
25
- http://*.lan
26
- http://*.local
27
- https://my.mainsail.xyz
28
- http://my.mainsail.xyz
29
- https://app.fluidd.xyz
30
- http://app.fluidd.xyz
31
- *.local:7135
32
- *:7136
33
- *.local:7136
34
- force_logins = false
35
-
36
- [database]
37
-
38
- [file_manager]
39
- enable_object_processing = True
16
+ *.lan
17
+ *.local
18
+ *://localhost
19
+ *://localhost:*
20
+ *://my.mainsail.xyz
21
+ *://app.fluidd.xyz
40
22
41
23
[octoprint_compat]
42
24
43
25
[history]
44
26
45
- [timelapse]
46
- output_path = ~/printer_data/timelapse/
47
- frame_path = /tmp/timelapse/printer
48
-
49
- [power Dryer]
50
- type = tplink_smartplug
51
- address = 192.168.1.177
52
- output_id = 0
53
- restart_klipper_when_powered = True
54
- restart_delay = 3
55
-
56
- [power Ender-5]
57
- type = tplink_smartplug
58
- address = 192.168.1.177
59
- output_id = 1
60
- restart_klipper_when_powered = True
61
- restart_delay = 3
62
-
63
- [power Octopi]
64
- type = tplink_smartplug
65
- address = 192.168.1.177
66
- output_id = 2
67
- restart_klipper_when_powered = True
68
- restart_delay = 3
69
-
70
27
[update_manager]
71
28
channel = dev
72
29
refresh_interval = 168
73
30
31
+ [update_manager mainsail-config]
32
+ type = git_repo
33
+ primary_branch = master
34
+ path = ~/mainsail-config
35
+ origin = https://github.com/mainsail-crew/mainsail-config.git
36
+ managed_services = klipper
37
+
74
38
[update_manager mainsail]
75
39
type = web
76
40
channel = stable
77
41
repo = mainsail-crew/mainsail
78
42
path = ~/mainsail
79
43
80
- [update_manager KlipperScreen]
81
- type = git_repo
82
- path = /home/pi/KlipperScreen
83
- origin = https://github.com/jordanruthe/KlipperScreen.git
84
- env = /home/pi/.KlipperScreen-env/bin/python
85
- requirements = scripts/KlipperScreen-requirements.txt
86
- install_script = scripts/KlipperScreen-install.sh
87
-
88
- [update_manager timelapse]
89
- type = git_repo
90
- primary_branch = main
91
- path = ~/moonraker-timelapse
92
- origin = https://github.com/mainsail-crew/moonraker-timelapse.git
93
- managed_services = klipper moonraker
94
-
95
- [update_manager led_effect]
96
- type = git_repo
97
- path = ~/klipper-led_effect
98
- origin = https://github.com/julianschill/klipper-led_effect.git
99
- is_system_service = False
100
-
101
- [update_manager fluidd]
102
- type = web
103
- channel = stable
104
- repo = fluidd-core/fluidd
105
- path = ~/fluidd
106
-
107
- [update_manager mobileraker]
108
- type = git_repo
109
- path = ~/mobileraker_companion
110
- origin = https://github.com/Clon1998/mobileraker_companion.git
111
- primary_branch = main
112
- managed_services = mobileraker
113
- env = ~/mobileraker-env/bin/python
114
- requirements = scripts/mobileraker-requirements.txt
115
- install_script = scripts/install-mobileraker-companion.sh
116
-
117
- [update_manager ercf-happy_hare]
118
- type = git_repo
119
- path = ~/ERCF-Software-V3
120
- origin = https://github.com/moggieuk/ERCF-Software-V3.git
121
- install_script = install.sh
122
- managed_services = klipper
123
-
0 commit comments