Compare commits

...

6 Commits

Author SHA1 Message Date
David Claeys
309038bb4a update readme + config
All checks were successful
Build docker container / build (push) Successful in 25m21s
2025-07-15 09:24:34 +02:00
David Claeys
3b019df919 update readme
All checks were successful
Build docker container / build (push) Successful in 8m14s
2025-07-07 08:53:11 +02:00
David Claeys
1cf21ddb98 update readme
All checks were successful
Build docker container / build (push) Successful in 8m52s
2025-06-27 11:15:21 +02:00
David Claeys
0aeb48fe2f update readme
All checks were successful
Build docker container / build (push) Successful in 6m37s
2025-06-17 08:10:34 +02:00
David Claeys
70c7ee79b0 update readme
All checks were successful
Build docker container / build (push) Successful in 8m4s
2025-06-02 11:13:55 +02:00
David Claeys
62937901c2 update readme
All checks were successful
Build docker container / build (push) Successful in 6m34s
2025-05-16 08:42:21 +02:00
2 changed files with 14 additions and 2 deletions

View File

@@ -216,4 +216,16 @@ Sometimes a new version of this image will be bound to the same source commit. T
- 1.0.61
[04-07-2025](https://github.com/iptv-org/epg/commit/7e1fbcbe154f4efd5c81341351cceb06f71b79a0)<br>Add delay option
- 1.0.62
[04-22-2025](https://github.com/iptv-org/epg/commit/db56a4d6c0ec7f1169ae60361b623dc032365e47)
[04-22-2025](https://github.com/iptv-org/epg/commit/db56a4d6c0ec7f1169ae60361b623dc032365e47)
- 1.0.63
[05-10-2025](https://github.com/iptv-org/epg/commit/db56a4d6c0ec7f1169ae60361b623dc032365e47)
- 1.0.64
[06-02-2025](https://github.com/iptv-org/epg/commit/cb7e91d3938804618625e381a7fd139e11dfa380)
- 1.0.65
[06-16-2025](https://github.com/iptv-org/epg/commit/e0fdf221e2d2707fe7a9d06a4c2797672888c0eb)
- 1.0.66
[06-26-2025](https://github.com/iptv-org/epg/commit/93f857f3c36cbe00e76fceb4ad875d8e6f6ec6aa)
- 1.0.67
[07-07-2025](https://github.com/iptv-org/epg/commit/3107571168eea356e6fa6311519e3777db99b5a6)
- 1.0.68
[07-14-2025](https://github.com/iptv-org/epg/commit/10685b064d9cc65c1a22234a19527da53d544cbf)

View File

@@ -14,7 +14,7 @@ module.exports = {
process.env.CLANG ? `--lang=${process.env.CLANG}` : ''
} --output=public/guide.xml`
: `npm run grab -- --gzip --channels=channels.xml --output=public/guide.xml`,
cron_restart: process.env.CRON || null,
cron_restart: process.env.CRON_SCHEDULE || null,
instances: 1,
watch: false,
autorestart: false