Nextcloud: Difference between revisions

From Kanthaus wiki
Post-migration cleanup
Emoji preservation efforts.
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<nowiki>:</nowiki>cloud: We have our own instance of Nextcloud hosted on [[Server|our server]] to store immutable data and our calendar.
☁️ We have our own instance of Nextcloud hosted on [[Server|our server]] to store immutable data and our calendar.


== Who can reach it where? ==
== Who can reach it where? ==
Line 7: Line 7:


== How to mount it as a shared directory on my machine? ==
== How to mount it as a shared directory on my machine? ==
Nextcloud is reachable via the WebDAV protocol. On many Linux variants, you can connect to it in your file manager via the following address (where <code>${my_username}</code> is replaced by your Nextcloud username): * <code>davs://cloud.kanthaus.online/remote.php/dav/files/${my_username}/</code> for Gnome * <code>webdav://cloud.kanthaus.online/remote.php/dav/files/${my_username}/</code> for KDE * You can also mount it manually as a filesystem with [https://docs.nextcloud.com/server/13.0.0/user_manual/files/access_webdav.html#creating-webdav-mounts-on-the-linux-command-line davfs2]
Nextcloud is reachable via the WebDAV protocol. On many Linux variants, you can connect to it in your file manager via the following address (where <code>${my_username}</code> is replaced by your Nextcloud username):
* <code>davs://cloud.kanthaus.online/remote.php/dav/files/${my_username}/</code> for Gnome
* <code>webdav://cloud.kanthaus.online/remote.php/dav/files/${my_username}/</code> for KDE
* You can also mount it manually as a filesystem with [https://docs.nextcloud.com/server/13.0.0/user_manual/files/access_webdav.html#creating-webdav-mounts-on-the-linux-command-line davfs2]


More information about this setup is available in the [https://docs.nextcloud.com/server/13.0.0/user_manual/files/access_webdav.html#accessing-files-using-linux Nextcloud manual], including [https://docs.nextcloud.com/server/13.0.0/user_manual/files/access_webdav.html#accessing-files-using-macos instructions for MacOS] and [https://docs.nextcloud.com/server/13.0.0/user_manual/files/access_webdav.html#accessing-files-using-microsoft-windows Windows].
More information about this setup is available in the [https://docs.nextcloud.com/server/13.0.0/user_manual/files/access_webdav.html#accessing-files-using-linux Nextcloud manual], including [https://docs.nextcloud.com/server/13.0.0/user_manual/files/access_webdav.html#accessing-files-using-macos instructions for MacOS] and [https://docs.nextcloud.com/server/13.0.0/user_manual/files/access_webdav.html#accessing-files-using-microsoft-windows Windows].

Latest revision as of 14:34, 18 October 2024

☁️ We have our own instance of Nextcloud hosted on our server to store immutable data and our calendar.

Who can reach it where?

The address is: https://cloud.kanthaus.online

You need to have an account to access the Nextcloud. Volunteers and Members are given accounts, others can access the kanthaus-public folder via https://kanthaus.online/public

How to mount it as a shared directory on my machine?

Nextcloud is reachable via the WebDAV protocol. On many Linux variants, you can connect to it in your file manager via the following address (where ${my_username} is replaced by your Nextcloud username):

  • davs://cloud.kanthaus.online/remote.php/dav/files/${my_username}/ for Gnome
  • webdav://cloud.kanthaus.online/remote.php/dav/files/${my_username}/ for KDE
  • You can also mount it manually as a filesystem with davfs2

More information about this setup is available in the Nextcloud manual, including instructions for MacOS and Windows.