remove debug log

This commit is contained in:
deflax 2024-01-04 04:07:31 +00:00
parent 0b1719992d
commit b862e7a9ac
2 changed files with 7 additions and 2 deletions

View file

@ -4,8 +4,8 @@ source variables.env
CB=`docker ps | grep certbot | cut -d ' ' -f 1`
echo $BASE_URL
echo $EMAIL
#echo $BASE_URL
#echo $EMAIL
docker exec $CB certbot certonly --non-interactive --standalone --http-01-address 0.0.0.0 --email $EMAIL --agree-tos --keep --preferred-challenges http --cert-name stream.$BASE_URL \
-d tv.$BASE_URL -d stream.$BASE_URL -d vod.$BASE_URL

View file

@ -34,6 +34,11 @@ obs = {
"head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8"
}
epg = {
"name": "IwayHigh",
""
}
# Datarhei Core API integration
SYNC_PERIOD = 30
try: