Skip to content
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

Add note about mounting WebDAV after server is listening #57

Open
simonsan opened this issue Jan 31, 2024 · 1 comment
Open

Add note about mounting WebDAV after server is listening #57

simonsan opened this issue Jan 31, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@simonsan
Copy link
Collaborator

I think we should add a message like "please open or mount the served webdav using something like dav://localhost:8000". Unfortunately the last two [INFO] message come from the http server framework we are using, so nothing under our control..

I wouldn't try to open something directly - this makes it again very much platform dependent and users may have different preferences. But adding some text to the docu that users have to manually open/mount the webdav service may be also good!

Originally posted by @aawsome in rustic-rs/rustic#1029 (reply in thread)

@kapitainsky
Copy link
Contributor

Please note that on macOS you can not mount dav://localhost:8000

but http://[::1]:8000 or http://localhost:8000 directly from Finder (file browser).

Go -> Connect to server -> http://localhost:8000 -> acknowledge that you are ok using non secure connections -> choose Guest user -> Connect

@simonsan simonsan added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants