feat: pre-firmware update backup
This commit is contained in:
commit
350e5c46cc
8 changed files with 1204 additions and 0 deletions
36
Neptune4Pro/moonraker.conf
Normal file
36
Neptune4Pro/moonraker.conf
Normal file
|
@ -0,0 +1,36 @@
|
|||
[server]
|
||||
host: 0.0.0.0
|
||||
port: 7125
|
||||
enable_debug_logging: False
|
||||
klippy_uds_address: /tmp/klippy_uds
|
||||
|
||||
[authorization]
|
||||
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.20.0/24
|
||||
FE80::/10
|
||||
::1/128
|
||||
cors_domains:
|
||||
http://*.lan
|
||||
http://*.local
|
||||
https://my.mainsail.xyz
|
||||
http://my.mainsail.xyz
|
||||
https://app.fluidd.xyz
|
||||
http://app.fluidd.xyz
|
||||
https://localfile.buymymojo.net
|
||||
|
||||
[database]
|
||||
database_path: /home/mks/.moonraker_database
|
||||
|
||||
[file_manager]
|
||||
config_path: /home/mks/klipper_config
|
||||
log_path: /home/mks/klipper_logs
|
||||
|
||||
[octoprint_compat]
|
||||
|
||||
[history]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue