Posts by Peterc

    Hello all,

    For last few months I been using Tailscale as a docker image on my:

    Raspberry pi 4 - 2gig memory - LibreELEC (official): 12.0.1 (RPi4.aarch64)

    So I have written a bash script to install the Tailscale docker image and update the Tailscale image when needed with Watchtower.


    Regards: peter


    Remember to backup first before setting up Tailscale docker image !!


    Install LibreELEC Docker app before you run the tailscale.sh bash script to install Tailscale docker image.

    Add-ons / Install from repository / LibreELEC Add-ons / Services / Docker

    ## Below are the commands to set up the files that are needed.

    touch /storage/.config/tailscale.sh

    chmod +x /storage/.config/tailscale.sh

    ## Copy & Paste the lines below to: tailscale.sh

    To install the Tailscale docker image run the command shown below from the directory .config

    Code
    sh tailscale.sh

    When Tailscale image is installed. You can check to see if it is up and running with the command shown below:

    Code
    docker stats

    To setup Tailscale execute the command shown below to get the Tailscale login url

    Code
    docker exec docker-tailscaled tailscale up

    This will give you a url so you can log into your Tailscale account and connect your LibreELEC device to your tailnet.

    #

    Before you set a Tailscale exit node, use the command below:

    Code
    docker exec docker-tailscaled tailscale set --exit-node-allow-lan-access=true

    The command above will allow you to have ssh access to your LibreELEC from your local network.

    ## To auto update the Tailscale image I use autostart.sh script to run the tailscale.sh script which will check if the Tailscale image needs updating. If so Watchtower will update the Tailscale image.

    touch /storage/.config/autostart.sh

    chmod +x /storage/.config/autostart.sh

    ## Copy & Paste the lines below to: autostart.sh

    Bash
    #!/bin/sh
     (
     sleep 20
     /storage/.config/tailscale.sh
     )&


    The file below tailscale.commands is just handy notes to help setup Tailscale.

    touch /storage/.config/tailscale.commands

    ## Copy & Paste the lines below to: tailscale.commands

    Hello toby2106


    Bellow is a copy and paste of my tailscale config file from: /storage/.config/system.d The top half of the tailscaled.service file is the system.d config for tailscale and the bottom half are notes to help remind me of how to setup tailscale.

    Hope the file help you to set up and runing tailscale !

    Reminder: use the command: ./tailscale set --exit-node-allow-lan-access=true

    Before you set the exit node so you do not get lock out from ssh to your raspi.

    Do a LibreELEC backup to be safe !!

    Regards: peter

    File name: tailscaled.service

    Hello All,

    I have just upgraded to LibreELEC (official): 11.0.1 Unfortunately now the rss audio feeds have stopped working.

    Below is a copy and paste of what I can see as error in the kodi.log

    My ip is: *.*.78.83

    Regards: peter

    2023-04-05 18:59:49.889 T:1115 error <general>: CCurlFile::Open - <http://feeds.kodi.tv/latest_xbmc_addons> Failed with code 404:

    2023-04-05 18:59:50.154 T:1078 info <general>: ### Kodi Playback Resumer 2.0.4 - Starting...

    2023-04-05 18:59:50.154 T:1078 info <general>: ### Kodi Playback Resumer 2.0.4 - Kodi Version: 20.1 (20.1.0) Git:20.1-Nexus

    2023-04-05 18:59:50.154 T:1078 info <general>: ### Kodi Playback Resumer 2.0.4 - Addon arguments: ['']

    2023-04-05 18:59:55.561 T:1115 error <general>: CCurlFile::Open - <http://feeds.kodi.tv/latest_xbmc_addons> Failed with code 404:

    2023-04-05 18:59:55.880 T:1081 info <general>: SETTINGS: set_keyboard_layout # uk

    2023-04-05 18:59:55.881 T:1081 info <general>: SETTINGS: set_keyboard_layout # loadkmap < `ls -1 /usr/lib/keymaps/*/uk.bmap`

    2023-04-05 19:00:00.565 T:1081 info <general>: SETTINGS: __init__ # updateThread Started

    2023-04-05 19:00:00.567 T:1081 info <general>: SETTINGS: set_auto_update # auto

    2023-04-05 19:00:00.719 T:1162 info <general>: SETTINGS: run # Waiting

    2023-04-05 19:00:00.993 T:1115 error <general>: CCurlFile::Open - <http://feeds.kodi.tv/latest_xbmc_addons> Failed with code 404:

    2023-04-05 19:00:00.993 T:1115 error <general>: Unable to obtain rss feed: http://feeds.kodi.tv/latest_xbmc_addons

    2023-04-05 19:00:01.654 T:1115 error <general>: CCurlFile::Open - <http://feeds.kodi.tv/updated_xbmc_addons> Failed with code 404:

    2023-04-05 19:00:12.701 T:1115 info <general>: Skipped 1 duplicate messages..

    2023-04-05 19:00:12.701 T:1115 error <general>: CCurlFile::Open - <http://feeds.kodi.tv/updated_xbmc_addons> Failed with code 404:

    2023-04-05 19:00:12.701 T:1115 error <general>: Unable to obtain rss feed: http://feeds.kodi.tv/updated_xbmc_addons

    2023-04-05 19:00:34.162 T:1051 info <general>: Loading skin file: /storage/.kodi/addons/script.radioparadise/resources/skins/Default/720p/script-radioparadise.xml, load type: LOAD_ON_GUI_INIT

    The problem seems to have sorted it self out. The rss feeds are working now.

    Regards: peter & thanks