Custom port
b0red opened this issue · comments
Would it be possible to change the port number by the user, because sometimes we need to use a different port for various reasons. Having it hardcoded in the app makes it less useful.
If you mean in the Android App, then you just need to change the URL in the Connection Settings to something like https://my_host:12345
Trilium Server then needs to be available on that port, you can change that with TRILIUM_PORT
environment variable.
Thanks. Will check that out.