content:serverbasics:docker-tvheadend
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| content:serverbasics:docker-tvheadend [2026/01/28 21:04] – [Caddy Service] obel1x | content:serverbasics:docker-tvheadend [2026/03/06 16:33] (aktuell) – [Docker Compose] obel1x | ||
|---|---|---|---|
| Zeile 8: | Zeile 8: | ||
| or Kodinerds: [[https:// | or Kodinerds: [[https:// | ||
| + | |||
| + | Attention: you will get an error if you just use the link of your browser to the lists. You need to use the " | ||
| + | |||
| + | e.g. https:// | ||
| ===== Satellite Dash Astra 19.2 ===== | ===== Satellite Dash Astra 19.2 ===== | ||
| Zeile 115: | Zeile 119: | ||
| docker@pcserver2023: | docker@pcserver2023: | ||
| - | docker@pcserver2023: | + | docker@pcserver2023: |
| </ | </ | ||
| Zeile 137: | Zeile 141: | ||
| Currently the content looks like that: | Currently the content looks like that: | ||
| - | <code> | + | <file> |
| services: | services: | ||
| tvheadend: | tvheadend: | ||
| Zeile 143: | Zeile 147: | ||
| # After resolve, the latest Tag should be used! | # After resolve, the latest Tag should be used! | ||
| # image: ghcr.io/ | # image: ghcr.io/ | ||
| - | | + | #Test 11.10.2025 |
| - | cap_drop: | + | # Commit: https:// |
| - | - all | + | # |
| - | | + | # result: Crash |
| - | nproc: 256 | + | # Last working Commit: ghcr.io/ |
| - | | + | |
| - | soft: 8192 | + | # So for now, the Alpine- Based linuxserver- image is a very good alternative |
| - | hard: 65535 | + | |
| + | |||
| + | restart: unless-stopped | ||
| + | ports: | ||
| + | - " | ||
| devices: | devices: | ||
| - /dev/dvb/ | - /dev/dvb/ | ||
| - | # See Volumes/localtime | + | - /dev/dri |
| - | # environment: | + | |
| - | # TZ: Europe/Berlin | + | |
| volumes: | volumes: | ||
| - | - tvheadend:/var/ | + | - tvh2_config:/config |
| - | - / | + | - / |
| + | - tvh2_epg:/epg2xml | ||
| - / | - / | ||
| networks: | networks: | ||
| - | - default | + | - pcserver2023_default |
| - | | + | |
| - | | + | # TZ: Europe/Berlin |
| - | | + | TZ: UTC # Hardwareclock Timezone NOT local timezone of System |
| - | restart: unless-stopped | + | # - PUID=< |
| - | #Not working on master-debian: | + | # - PGID=< |
| - | # healthcheck: | + | |
| - | # | + | |
| - | # Still needs to be defined while without it won't enable ipv6 | ||
| networks: | networks: | ||
| - | | + | |
| - | | + | |
| - | enable_ipv6: true | + | |
| volumes: | volumes: | ||
| - | tvheadend: | + | tvh2_config: |
| + | tvh2_epg: | ||
| - | </code> | + | </file> |
| You can now statup that container with '' | You can now statup that container with '' | ||
| ====== | ====== | ||
| + | |||
| ====== Caddy Service ====== | ====== Caddy Service ====== | ||
| Zeile 219: | Zeile 224: | ||
| Now you start kodi , enable the pvr- addon and enter the credentials. It should work and you should see channels in TV popping up. | Now you start kodi , enable the pvr- addon and enter the credentials. It should work and you should see channels in TV popping up. | ||
| - | |||
| ====== Problems ====== | ====== Problems ====== | ||
content/serverbasics/docker-tvheadend.1769630641.txt.gz · Zuletzt geändert: von obel1x
