4 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
David Claeys
833c9f9a95 update readme
All checks were successful
Build docker container / build (push) Successful in 1m18s
2024-12-01 16:36:21 +01:00
David Claeys
4b1a27ab98 update readme 2024-11-12 16:27:57 +01:00
David Claeys
a4b2b8ff6e add github funding 2024-11-12 16:24:53 +01:00
David Claeys
443b6ba3e2 add funding for github 2024-11-12 16:22:16 +01:00
2 changed files with 18 additions and 1 deletions

1
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1 @@
github: davidclaeysquinones

View File

@@ -4,6 +4,9 @@ This repo builds and Docker image of [pluto_tv_scraper](https://github.com/4v3ng
The purpose is to make the deployment easier and more suitable for different environments.<br> The purpose is to make the deployment easier and more suitable for different environments.<br>
As a result an m3u8 playlist and xmltv file will be generated for pluto TV. As a result an m3u8 playlist and xmltv file will be generated for pluto TV.
The original repository of this image is hosted on https://git.claeyscloud.com/david/pluto_tv_scraper-docker.<br>
A public mirror is available at https://github.com/davidclaeysquinones/pluto_tv_scraper-docker.
## Dependencies ## Dependencies
[Node](https://nodejs.org/en)<br> [Node](https://nodejs.org/en)<br>
@@ -60,4 +63,17 @@ services:
# specify the time zone for the server # specify the time zone for the server
- TZ=Etc/UTC - TZ=Etc/UTC
restart: unless-stopped restart: unless-stopped
``` ```
### Versions
This image is bound to the content of the [iptv-org/epg](https://github.com/iptv-org/epg) repository. In the underlying list you can see to which commit each version of the docker image is bound.
Normally when a change is made in the source repository the documentation is updated and a new tag is created in this repository. This is completely normal since the source repository is only cloned during the build process of the docker image.
Sometimes a new version of this image will be bound to the same source commit. This will happen when improvements are made to the image.
- 1.0.0 &nbsp;
1.1.21
- 1.0.1 &nbsp;
1.1.24