update
This commit is contained in:
parent
c298263d94
commit
4895ffdefb
5 changed files with 65 additions and 40 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# vim: ft=config
|
||||
[server]
|
||||
host: 0.0.0.0
|
||||
port: 7125
|
||||
|
|
@ -51,8 +52,9 @@ path: ~/fluidd
|
|||
|
||||
# [update_manager klipper]
|
||||
# type: git_repo
|
||||
# origin: https://github.com/Klipper3d/klipper.git
|
||||
# primary_branch: main
|
||||
# path: ~/klipper
|
||||
# origin: https://github.com/xkonni/klipper.git
|
||||
|
||||
[update_manager KlipperScreen]
|
||||
type: git_repo
|
||||
|
|
@ -62,12 +64,12 @@ env: ~/.KlipperScreen-env/bin/python
|
|||
requirements: scripts/KlipperScreen-requirements.txt
|
||||
install_script: scripts/KlipperScreen-install.sh
|
||||
|
||||
# [update_manager timelapse]
|
||||
# type: git_repo
|
||||
# primary_branch: main
|
||||
# is_system_service: false
|
||||
# path: ~/moonraker-timelapse
|
||||
# origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|
||||
[update_manager timelapse]
|
||||
type: git_repo
|
||||
primary_branch: main
|
||||
is_system_service: false
|
||||
path: ~/moonraker-timelapse
|
||||
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|
||||
|
||||
# [update_manager ercf]
|
||||
# type: git_repo
|
||||
|
|
@ -79,20 +81,20 @@ install_script: scripts/KlipperScreen-install.sh
|
|||
[power voron-v2.4]
|
||||
# type: tplink_smartplug
|
||||
# address: 192.168.11.91
|
||||
type: tasmota
|
||||
address: pcu-eg-office-voronberry.nom
|
||||
# password: mypassword
|
||||
type: tasmota
|
||||
address: pcu-ug-ws-voronberry.nom
|
||||
|
||||
# [timelapse]
|
||||
[timelapse]
|
||||
## Following basic configuration is default to most images and don't need
|
||||
## to be changed in most scenarios. Only uncomment and change it if your
|
||||
## Image differ from standard installations. In most common scenarios
|
||||
## a User only need [timelapse] in there configuration.
|
||||
##
|
||||
## Directory where the generated video will be saved
|
||||
# output_path: ~/timelapse/
|
||||
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
|
||||
|
||||
|
|
@ -101,6 +103,7 @@ address: pcu-eg-office-voronberry.nom
|
|||
type: git_repo
|
||||
path: ~/crowsnest
|
||||
origin: https://github.com/mainsail-crew/crowsnest.git
|
||||
primary_branch: legacy/v3
|
||||
# primary_branch: legacy/v3
|
||||
primary_branch: master
|
||||
managed_services: crowsnest
|
||||
install_script: tools/install.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue