Zeile 8: |
Zeile 8: |
| Siehe | | Siehe |
| * https://lehrerfortbildung-bw.de/st_digital/netz/virtual/container/docker/index.html | | * https://lehrerfortbildung-bw.de/st_digital/netz/virtual/container/docker/index.html |
| + | |
| + | === Installation auf Synology Diskstation NAS === |
| + | |
| + | Siehe |
| + | * https://mariushosting.com/how-to-install-nextcloud-on-your-synology-nas/ |
| | | |
| === Managed NextCloud === | | === Managed NextCloud === |
| + | Übersicht bei [https://nextcloud.com/sign-up/ NextCloud] - bitte "Change Provider" klicken |
| | | |
| + | Einzelne Provider, die NextCloud as a Service bereitstellen: |
| * https://www.hetzner.com/de/storage/storage-share, mit OnlyOffice, aber nur Möglichkeit, Collabora Online anzubinden | | * https://www.hetzner.com/de/storage/storage-share, mit OnlyOffice, aber nur Möglichkeit, Collabora Online anzubinden |
| * https://cloud.telekom-dienste.de/tarife, inkl. Collabora Online | | * https://cloud.telekom-dienste.de/tarife, inkl. Collabora Online |
Zeile 36: |
Zeile 43: |
| fullLocalDiscoveryInterval=360011000 | | fullLocalDiscoveryInterval=360011000 |
| </pre> | | </pre> |
| + | |
| + | === Zugriff mit Javascript === |
| + | |
| + | Siehe z.B. |
| + | * https://github.com/tentwentyfour/nextcloud-link |
| + | * https://github.com/dom111/webdav-js |
| + | |
| + | Siehe auch [[WebDAV]] |
| + | |
| + | === Zugriff mit curl / WebDAV === |
| + | |
| + | Siehe z.B. |
| + | * https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/basic.html#webdav-basics |
| + | * https://help.nextcloud.com/t/using-curl-wget-to-download-file-from-password-protect-link/86354/6 |
| + | * https://help.nextcloud.com/t/how-to-get-files-from-a-public-share-via-ocs-share-api-without-credentials/141933/7 |
| + | * https://doc.owncloud.com/server/next/developer_manual/webdav_api/ |
| | | |
| == Alternativen == | | == Alternativen == |