-
Notifications
You must be signed in to change notification settings - Fork 450
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
Documentation not clear on external server access #1168
Comments
It may be helpful to provide a link to where you read that. I found it at:
Everything is explained below that text, but I agree it may be a little confusing when you are new to radicale and read it for the first time. I would perhaps rephrase it like this:
|
That would be a lot better. To make the page more clear it might be an idea to change: Move "When the server is launched, open http://localhost:5232/ in your browser! You can login with any username and password." to the "Local setup" chapter and to the "Remote setup" chapter a bit changed: "When the server is launched, open http://TheIPaddressoftheServer:5232/ in your browser! You can login with any username and password." Also I read "Authentication |
I read: "When everything works, you can get a client and start creating calendars and address books. The server only binds to localhost (is not reachable over the network) and you can log in with any user name and password. "
I do not understand this. There are clients like DAVx⁵ which can contact the server over the network. On the otherhand I read "is not reachable over the network". I am confused by this an I think it can be clearer written down here what is actually the case.
Also I read: "DAVx⁵ Enter the URL of the Radicale server (e.g. http://localhost:5232) and your user name. DAVx⁵ will show all existing calendars and address books and you can create new."
Again confused: How is this going to work. DAVx⁵ is running on an Android device. Radicale is running on a server (not being the Android device DAVx⁵ is running on). How can this work. Localhost has IP 127.x.x.x. which is not reachable from outside the server. I think this also needs clarification.
The text was updated successfully, but these errors were encountered: