use kiauh, replace mjpg_streamer with crowsnest, update some paths

This commit is contained in:
Konstantin Koslowski 2023-01-29 21:32:02 +01:00
parent 25907719e4
commit aecd049a28
5 changed files with 42 additions and 34 deletions

View file

@ -1,6 +1,7 @@
[server]
host: 0.0.0.0
port: 7125
klippy_uds_address: /home/pi/printer_data/comms/klippy.sock
[authorization]
force_logins: True
@ -41,11 +42,11 @@ type: web
repo: fluidd-core/fluidd
path: ~/fluidd
[update_manager client mainsail]
type: web
channel: beta
repo: mainsail-crew/mainsail
path: ~/mainsail
# [update_manager client mainsail]
# type: web
# channel: beta
# repo: mainsail-crew/mainsail
# path: ~/mainsail
# [update_manager klipper-mcu-update]
# type: git_repo
@ -60,18 +61,18 @@ env: ~/.KlipperScreen-env/bin/python
requirements: scripts/KlipperScreen-requirements.txt
install_script: scripts/KlipperScreen-install.sh
[update_manager client z_calibration]
type: git_repo
path: /home/pi/klipper_z_calibration
origin: https://github.com/protoloft/klipper_z_calibration.git
install_script: install.sh
[update_manager timelapse]
type: git_repo
primary_branch: main
path: ~/moonraker-timelapse
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
[update_manager ercf]
type: git_repo
primary_branch: main
path: ~/EnragedRabbitProject
origin: https://github.com/EtteGit/EnragedRabbitProject.git
[power voron-v2.4]
type: tplink_smartplug
address: 192.168.11.91
@ -85,6 +86,14 @@ address: 192.168.11.91
## Directory where the generated video will be saved
output_path: ~/timelapse/
## Directory where the temporary frames are saved
#frame_path: /tmp/timelapse/
frame_path: /tmp/timelapse/
## Directory where ffmpeg is installed
#ffmpeg_binary_path: /usr/bin/ffmpeg
# Crowsnest update_manager entry
[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
managed_services: crowsnest
install_script: tools/install.sh