docker-owncloud icon indicating copy to clipboard operation
docker-owncloud copied to clipboard

OWNCLOUD_SUB_URL not supported

Open Jishun opened this issue 4 years ago • 0 comments

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

Jishun avatar May 15 '21 14:05 Jishun