mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -04:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -8,7 +8,7 @@ Tools for downloading the EPG (Electronic Program Guide) for thousands of TV cha
|
|||||||
- 🚀 [Usage](#usage)
|
- 🚀 [Usage](#usage)
|
||||||
- 💫 [Update](#update)
|
- 💫 [Update](#update)
|
||||||
- 🐋 [Docker](#docker)
|
- 🐋 [Docker](#docker)
|
||||||
- 📺 [Playlists](#playlists)
|
- 📅 [Guides](#guides)
|
||||||
- 🗄 [Database](#database)
|
- 🗄 [Database](#database)
|
||||||
- 👨💻 [API](#api)
|
- 👨💻 [API](#api)
|
||||||
- 📚 [Resources](#resources)
|
- 📚 [Resources](#resources)
|
||||||
@@ -155,7 +155,7 @@ docker pull ghcr.io/iptv-org/epg:master
|
|||||||
### Create and run container
|
### Create and run container
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -p 3000:3000 -v /path/to/channels.xml:/epg/channels.xml ghcr.io/iptv-org/epg:master
|
docker run -p 3000:3000 -v /path/to/channels.xml:/epg/public/channels.xml ghcr.io/iptv-org/epg:master
|
||||||
```
|
```
|
||||||
|
|
||||||
By default, the guide will be downloaded every day at 00:00 UTC and saved to the `/epg/public/guide.xml` file inside the container.
|
By default, the guide will be downloaded every day at 00:00 UTC and saved to the `/epg/public/guide.xml` file inside the container.
|
||||||
@@ -179,7 +179,7 @@ To fine-tune the execution, you can pass environment variables to the container
|
|||||||
```sh
|
```sh
|
||||||
docker run \
|
docker run \
|
||||||
-p 5000:3000 \
|
-p 5000:3000 \
|
||||||
-v /path/to/channels.xml:/epg/channels.xml \
|
-v /path/to/channels.xml:/epg/public/channels.xml \
|
||||||
-e CRON_SCHEDULE="0 0,12 * * *" \
|
-e CRON_SCHEDULE="0 0,12 * * *" \
|
||||||
-e MAX_CONNECTIONS=10 \
|
-e MAX_CONNECTIONS=10 \
|
||||||
-e GZIP=true \
|
-e GZIP=true \
|
||||||
@@ -203,6 +203,10 @@ ghcr.io/iptv-org/epg:master
|
|||||||
| DELAY | Delay between request in milliseconds (default: 0) |
|
| DELAY | Delay between request in milliseconds (default: 0) |
|
||||||
| RUN_AT_STARTUP | Run grab on container startup (default: true) |
|
| RUN_AT_STARTUP | Run grab on container startup (default: true) |
|
||||||
|
|
||||||
|
## Guides
|
||||||
|
|
||||||
|
Any user can share the guides they have created with the rest of the community. A complete list of these guides and their current status can be found in the [GUIDES.md](GUIDES.md) file.
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|
||||||
All channel data is taken from the [iptv-org/database](https://github.com/iptv-org/database) repository. If you find any errors please open a new [issue](https://github.com/iptv-org/database/issues) there.
|
All channel data is taken from the [iptv-org/database](https://github.com/iptv-org/database) repository. If you find any errors please open a new [issue](https://github.com/iptv-org/database/issues) there.
|
||||||
@@ -236,4 +240,3 @@ And thank you to everyone who has already contributed!
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user