/docker.new-telerising-api

A docker container for running the new Telerising API

Primary LanguageShellGNU General Public License v3.0GPL-3.0

docker.new-telerising-api

A docker container for running the NEW telerising API

Prerequisites

You will need to have docker installed on your system and the user you want to run it needs to be in the docker group.

Note: The image is a multi-arch build providing variants for amd64, arm32v7 and arm64v8 - the correct variant for your Architecture needs to be tagged eg :amd64 :arm32v7 :arm64v8

Technical info for Docker

To learn how to manually start the container or about available parameters (you might need for your GUI used) see the following example:

docker run \
  -d \
  -e USER_ID="99" \
  -e GROUP_ID="100" \
  -e TIMEZONE="Europe/Berlin" \
  -e UPDATE="yes" \
  -p 5000:5000 \
  -v {TELERISING_STORAGE}:/telerising \
  --name=new-telerising-api \
  --restart unless-stopped \
  --tmpfs /tmp \
  --tmpfs /var/log \
  --net="bridge" \
  takealug/new-telerising-api:tag

The available parameters in detail:

Parameter Optional Values/Type Default Description
USER_ID yes [integer] 99 UID to run telerising as
GROUP_ID yes [integer] 100 GID to run telerising as
TIMEZONE yes [string] Europe/Berlin Timezone for the container
UPDATE yes yes/no yes Updates Telerising Script inside This Container each restart

Network Settings:

Parameter Optional Values/Type Default Description
-p yes [integer] 5000:5000 Map Container Listenport to Host Device Listen Port (Bridge Mode)
--net yes bridge/host bridge The Network Mode to run The Container in

Note: If you plan to use VLC / tvheadend ect outside of your Docker network (e.g. 172.17.0.X) to use, you should run the container in --net = "host" .

Frequently used volumes:

Volume Optional Description
TELERISING_STORAGE no The directory to persist telerising to

When passing volumes please replace the name including the surrounding curly brackets with existing absolute paths with correct permissions.

Support my work

If you like my Work, please Paypal Donation Page - thank you! :-)

Unraid Template

Note: An Template for Unraid can be found here : https://raw.githubusercontent.com/DeBaschdi/docker.new-telerising-api/master/Templates/Unraid/my-NEW-Telerising-API.xml Please safe it to into /boot/config/plugins/dockerMan/templates-user/my-NEW-Telerising-API.xml, after that you can use this Template in Unraids Webui. Docker > Add Container > Select Template and choose NEW-Telerising-API