From b92e3a6ab1932793ad6348b795d2bf2e5264cd00 Mon Sep 17 00:00:00 2001 From: MistaJay64 <170837656+MistaJay64@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:49:33 +0000 Subject: [PATCH 1/3] Update docker-compose.yml fixed paths --- docker-compose.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 29d2b3fd..cb40bc11 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,14 +2,16 @@ services: streamonitor: # If you want to build locally, use this instead the image line below: # build: ./ + container_name: streamonitor # image: streamonitor:latest - image: ghcr.io/lossless1024/streamonitor:latest - restart: unless-stopped environment: # set timzeone #TZ: Etc/UTC + # maybe only useful for synology users + #PUID: 100 + #PGID: 1000 # unset password (admin by default) #STRMNTR_PASSWORD: '' # unbind web interface (bound to 127.0.0.1 by default) @@ -28,8 +30,12 @@ services: volumes: - ./downloads:/app/downloads - ./config.json:/app/config.json + - ./Controller.py:/app/Controller.py + - ./Downloader.py:/app/Downloader.py + - ./parameters.py:/app/parameters.py - ./stripchat_mouflon_keys.json:/app/stripchat_mouflon_keys.json - - /etc/timezone:/etc/timezone:ro + # not sable on sysnology docker + #- /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro ports: - '5000:5000' From a1149c920d92f0411380011a66f300edc9068249 Mon Sep 17 00:00:00 2001 From: MistaJay64 <170837656+MistaJay64@users.noreply.github.com> Date: Fri, 27 Mar 2026 22:16:12 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b16f24fb..9e6a25b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# StreaMonitor -A Python3 application for monitoring and saving (mostly adult) live streams from various websites. +# Capparr +A Python3 application for monitoring and saving live streams from various camsites. Inspired by [Recordurbate](https://github.com/oliverjrose99/Recordurbate) @@ -22,12 +22,6 @@ Inspired by [Recordurbate](https://github.com/oliverjrose99/Recordurbate) | StripChat VR | `SCVR` | | for VR videos | No | | XLoveCam | `XLC` | | | No | -Currently not supported: -* Amateur.TV (They use Widevine now) -* Cherry.tv (They switched to Agora) -* ImLive (Too strict captcha protection for scraping) -* LiveJasmin (No nudity in free streams) -* ManyVids Live (They switched to Agora) There are hundreds of clones of the sites above, you can read about them on [this site](https://adultwebcam.site/clone-sites-by-platform/). From 42964f7fb00f7d7a660b07c89b05830be2a6153e Mon Sep 17 00:00:00 2001 From: MistaJay64 <170837656+MistaJay64@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:56:06 +0000 Subject: [PATCH 3/3] Create _config.yml --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..10e6731a --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +markdown: kramdown