diff --git a/views/site_files/mount_info.erb b/views/site_files/mount_info.erb index 4b9e6f20..2612bb43 100644 --- a/views/site_files/mount_info.erb +++ b/views/site_files/mount_info.erb @@ -22,15 +22,18 @@ This feature requires a supporter account. Click here to become a supporter.
<% else %> -Unfortunately, the WebDAV that comes with Windows file manager has issues with SSL, and the problem has not yet been fixed. We recommend using a client like Cyberduck with Windows, which is free and has WebDAV support. You can also try Mountain Duck which will allow you to mount your Neocities site as a hard drive on your computer. +
-Use these instructions, and use this URL to connect: https://neocities.org/webdav @@ -42,22 +45,33 @@ You can also try out Cyberduck or Mountain Duck if you run into any issues.
-
davs://neocities.org/webdav
into location bar.- For command line, use the davfs2 package. + To mount the WebDAV as a folder in your filesystem use the davfs2 package.
+ +
+ By default you can use your username/password combination to access your parent site via WebDAV (This is <%= current_site.parent? ? current_site.username : current_site.parent.username %>
). In case you want to access any other sites you only need to use the site's subdomain name as the username (with the same password for your account).
+
+ You can see a list of your sites in your settings page. +
+ <% end %>