Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


SATTV

1648 posts

Uber Geek

ID Verified

#318445 18-Jan-2025 13:39
Send private message

Hi all,

 

Sorry if not in the correct forum.

 

I have been watching some YouTube videos and the advertisements every 90 seconds ( I times them last night ) were driving me bonkers.

I cam across this https://www.geekzone.co.nz/forums.asp?forumid=151&topicid=303137&page_no=15 running Tubesync and viewing on plex.

 

I have plex so this is ideal.

 

I am a docker virgin but got it installed ( Windows 11 ) and installed the most popular Tubesync https://hub.docker.com/r/dougeubanks/tubesync

 

Docker is saying that it is running but when I go to http://127.0.0.1:4848 it does not work, if I go to another computer http://192.168.x.x:4848 nothing happens.

 

 

Have is missed something, should I uninstall and reinstall.

 

Cheers

 

John

 

 





I know enough to be dangerous


Create new topic
CYaBro
4582 posts

Uber Geek

ID Verified
Trusted

  #3332973 18-Jan-2025 13:43
Send private message

What do the network settings look like for that docker container?





Opinions are my own and not the views of my employer.




telans
13 posts

Geek


  #3332975 18-Jan-2025 13:50
Send private message

By default docker exposes ports through the bridge interface right? 172.17.0.0 I believe.

 

One thing from your screenshot though, it looks like you're pulling the docker image from a repository that hasn't been updated in 3 years (probably half the reason it isn't working)

 

The tubesync project recommends ghcr.io/meeb/tubesync:latest

 

 

SATTV

1648 posts

Uber Geek

ID Verified

  #3332979 18-Jan-2025 13:59
Send private message

CYaBro:

 

What do the network settings look like for that docker container?

 

 

"ExposedPorts": {
            "4848/tcp": {}

 

 





I know enough to be dangerous




djtOtago
1149 posts

Uber Geek


  #3332980 18-Jan-2025 14:00
Send private message

Your image shows no ports are mapped.

How did you start the container?

If using docker run command then you will need something like -p 4848:4848 add to the command.
If using docker compose then your compose file will need a ports section 


SATTV

1648 posts

Uber Geek

ID Verified

  #3332981 18-Jan-2025 14:01
Send private message

telans:

 

By default docker exposes ports through the bridge interface right? 172.17.0.0 I believe.

 

One thing from your screenshot though, it looks like you're pulling the docker image from a repository that hasn't been updated in 3 years (probably half the reason it isn't working)

 

The tubesync project recommends ghcr.io/meeb/tubesync:latest

 

 

 

 

172.17.0.0:4848 did not work either.

 

I tried that first and got the following.

 

ghcr.io/meeb/tubesync:latest : The term 'ghcr.io/meeb/tubesync:latest' is not recognized as the name of a cmdlet, function, script file, or     
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ ghcr.io/meeb/tubesync:latest
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (ghcr.io/meeb/tubesync:latest:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException





I know enough to be dangerous


SATTV

1648 posts

Uber Geek

ID Verified

  #3332982 18-Jan-2025 14:04
Send private message

djtOtago:

 

Your image shows no ports are mapped.

How did you start the container?

If using docker run command then you will need something like -p 4848:4848 add to the command.
If using docker compose then your compose file will need a ports section 

 

 

I installed it from the docker hub, when I installed the terminal opening up with docker pull dougeubanks/tubesync and installed everything.

 

Then I clicked on the run icon in containers.





I know enough to be dangerous


djtOtago
1149 posts

Uber Geek


  #3332983 18-Jan-2025 14:46
Send private message

Looking at https://github.com/meeb/tubesync

 

There is a section on the command line or (compose file) required to get their container running.

 

You will see it needs a few parameters and settings passed to the image to make it run. Like Path to save videos to. Path to a config file and Port map for the web UI

 

I don't use the docker UI for starting images, but I would assume when starting an image for the first time it would ask for extra information.

 

On a windows pc the command line would look something like

docker run -d --name tubesync  -e TZ=Pacific/Auckland-v c:\some\directory\tubesync-config:/config -v c:\some\directory\tubesync-downloads:/downloads -p 4848:4848 ghcr.io/meeb/tubesync:latest

 

NOTE: I currently don't have access to a computer with docker to validate the above command.

 

 


 
 
 

Cloud spending continues to surge globally, but most organisations haven’t made the changes necessary to maximise the value and cost-efficiency benefits of their cloud investments. Download the whitepaper From Overspend to Advantage now.
telans
13 posts

Geek


  #3332984 18-Jan-2025 14:53
Send private message

Not what you're asking for, but if all you are wanting is YouTube without ads, Firefox + uBlock Origin works for me without issues. Just make sure to disable the inbuilt "Enhanced Tracking Protection" on YouTube and it should be good.


SATTV

1648 posts

Uber Geek

ID Verified

  #3332996 18-Jan-2025 15:36
Send private message

telans:

 

Not what you're asking for, but if all you are wanting is YouTube without ads, Firefox + uBlock Origin works for me without issues. Just make sure to disable the inbuilt "Enhanced Tracking Protection" on YouTube and it should be good.

 

We watch youtube on the Apple TV so this will not work ( I dont think )





I know enough to be dangerous


SATTV

1648 posts

Uber Geek

ID Verified

  #3332998 18-Jan-2025 15:39
Send private message

I have also added Adguard-DNS to my docker and I can not get anything on the http://127.0.0.1:3000

 

So my conclusion is that something is not correct with docker. ( probably my fault )





I know enough to be dangerous


freitasm
BDFL - Memuneh
79250 posts

Uber Geek

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #3333022 18-Jan-2025 18:44
Send private message

Check the suggestions above. It does look like the container is not configured correctly and ports aren't exposed. Also you will find the port on the localhost (127.0.0.1).




Please support Geekzone by subscribing, or using one of our referral links: Samsung | AliExpress | Wise | Sharesies | Hatch | GoodSyncBackblaze backup


Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.