Currently any connection to port 8080 is being forwarded to port 443 on the owncloud instance.
DOCKERINSTANCEID pschmitt/owncloud “/usr/bin/run.sh” 27 hours ago Up 4 seconds 80/tcp, 0.0.0.0:8080->443/tcp owncloud
But I want to create an Alias IP and forward that on port 443 like this:
DOCKERINSTANCEID pschmitt/owncloud “/usr/bin/run.sh” 27 hours ago Up 4 seconds 80/tcp, 10.0.5.108:443->443/tcp owncloud
8080 is the default value auto filled in the install wizard during the Rock-on installation. You can provide other port number instead of 8080. 443 will cause problems because Rockstor web-ui run on that port. There is a pending issue to support custom port but it’s not supported yet.
Thanks for the comment.
I finally decided to setup owncloud on a dedicated virtual machine and mount the data share from the rockstor NAS via NFS. I think this is a more flexible approach.
Regards, Koen
No issues with permissions so far, but havent tested it completely.
I just created the apache user with same uid/gid on the rockstor server and changed owncloud share permission and ownership .