This looks really cool Thank you. The only concern would be secure with regards to using Poirtainer. What is your experience security-wise with Portainer?
been trying for some minutes now myself. Struggling with portainer, donât know how to upload/ configure a docker. Iâm not experienced with docker thoughâŚ
In the portainer add-on, under âContainersâ click on " + Add Container"
Name: OwnCloud
Registry: DockerHub
Image: owncloud:latest
Enable Publish all exposed network ports to random host ports
Click on âDeploy the containerâ
Go back to the âcontainersâ list in Portainer and you should see your new container called âOwnCloudâ at the top of the list and in the column on the far right there is the port allocation under âPublished portsâ (eg: 32769:80) - that number before the :80 is the port number you need to use to access owncloud
got to http://<your home assistant local IP address>:<the port number obtained above> and you should be up and running.
If you want owncloud to be accessible from the internet, just enable port forwarding to that specific port from your router.
Thanks for the tip, it was really simple to set up but I have spent the last hour just trying to get access to the container from the internet.
Basically, my internet is iPV6 so I pay for Nabu Casa to support HA and for its simplicity.
Portainer supports Ingress but I canât figure out how to access this setup externally through Nabu Casa.
I have tried simple things such as my Nabu Casa URL follow by :<PORTNUM . Surprisingly this didnât work :-D. Also tried an iFrame but that doesnât really help and also doesnât work.
I might be stating the obvious here but did you remember to forward the port on your home router/modem?
You would need to map the internal port to an external one that is public on the internet and then you should be able to access the container from http://<nabu casa URL>:<external port num>
by the way if youâre not sure about how to enable port-forwarding feel free to let me know. This website might also help you out: https://portforward.com/router.htm
Sorry Iâd missed the part about your connection being IPv6 - thatâs quite unusual!
This is a problem as IPv6 can only forward to other IPv6 addresses as far as I know (I donât have any experience working with IPv6 Iâm afraid). I think your best bet here would be to contact you service provider and let them now that you need to enable port forwarding on your modem and see if they can help you out.