add isponsorblocktv
This commit is contained in:
15
hosts/ps10rp/isponsorblocktv/compose.yaml
Normal file
15
hosts/ps10rp/isponsorblocktv/compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
isponsorblocktv:
|
||||||
|
image: ghcr.io/dmunozv04/isponsorblocktv:v2.6.1
|
||||||
|
container_name: isponsorblocktv
|
||||||
|
environment:
|
||||||
|
- TZ=America/Chicago
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- data:/app/data
|
||||||
|
- ${PWD}/config.json:/app/data/config.json
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
15
hosts/ps10rp/isponsorblocktv/config.json
Normal file
15
hosts/ps10rp/isponsorblocktv/config.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"devices": [],
|
||||||
|
"apikey": "",
|
||||||
|
"skip_categories": [
|
||||||
|
"sponsor"
|
||||||
|
],
|
||||||
|
"channel_whitelist": [],
|
||||||
|
"skip_count_tracking": false,
|
||||||
|
"mute_ads": true,
|
||||||
|
"skip_ads": true,
|
||||||
|
"minimum_skip_length": 1,
|
||||||
|
"auto_play": false,
|
||||||
|
"join_name": "iSponsorBlockTV",
|
||||||
|
"use_proxy": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user