KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
ctbrec
★ 10
Open GitHub ↗
A docker image for ctbrec from 0xb00bface
Download README (.md)
Explore Similar Repositories
-yolov8-
:
YOLOv8-Pose-GUI Real-time pose estimation & sitting posture analysis. Input: image / video / camera. Detects: normal sitting, bowed head, hunchback, left/right tilt.
ctbrec-debian
:
Debian based CTBRec Docker image
fractalnote
:
FractalNote is online editor of hierarchical notes (or note trees) for Nextcloud server. You can view/edit CherryTree (*.ctb) files with it in browser.
CTBenchmarks.jl
:
Control-toolbox benchmarks
CTBase.jl
:
Fundamentals of the control-toolbox ecosystem
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ctbrec
?
Download (.md)
# ctbrec Runs `ctbrec` as an unprivileged user within a `docker` container. ### Usage ```bash # The files in these volumes will be accessible (r+w) # by the current user and the ctbrec user within docker mkdir /path/to/recordings mkdir /path/to/configs # Fire up a container with proper bindings docker run -e UID=`id -u` \ -p 1080:1080 \ -v /path/to/configs:/home/ctbrec/.config \ -v /path/to/recordings:/home/ctbrec/recordings \ -d p0rnb0x/ctbrec ``` You can also set the timezone using `-e TZ="Europe/Kiev"`. I do not recommend using the pre-supplied certificate for HTTPS, you may use a `caddy` proxy with your own certificate instead.