docker-owncloud
docker-owncloud copied to clipboard
OWNCLOUD_SUB_URL not supported
OWNCLOUD_SUB_URL is needed when deployed through a a reverse proxy under a child path, such as in k8s ingress
I was deploying it to http://localhost/owncloud/ but it assumes itself at / and will redirect to the invalid path
tried to add OWNCLOUD_SUB_URL value to the k8s yaml config and it didn't fix the issue as it should
mentioned here
https://github.com/owncloud-docker/base/issues/38