I'm running into an issue using the mobile app. My setup is as follows:
I'm running docker-joplin-server on a Proxmox VM. I’m also running nginx-proxy-manager on the same docker stack. I point “joplin.custom.domain” to the ip address of the docker VM. I’ve set up the Joplin windows 10 app on two devices and used “http://joplin.custom.domain”. This has worked wonderfully and I’m very pleased. I do not have any ports open and am only using wireguard for remote access.
The issue I have is that when I put the same address into my iPhone app, it gives a connection error. I read somewhere that it requires https to work, but if I test using the IP of the VM (“http://192.168.10.102:22300”) it works. I suppose I could change:
Is there a way to make this work without using https or without setting the base url to the IP and port?
I'm running into an issue using the mobile app. My setup is as follows:
I'm running docker-joplin-server on a Proxmox VM. I’m also running nginx-proxy-manager on the same docker stack. I point “joplin.custom.domain” to the ip address of the docker VM. I’ve set up the Joplin windows 10 app on two devices and used “http://joplin.custom.domain”. This has worked wonderfully and I’m very pleased. I do not have any ports open and am only using wireguard for remote access.
The issue I have is that when I put the same address into my iPhone app, it gives a connection error. I read somewhere that it requires https to work, but if I test using the IP of the VM (“http://192.168.10.102:22300”) it works. I suppose I could change:
Is there a way to make this work without using https or without setting the base url to the IP and port?