This commit is contained in:
2025-03-17 03:43:40 +03:00
parent 2280aa4379
commit 8b4c9639de
5 changed files with 4 additions and 55 deletions

4
.gitignore vendored
View File

@@ -4,4 +4,8 @@ mainsail.cfg
moonraker_obico_macros.cfg
timelapse.cfg
autocommit.sh
moonraker-sql.db
moonraker-obico.cfg
moonraker-obico-update.cfg
KlipperScreen.conf
.*.*.bkp

View File

@@ -1,12 +0,0 @@
# To use this KlipperScreen panel, create a symlink:
# $MOONRAKER_OBICO_HOME/scripts/klipper_screen_obico_panel.py -> $KLIPPER_SCREEN_HOME/panels/obico.py
[menu __main more obico]
name: Obico
icon: network
panel: obico
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# print_sort_dir = date_desc
#~# language = ru
#~#

View File

@@ -1,9 +0,0 @@
[update_manager moonraker-obico]
type: git_repo
path: /home/biqu/moonraker-obico
origin: https://github.com/TheSpaghettiDetective/moonraker-obico.git
env: /home/biqu/moonraker-obico/../moonraker-obico-env/bin/python
requirements: requirements.txt
install_script: install.sh
managed_services:
moonraker-obico

View File

@@ -1,34 +0,0 @@
[server]
url = https://app.obico.io
[moonraker]
host = 127.0.0.1
port = 7125
# api_key = <grab one or set trusted hosts in moonraker>
[webcam]
disable_video_streaming = False
# CAUTION: Don't modify the settings below unless you know what you are doing
# In most cases webcam configuration will be automatically retrived from moonraker
#
# Lower target_fps if ffmpeg is using too much CPU. Capped at 25 for Pro users (including self-hosted) and 5 for Free users
# target_fps = 25
#
snapshot_url = http://127.0.0.1:8080/?action=snapshot
stream_url = http://127.0.0.1:8080/?action=stream
# flip_h = False
# flip_v = False
# rotation = 0
# aspect_ratio_169 = False
[logging]
path = /home/biqu/printer_data/logs/moonraker-obico.log
# level = INFO
[tunnel]
# CAUTION: Don't modify the settings below unless you know what you are doing
# dest_host = 127.0.0.1
dest_port = 80
# dest_is_ssl = False

Binary file not shown.