docs: Add 42 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 59s

This commit is contained in:
Your Name
2025-09-01 14:04:58 +12:00
parent 014104df35
commit 11ddc264eb
21 changed files with 1284 additions and 0 deletions

14
squashkiwi-streaming/_paths.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Path configuration for squashkiwi-streaming
# get_squashkiwi_streaming_paths() {
# echo "${LOCAL_DATA_FOLDER}/config"
# echo "${LOCAL_DATA_FOLDER}/recordings"
# echo "${LOCAL_DATA_FOLDER}/config/overlay"
# echo "${LOCAL_DATA_FOLDER}/config/web"
# }
get_squashkiwi_streaming_paths() {
echo "path:localpath:${LOCAL_DATA_FOLDER}"
}