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