Nextcloud

Revision as of 11:55, 15 October 2024 by HandbookMigration2024 (talk | contribs) ("migration of handbook pages from https://git.kanthaus.online/kanthaus/handbook")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

:cloud: Nextcloud

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.