Hello! I am using pydio cells on ubuntu22.04 arm64 machine, installation was smooth and after checking out caddy guide, i was able to setup https. Everything is fine on web browser but Desktop (windows 11) and android (14) won’t connect. Android will say url does not look like a pydio server and windows will redirect me to localhost:3636 and a whilte page appears. I can login via url and upload files.
This issue was fixed. Please mark this as closed.
Hello @cyosat and welcome to the forum!
Could you please share the result of the ./cells configure sites
command ?
For the record, to have the various clients be able to perform the OAuth credential flow, you must explicitly define the public URL, e.g:
# not OK -> clients *cannot* perform authentication flows
~$ cells configure sites
The following sites are currently defined:
+---+-------------------------------+--------------+--------------+
| # | BIND(S) | TLS | EXTERNAL URL |
+---+-------------------------------+--------------+--------------+
| 0 | https://cells.example.com:443 | Lets Encrypt | |
+---+-------------------------------+--------------+--------------+
Use the arrow keys to navigate: ↓ ↑ → ←
# OK
~$ cells configure sites
The following sites are currently defined:
+---+-------------------------------+--------------+---------------------------+
| # | BIND(S) | TLS | EXTERNAL URL |
+---+-------------------------------+--------------+---------------------------+
| 0 | https://cells.example.com:443 | Lets Encrypt | https://cells.example.com |
+---+-------------------------------+--------------+---------------------------+
If this is not enough, please provide more details.