use castsponsorskip
Some checks failed
lint-test-docker / lint-docker-compose (push) Failing after 22s
renovate / renovate (push) Successful in 1m6s

This commit is contained in:
2026-01-08 22:08:05 -06:00
parent 2ff6d8bdff
commit 3165dc13fe
3 changed files with 9 additions and 29 deletions

View File

@@ -0,0 +1,9 @@
---
services:
castsponsorskip:
image: ghcr.io/gabe565/castsponsorskip:v0.8.2
container_name: castsponsorskip
environment:
- TZ=America/Chicago
restart: always
network_mode: host

View File

@@ -1,10 +0,0 @@
---
services:
isponsorblocktv:
image: ghcr.io/dmunozv04/isponsorblocktv:v2.6
container_name: isponsorblocktv
environment:
- TZ=America/Chicago
restart: always
volumes:
- ./config.json:/app/data/config.json

View File

@@ -1,19 +0,0 @@
{
"devices": [
{
"screen_id": "",
"name": "Samsung TV",
"offset": 0
}
],
"apikey": "",
"skip_categories": ["sponsor"],
"channel_whitelist": [],
"skip_count_tracking": false,
"mute_ads": true,
"skip_ads": true,
"minimum_skip_length": 1,
"auto_play": true,
"join_name": "iSponsorBlockTV",
"use_proxy": false
}