Skip to content

How to create custom sources based on the upstream #68

Answered by HerbertHe
HerbertHe asked this question in Q&A
Discussion options

You must be logged in to vote

The current version of iptv-sources supports create custom sources based on the upstream by yourself.

No matter if you deploy with docker or nodejs, it is very easy to meet the goal.

You can follow the steps:

Deploy with docker

First, you need to run the container with volume

docker run -v <host-config-dir-path>:/app/config iptv-sources

Then, you just need to add a new custom.json file in <host-config-dir-path>.

Save, and run docker exec -d iptv-sources /bin/sh ./update-sources.sh.

Deploy with nodejs

Make a new directory config in the project root path, add a new custom.json file.

Save, and run yarn m3u.

Replies: 3 comments 3 replies

Comment options

HerbertHe
Mar 3, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by HerbertHe
Comment options

HerbertHe
Mar 3, 2024
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@HerbertHe
Comment options

HerbertHe Mar 21, 2024
Maintainer Author

@newrookie001
Comment options

@newrookie001
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants