remove debug log
This commit is contained in:
parent
0b1719992d
commit
b862e7a9ac
2 changed files with 7 additions and 2 deletions
|
@ -4,8 +4,8 @@ source variables.env
|
||||||
|
|
||||||
CB=`docker ps | grep certbot | cut -d ' ' -f 1`
|
CB=`docker ps | grep certbot | cut -d ' ' -f 1`
|
||||||
|
|
||||||
echo $BASE_URL
|
#echo $BASE_URL
|
||||||
echo $EMAIL
|
#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 \
|
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
|
-d tv.$BASE_URL -d stream.$BASE_URL -d vod.$BASE_URL
|
||||||
|
|
|
@ -34,6 +34,11 @@ obs = {
|
||||||
"head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8"
|
"head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
epg = {
|
||||||
|
"name": "IwayHigh",
|
||||||
|
""
|
||||||
|
}
|
||||||
|
|
||||||
# Datarhei Core API integration
|
# Datarhei Core API integration
|
||||||
SYNC_PERIOD = 30
|
SYNC_PERIOD = 30
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue