Nextcloud: Difference between revisions
Post-migration cleanup |
list style fixes |
||
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]. |
Revision as of 12:21, 16 October 2024
:cloud: 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
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 Gnomewebdav://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.