New backup from 05/06/24 - 17:12:53
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
|||||||
secrets.conf
|
secrets.conf
|
||||||
*.swp
|
*.swp
|
||||||
*.tmp
|
*.tmp
|
||||||
|
*.DEF
|
||||||
printer-[0-9]*_[0-9]*.cfg
|
printer-[0-9]*_[0-9]*.cfg
|
||||||
*.bak
|
*.bak
|
||||||
*.bkp
|
*.bkp
|
||||||
|
|||||||
@@ -1,47 +0,0 @@
|
|||||||
#### crowsnest.conf
|
|
||||||
#### This is a typical default config.
|
|
||||||
#### Also used as default in mainsail / MainsailOS
|
|
||||||
#### See:
|
|
||||||
#### https://github.com/mainsail-crew/crowsnest/blob/master/README.md
|
|
||||||
#### for details to configure to your needs.
|
|
||||||
|
|
||||||
|
|
||||||
#####################################################################
|
|
||||||
#### #####
|
|
||||||
#### Information about ports and according URL's #####
|
|
||||||
#### #####
|
|
||||||
#####################################################################
|
|
||||||
#### #####
|
|
||||||
#### Port 8080 equals /webcam/?action=[stream/snapshot] #####
|
|
||||||
#### Port 8081 equals /webcam2/?action=[stream/snapshot] #####
|
|
||||||
#### Port 8082 equals /webcam3/?action=[stream/snapshot] #####
|
|
||||||
#### Port 8083 equals /webcam4/?action=[stream/snapshot] #####
|
|
||||||
#### #####
|
|
||||||
#### Note: These ports are default for most Mainsail #####
|
|
||||||
#### installations. To use any other port would involve #####
|
|
||||||
#### changing the proxy configuration or using directly #####
|
|
||||||
#### http://<ip>:<port>/?action=[stream/snapshot] #####
|
|
||||||
#### #####
|
|
||||||
#####################################################################
|
|
||||||
#### RTSP Stream URL: ( if enabled and supported ) #####
|
|
||||||
#### rtsp://<ip>:<rtsp_port>/stream.h264 #####
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
|
|
||||||
[crowsnest]
|
|
||||||
log_path: /home/jeka/steel_data/logs/crowsnest.log
|
|
||||||
log_level: verbose # Valid Options are quiet/verbose/debug
|
|
||||||
delete_log: false # Deletes log on every restart, if set to true
|
|
||||||
no_proxy: false
|
|
||||||
|
|
||||||
[cam 1]
|
|
||||||
mode: ustreamer # ustreamer - Provides mjpg and snapshots. (All devices)
|
|
||||||
# camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only)
|
|
||||||
enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server
|
|
||||||
rtsp_port: 8554 # Set different ports for each device!
|
|
||||||
port: 8080 # HTTP/MJPG Stream/Snapshot Port
|
|
||||||
device: /dev/video0 # See Log for available ...
|
|
||||||
resolution: 640x480 # widthxheight format
|
|
||||||
max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
|
|
||||||
#custom_flags: # You can run the Stream Services with custom flags.
|
|
||||||
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
[server]
|
|
||||||
host: 0.0.0.0
|
|
||||||
port: 7126
|
|
||||||
klippy_uds_address: /home/jeka/steel_data/comms/klippy.sock
|
|
||||||
|
|
||||||
[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
|
|
||||||
FE80::/10
|
|
||||||
::1/128
|
|
||||||
cors_domains:
|
|
||||||
*.lan
|
|
||||||
*.local
|
|
||||||
*://localhost
|
|
||||||
*://localhost:*
|
|
||||||
*://my.mainsail.xyz
|
|
||||||
*://app.fluidd.xyz
|
|
||||||
|
|
||||||
[octoprint_compat]
|
|
||||||
|
|
||||||
[history]
|
|
||||||
|
|
||||||
[update_manager]
|
|
||||||
channel: dev
|
|
||||||
refresh_interval: 168
|
|
||||||
|
|
||||||
[update_manager fluidd-config]
|
|
||||||
type: git_repo
|
|
||||||
primary_branch: master
|
|
||||||
path: ~/fluidd-config
|
|
||||||
origin: https://github.com/fluidd-core/fluidd-config.git
|
|
||||||
managed_services: klipper
|
|
||||||
|
|
||||||
[update_manager fluidd]
|
|
||||||
type: web
|
|
||||||
channel: stable
|
|
||||||
repo: fluidd-core/fluidd
|
|
||||||
path: ~/fluidd
|
|
||||||
|
|
||||||
[update_manager moonraker-telegram-bot]
|
|
||||||
type: git_repo
|
|
||||||
path: ~/moonraker-telegram-bot
|
|
||||||
origin: https://github.com/nlef/moonraker-telegram-bot.git
|
|
||||||
env: ~/moonraker-telegram-bot-env/bin/python
|
|
||||||
requirements: scripts/requirements.txt
|
|
||||||
install_script: scripts/install.sh
|
|
||||||
|
|
||||||
# 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/pkglist.sh
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
[include fluidd.cfg]
|
|
||||||
[mcu]
|
|
||||||
serial: /dev/serial/by-id/<your-mcu-id>
|
|
||||||
|
|
||||||
[virtual_sdcard]
|
|
||||||
path: /home/jeka/steel_data/gcodes
|
|
||||||
on_error_gcode: CANCEL_PRINT
|
|
||||||
|
|
||||||
[printer]
|
|
||||||
kinematics: none
|
|
||||||
max_velocity: 1000
|
|
||||||
max_accel: 1000
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
# Please refer to the wiki(https://github.com/nlef/moonraker-telegram-bot/wiki) for detailed information on how to configure the bot
|
|
||||||
|
|
||||||
[bot]
|
|
||||||
server: localhost
|
|
||||||
bot_token: AweSomeBotToken
|
|
||||||
chat_id: 0
|
|
||||||
|
|
||||||
[camera]
|
|
||||||
host: http://localhost:8080/?action=stream
|
|
||||||
|
|
||||||
[progress_notification]
|
|
||||||
percent: 5
|
|
||||||
height: 5
|
|
||||||
time: 5
|
|
||||||
|
|
||||||
[timelapse]
|
|
||||||
cleanup: true
|
|
||||||
height: 0.2
|
|
||||||
time: 5
|
|
||||||
target_fps: 30
|
|
||||||
Reference in New Issue
Block a user