Initial checkin

This commit is contained in:
Radar231 2021-08-01 18:35:42 -04:00
commit e4c78bc864
4 changed files with 1620 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.env

0
data/.placeholder Normal file
View File

21
docker-compose.yml Normal file
View File

@ -0,0 +1,21 @@
---
version: '3'
services:
zap2xml:
container_name: zap2xml
image: shuaiscott/zap2xml:latest
restart: unless-stopped
env_file:
- zap2xml.env
volumes:
- ./data:/data
environment:
# values retrieved from zap2xml.env file
- USERNAME=xxxxxxx
- PASSWORD=xxxxxxx
- OPT_ARGS=-I -D
- XMLTV_FILENAME=xmltv.xml
# EOF

1598
zap2xml.pl Executable file

File diff suppressed because it is too large Load Diff