Hi there,
I have installed the repository like this
curl -1sLf 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.deb.sh' | sudo -E bash
Then
sudo apt update
sudo apt install tvheadend
4.3-2437gccc7ce914trixie was installed
I then tried to login with the user and password I created but I get a 403 error. For the above package, where is the
superuser file meant to be stored?
I found the /etc/default/tvheadend file and made the following change
OPTIONS="-u hts -g video -c /var/lib/tvheadend"
so my superuser file is in /var/lib/tvheadend but I still get 403 errors. Any advice is appreciated.
Thanks