Pruged TvHeadend container

Pruged the TvHeadend CT since it did not work properly
This commit is contained in:
2023-07-12 21:00:26 +02:00
parent 32a3d57485
commit 7d06b09691
3 changed files with 1 additions and 33 deletions

View File

@@ -1031,7 +1031,6 @@ packages:
- jellyfin
- docker
- smb
- tvheadend
- x2go
- aptcacherng
- elkarbackupDEB
@@ -1052,7 +1051,6 @@ packages:
- omadaV3
- docker
- smb
- tvheadend
- x2go
- aptcacherng
- mysql
@@ -1241,13 +1239,6 @@ packages:
variants:
- smb
#Tvheadend pkgs
- packages:
- tvheadend
action: install
variants:
- tvheadend
#X2go pkgs
- packages:
- gnome-themes-extra
@@ -1424,13 +1415,6 @@ packages:
variants:
- smb
#Tvheadend Repo
- name: tvheadend.list
url: |-
deb [signed-by=/usr/share/keyrings/tvheadend-archive-keyring.gpg arch=amd64] https://apt.tvheadend.org/unstable {{ image.release }} main
variants:
- tvheadend
#GoogleChrome Repo
- name: google-chrome.list
url: |-
@@ -1610,16 +1594,6 @@ actions:
variants:
- smb
#TvHeadend Repo key and inital username and password
- trigger: post-unpack
action: |-
#!/bin/bash
curl --retry 7 --retry-delay 5 -L -s https://doozer.io/keys/tvheadend/tvheadend/pgp | gpg --dearmor > /usr/share/keyrings/tvheadend-archive-keyring.gpg
debconf-set-selections <<< "tvheadend tvheadend/admin_username string setup"
debconf-set-selections <<< "tvheadend tvheadend/admin_password password setup"
variants:
- tvheadend
#GoogleChrome Repo key
- trigger: post-unpack
action: |-