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.