Same problem here, not working with kubernetes behind nginx ingress controller.
Made it working with:
env:
- name: CELLS_NO_SSL
value: "0"
- name: CELLS_BIND
value: "0.0.0.0:8080"
- name: CELLS_EXTERNAL
value: "pydio.example.org"
Then after installing edit /root/.config/pydio/cells/pydio.json
manually by hand:
and replace http://pydio.example.org
to https://pydio.example.org
(I have https backend)
But still not working, can’t create any folder/file due “404: Not found” error: