I'm unable to add the custom channel and cannot figure out what I'm doing wrong.
I'm running the Channels package on Synology NAS. I pulled the latest olivetin.
Portainer env variables:
PORTAINER_HOST=192.168.0.11
HOST_SFS_PORT=8080
CHANNELS_DVR_HOST=192.168.0.11
CHANNELS_DVR_PORT=8089
m3u_name YTlivestreams.m3u
My m3u lives at:
/volume1/data/olivetin/data/192.168.0.11-8089/YTlivestreams.m3u
If I try this url in a browser I get a 403 Forbidden error.
http://192.168.0.11:8080/192.168.0.11-8089/YTlivestreams.m3u
I've racked my feeble brain and cannot figure out why I can't see the m3u in a browser and get the 403 error.
OliveTin Post-Install Healthcheck shown here
OliveTin Post-Install Healthcheck
Standard Output
Checking your OliveTin installation...
(extended_check=false)
Checking that your selected Channels DVR server (192.168.0.11:8089) is reachable by URL:
HTTP Status: 200 indicates success...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1276 100 1276 0 0 1246k 0 --:--:-- --:--:-- --:--:-- 1246k
HTTP Status: 200
Effective URL: http://192.168.0.11:8089/
Checking that your selected Channels DVR server's data files (/mnt/192.168.0.11-8089) are accessible:
Folders with the names Database, Images, Imports, Logs, Movies, Streaming and TV should be visible...
total 20
drwxrwxrwx 1 root root 22 Oct 16 06:00 #recycle
drwx------ 1 242120 root 170 Dec 29 15:00 .
drwxr-xr-x 1 root root 78 Jan 1 06:46 ..
-rwxrwx--- 1 1026 users 18436 Oct 3 07:38 .DS_Store
drwxrwxrwx 1 root root 334 Dec 6 05:46 @eaDir
drwxrwx--- 1 1026 users 1350 Dec 31 21:29 Database
drwxrwx--- 1 1026 users 228788 Jan 1 07:00 Images
drwxrwx--- 1 1026 users 58 Mar 18 2022 Imports
drwxrwx--- 1 1026 users 62 Oct 15 07:00 Logs
drwxrwx--- 1 1026 users 26060 Dec 30 22:40 Movies
drwxrwx--- 1 1026 users 10162 Dec 31 18:30 Streaming
drwxrwx--- 1 1026 users 8244 Dec 31 20:00 TV
drwxrwx--- 1 1026 users 50 Jan 16 2023 strmlnkTemplates
drwxrwx--- 1 1026 users 0 Jan 21 2024 temp
Checking that your selected Channels DVR server's log files (/mnt/192.168.0.11-8089_logs) are accessible:
Folders with the names data and latest should be visible...
total 4
drwxr-xr-x 1 242120 242120 200 Dec 26 21:28 .
drwxr-xr-x 1 root root 78 Jan 1 06:46 ..
drwxr-xr-x 1 242120 242120 154 Dec 14 23:52 2024.12.15.0712
drwxr-xr-x 1 242120 242120 154 Dec 17 20:24 2024.12.18.0400
drwxr-xr-x 1 242120 242120 154 Dec 22 22:56 2024.12.23.0634
drwxr-xr-x 1 242120 242120 154 Dec 23 10:56 2024.12.23.1848
drwxr-xr-x 1 242120 242120 154 Dec 23 19:56 2024.12.23.2347
drwxr-xr-x 1 242120 242120 154 Dec 26 21:28 2024.12.27.0121
drwxr-xr-x 1 242120 242120 4328 Jan 1 06:23 data
lrwxrwxrwx 1 242120 242120 15 Dec 26 21:28 latest -> 2024.12.27.0121
Here's a list of your current OliveTin-related settings:
HOSTNAME=olivetin
CHANNELS_DVR=192.168.0.11:8089
CHANNELS_DVR_ALTERNATES=
CHANNELS_CLIENTS=apple-tv
ALERT_SMTP_SERVER=smtp.gmail.com:587
ALERT_EMAIL_FROM=[Redacted]@gmail.com
ALERT_EMAIL_PASS=[Redacted]
ALERT_EMAIL_TO=[Redacted]@gmail.com
UPDATE_YAMLS=true
UPDATE_SCRIPTS=true
PORTAINER_TOKEN=[Redacted]
PORTAINER_HOST=192.168.0.11
Here's the contents of /etc/resolv.conf from inside the container:
search localhost tail[Redacted].ts.net
nameserver 127.0.0.11
options ndots:0
Here's the contents of /etc/hosts from inside the container:
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
192.168.48.3 olivetin
Standard Error