EDV:Nextcloud

From KIP Wiki
Revision as of 13:49, 6 February 2018 by Lkatting (talk | contribs)
⧼kip-jumptonavigation⧽⧼kip-jumptosearch⧽

Nextcloud is the follower of Owncloud and offers the sharing of files on a webserver. The server address is:

https://nextcloud.kip.uni-heidelberg.de

To use it for sharing files you have to login with your KIP-account. For users from outside it is not possible to login but you can share files with them by sending them a special link that allows the download for everybody for a special time and - if necessary - secured by a password.

An online manual of Nextcloud can be found here.

WebDAV

You can mount your Nextcloud-directory by WebDAV:

Linux

If you like to access your files from a Linux-station by WebDAV you have to look for the link by clicking on "Settings" on the left bottom off the Web-Frontend. Then a WebDAV-link is shown and you can copy it to your explorer/terminal and replace https:// by davs://. Now you have to login to mount your nextcloud-folders.

On the terminal you can mount your WebDAV-folder after installing davfs2 and creating a directory with

sudo mkdir /media/nextcloud

and mount it with

sudo mount -t davfs https://nextcloud.kip.uni-heidelberg.de/nextcloud/remote.php/webdav /media/nextcloud

macOS

To mount the cloud to a Mac you have to open the "Go"/"Gehe zu" menu and select "Connect to a server"/"Mit Server verbinden". As server enter

https://nextcloud.kip.uni-heidelberg.de/nextcloud/remote.php/webdav

and login with your account.

Windows

On Windows you can mount it by the command line with

net use Z: https://nextcloud.kip.uni-heidelberg.de/nextcloud/remote.php/webdav

After that you'll be asked for your username and password.

Sharing files and folders

To share files and folders with other users just click on the strange three dots beside the name. Then a new information table on the right side - depending on the file format - shows a short part of the file. And the option "Sharing" is active. In the box here you can enter another account of KIP or an external mail address. After selecting the user you can check some boxes

  • "can edit" allows the user to change the file
  • "can reshare" allows the user to share the file with other users
  • "set expiration date" set's up the what date the sharing will last
  • and - if the sharing still is enabled - you can disable the sharing with "unshare"

By selecting "Share link" on the bottom a link is creating with which the file can be downloading by everybody who knows the link. You can prevent the downloading by setting a password. And for the link you can also set the date for the live time and give the person who get's the link to change the file.

Nextcloud-Clients

If you like to install a client for your OS just visit the Clients page. Clients for Linux (distribution), macOS and Windows are available.

some basics

upload and download files

To upload a file just select the directory you like to save it in and click the plus-symbol on the top. After that click on upload file and select the file from your local disk. To download a file/directory you have to click on the three dots in the same row as the name on the right side an choose "download".

While uploading a file which already exists (or another file with the same name) nextcloud offers you the possibility to safe the file with a different name. The same is offered by copy

create a folder

If you like to create a directory/folder for some files - for example of a project - you just have to do almost the same as on a PC: You have to click on the plus symbol at the top and select "New Folder". Then you have to give the directory/folder a name by entering it to the textbox and confirm it by pressing enter.

create a text-file

The cloud-system also allows you to create a text-file directly with the webpage. To do that click on the plus-symbol and select "New text file". After entering a file name for the new file a text box is shown in what you can type in a text and save it.

delete files or directories

To do changes to files/directories you have to click on the three dots on the right side of the line and chose it. It's possible (similar as with the file-explorer on your local pc) to

  • show some details
  • rename it
  • move it
  • download it
  • delete it