WDCommunity / wdpksrc

Cross compilation framework to create native packages for the Western Digital My Cloud
BSD 3-Clause "New" or "Revised" License
225 stars 61 forks source link

Settings in portainer for ports? #116

Open kmanan opened 1 year ago

kmanan commented 1 year ago

Hi, I just stumbled up on this WD NAS "app" and am new to portainer. I want to install SyncThings on my WD NAS and I am unable to figure out how to get the ports working. I am able to install the package but it doesn't work most likely because of the ports and config gilefile. Is there a guide on how to configure the ports and config file location on WD NAS?

JediNite commented 1 year ago

@kmanan,

You could try one of versions at https://hub.docker.com/r/syncthing/syncthing and see if you can get them to work. You have not mentioned which version of WD NAS you have, but I suspect once you pull in the image, you can change the port mappings within the docker configuration itself.

Cheers,

JediNite

kmanan commented 1 year ago

Ah sorry! EX2 Ultra

JediNite commented 1 year ago

@kmanan,

I would try and see if you can build it using the armv7 installation from the link I provided above. I saw there is also a link on that page to how to install via the CLI. If you go down this route and you have portainer configured correctly (ie. to look at the docker socket file), it should sow as a registered container in portainer.

Cheers,

JediNite

JediNite commented 1 year ago

@kmanan,

Also have you checked out this thread : https://community.wd.com/t/syncthing-with-os5/266713/13. You might be able to make your own SyncThing package if you have no luck.

Cheers,

JediNite