diff --git a/views/site_files/mount_info.erb b/views/site_files/mount_info.erb index 4b9e6f20..2f48a6b0 100644 --- a/views/site_files/mount_info.erb +++ b/views/site_files/mount_info.erb @@ -22,18 +22,21 @@ This feature requires a supporter account. Click here to become a supporter.

<% else %> -

Instructions for Windows

+

Instructions per operating system

+ +

Windows

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. +

-

Instructions for OSX

+

macOS

- Use these instructions, and use this URL to connect: https://neocities.org/webdav + Use these instructions, and use this URL to connect: https://neocities.org/webdav
Enter login info when requested.

@@ -42,22 +45,33 @@ You can also try out Cyberduck or Mountain Duck if you run into any issues.

-

Instructions for Linux (Ubuntu)

+

Linux (Gnome)

  1. Open Nautilus.
  2. -
  3. Press ALT-L to show the location bar.
  4. -
  5. Type davs://neocities.org/webdav into location bar.
  6. +
  7. Press CTRL-L to show the location bar.
  8. +
  9. Type davs://neocities.org/webdav into location bar.
  10. Enter your login into the popup.

-

Instructions for Linux (command line)

+

Linux (mount as filesystem)

- For command line, use the davfs2 package. + To mount the WebDAV as a folder in your filesystem use the davfs2 package.

+ +

Accessing multiple sites

+ +

+ 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 %>