-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to open URL in mobile browser or to connect server with android app #289
Comments
The reverse proxy that is used for distributing requests between different containers requires to use a hostname. On other devices you can achieve this either by adding nextcloud.local pointing to your local wifi ip in /etc/hosts or you need to use a custom dns server for that https://juliushaertl.github.io/nextcloud-docker-dev/basics/hostnames/#use-dns-service-discovery-on-macos |
@juliushaertl i have added my ip in etc/hosts But in my phone i can not open Am i doing wrong here ? |
You will need to change the hosts file on the mobile device for this so that it can resolve the hostname. This only works on rooted android devices as far as I'm aware. Otherwise you could use an app like https://www.zenz-solutions.de/personaldnsfilter-wp/ to add custom dns resolution or you need a local dns server as described in the linked documentation above. |
I have PiHole setup as my DNS server on my WiFi LAN network. On the phone, I change the WiFi settings to point DNS to my PiHole IP. In PiHole, I configured |
I have this URL working on my local system which "http://nextcloud.local/index.php/apps/dashboard/"
Questions:
Assume that my wifi nextwork has this ip address :
192.168.X.X
CC: @juliushaertl
The text was updated successfully, but these errors were encountered: