-
-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch 2025.01.2 #2573
base: master
Are you sure you want to change the base?
Patch 2025.01.2 #2573
Conversation
@michaelfeinbier, @tohenk please test the Dockerfile and say if everything's good on your side. |
While the |
For me, I even don't need to build the Docker image. My use case is described as:
So, everything related to EPG is unattended, whether one day, one month, or one year, I don't need to restart the Docker except if there's something broken. |
The image has 3 dependencies:
This way we can be sure that the user is using the latest version of the scripts when building the image.
You don't need to download the entire repository to build the image, you just need a copy of the
All configuration happens at docker run \
-p 5000:3000 \
-v /path/to/channels.xml:/epg/channels.xml \
-e CRON="0 0,12 * * *" \
-e MAX_CONNECTIONS=10 \
-e GZIP=true \
-e DAYS=14 \
-e TIMEOUT=5 \
-e DELAY=2 \
iptv-org/epg so you can run as many containers as you want with different |
Hey @freearhey However, your approach here will work - only change request I'd had then would be to also use |
Added the ability to use |
Changes:
Script tests:
Test build:
Test run (using
SITE
andCLANG
variables):Test run (using custom channel list):