Just got my pydio up and running, which is great ! Awesome app !
But i got probs with android app. When registering new account, it says "invalid certification for https://example.com, and when i press accept risk and continue, it flashes “Address and cert are valid, registering server…” and it just falls right back to register new account window ?
I can access it from browser just fine. Im runing it in truenas container with vanilla compose.yaml, only port changed. I also have port forward on my router from normals ports to pydio ports.
To run the configure sites command, you have to use the user that runs the app.
In your case, you just have to log in the pydio container.
docker compose -f <your docker compose file> exec cells cells configure sites
# use the default port 8080, bind on 0.0.0.0, use self signed cert **and define an external URL**
# Then restart cells and you should be good to go
docker compose -f <your docker compose file> restart cells