You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I ended up just using the ip of my vm with the port (http://192.168.0.1:22300) and got it working. This will suffice for now until I can work through the reverse proxy.
- Ben Wagner
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?
The text was updated successfully, but these errors were encountered: