| Zeile 3: |
Zeile 3: |
| | * [[Google Calendar]] - Webkalender, der mit Desktop / Mobilen Clients synchronisiert werden kann | | * [[Google Calendar]] - Webkalender, der mit Desktop / Mobilen Clients synchronisiert werden kann |
| | * [[Google Contacts]] - synchronisierbares Adressbuch | | * [[Google Contacts]] - synchronisierbares Adressbuch |
| − | * [[Google Documents]], Zoho Office - Online Office Lösung mit der Möglichkeit gemeinsam an einem Dokument arbeiten zu können | + | * [[Google Documents]], Zoho Office - [[Online Office]] Lösung mit der Möglichkeit gemeinsam an einem Dokument arbeiten zu können |
| | | | |
| | == Alternativen == | | == Alternativen == |
| Zeile 9: |
Zeile 9: |
| | === NextCloud === | | === NextCloud === |
| | | | |
| − | NextCloud ist ein Fork von OwnCloud. | + | [[NextCloud]] ist ein Fork von OwnCloud. |
| | + | |
| | + | === ProjectSend === |
| | + | |
| | + | * https://github.com/projectsend/projectsend |
| | | | |
| | === Seafile === | | === Seafile === |
| | | | |
| | Seafile synchronisiert Dateien. | | Seafile synchronisiert Dateien. |
| | + | |
| | + | === Syncthing === |
| | + | |
| | + | [[Syncthing]] konzentriert sich auf die Aufgabe, Dateien zu synchronisieren. |
| | + | |
| | + | Es scheint aktuell auch keine Möglichkeit zu geben, Ordner nicht zu synchronisieren, sondern nur bei Bedarf herunterzuladen. Das dürfte für große Photo/Video-Bibliotheken und Nutzung auf dem Smartphone ein Problem darstellen. |
| | | | |
| | === Pydio === | | === Pydio === |
| Zeile 35: |
Zeile 45: |
| | Der nötige Schlüssel wird folgendermaßen importiert: | | Der nötige Schlüssel wird folgendermaßen importiert: |
| | wget -O - http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_7.0/Release.key | apt-key add - | | wget -O - http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_7.0/Release.key | apt-key add - |
| | + | |
| | + | == OwnCloud API == |
| | + | |
| | + | OwnCloud bietet [https://github.com/owncloud/owncloud-sdk ein Javascript-SDK für den Browser] an, mit dem man auf die API der Owncloud von einer App im '''Browser''' (z.B. mit [[React.js]]) zugreifen kann. Zur Historie siehe [https://gist.github.com/noveens/381b12c830d1b77b99877943f90ebb1b diesen Abriss]. |
| | + | |
| | + | Natürlich kann man auf die OwnCloud auch via [[WebDAV]] zugreifen und [https://nextcloud.com/blog/using-webdav-fs-to-access-files-in-nextcloud/ dafür verschiedene WebDAV-Clients nutzen.]. Siehe [[Informationstechnik#WebDAV]]. |
| | + | |
| | + | Für [[NextCloud]] gibt es eine JavaScript-API für [[Node.js]]: [https://www.npmjs.com/package/nextcloud-node-client nextcloud-node-client]. |
| | | | |
| | == Kalender == | | == Kalender == |