9698837c7d | ||
---|---|---|
.github | ||
public | ||
scripts | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.yarnclean | ||
Dockerfile | ||
LICENSE | ||
LIST.temp.md | ||
README.md | ||
README.temp.md | ||
_config.temp.yml | ||
iptv-update.sh | ||
package.json | ||
start-iptv.sh | ||
tsup.config.ts | ||
update-image.sh | ||
update-sources.sh | ||
yarn.lock |
README.md
iptv-sources
Autoupdate iptv sources
Sources are from:
- https://epg.pw/test_channel_page.html
- iptv.org
- YueChan/Live
- YanG-1989/m3u
- fanmingming/live
- qwerttvv/Beijing-IPTV
- joevess/IPTV
- cymz6/AutoIPTV-Hotel
EPG Sources are from:
See https://m3u.ibert.me to get more.
Deploy by yourself
Supported Environment Variables
# add custom rollback urls, default is empty
# ROLLBACK_URLS=https://xxxx.xxx.com
# close source proxy, default is false
# CLOSE_SOURCE_PROXY=true
# add custom github raw source proxy url
# The custom proxy service you configured MUST supports the request urls, like `${CUSTOM_GITHUB_RAW_SOURCE_PROXY_URL}/https://raw.githubusercontent.com/xxx/xxx`
# If you want to deploy the ghproxy by yourself, see https://github.com/hunshcn/gh-proxy
# CUSTOM_GITHUB_RAW_SOURCE_PROXY_URL=https://ghproxy.net
# enable iptv checker, default is false
# ENABLE_IPTV_CHECKER=true
# add iptv checker url, default is empty
# IPTV_CHECKER_URL=http://[::1]:8081
Q&A
- How to close the github raw content proxy
- How to set the custom github raw source proxy url
- How to use
iptv-checker
feature - How to add your own rollback urls
- How to create custom sources based on the upstream
Star History
LICENSE
GPL-3.0 © Herbert He
本项目基于 GPL-3.0 协议开源。