fingerfunk99

moonraker.conf

Jun 17th, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. [server]
  2. host: 0.0.0.0
  3. port: 7125
  4.  
  5. [file_manager]
  6. #enable_debug_logging: True
  7. enable_object_processing: True
  8.  
  9. [authorization]
  10. trusted_clients:
  11. 10.0.0.0/8
  12. 127.0.0.0/8
  13. 169.254.0.0/16
  14. 172.16.0.0/12
  15. 192.168.0.0/16
  16. FE80::/10
  17. ::1/128
  18.  
  19. #[update_manager]
  20. #client_repo: meteyou/mainsail
  21. #client_path: ~/mainsail
  22.  
  23. [update_manager]
  24.  
  25. [update_manager client mainsail]
  26. type: web
  27. repo: meteyou/mainsail
  28. path: /home/pi/mainsail
  29.  
  30. #[update_manager timelapse]
  31. #type: git_repo
  32. #primary_branch: main
  33. #path: ~/moonraker-timelapse
  34. #origin: https://github.com/mainsail-crew/moonraker-timelapse.git
  35.  
  36. [octoprint_compat]
  37.  
  38. #[timelapse]
  39. #output_path: ~/timelapse/
  40. #frame_path: /tmp/timelapse/
  41. #ffmpg_binary_path: /usr/bin/ffmpg
  42. #enabled: True
  43. #mode: layermacro
  44. #saveFrames: False
  45. #parkhead: False
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment