Services/StuffCloud: Difference between revisions

From DcUsers
m (Duck moved page Services/OwnCloud to Services/StuffCloud without leaving a redirect)
No edit summary
Line 1: Line 1:
{{Template:Service
{{Template:Service
| description = The OwnCloud service is a webservice used to access, sync, and share your personal data. Currently you can:
| description = The StuffCloud service is a webservice used to access, sync, and share your personal data. Currently you can:
* store your files (and in-place view/edit of certain extensions directly from the web interface)
* store your files and share them with people inside and outside DuckCorp (and in-place view/edit of certain extensions directly from the web interface)
* manage your contacts
* manage your contacts
* manage your calendars
* manage your calendars
* <del>manage your tasks</del> (deactivated because broken at the moment)
* manage your tasks
* manage your web bookmarks (with Firefox Sync)
* manage your notes
* manage your web bookmarks (with browser Sync)
* backup your SMS
* create your own groups (circles)
| prerequisite =
| prerequisite =
| account = global
| account = global
Line 32: Line 35:
* Desktop:
* Desktop:
** remote drive (synchrounous): use XFCE/Gigolo or GNOME/Nautilus
** remote drive (synchrounous): use XFCE/Gigolo or GNOME/Nautilus
** synchronize (asynchronous): use the [http://doc.owncloud.org/desktop/ sync] utility (''owncloud-client'' package on Debian)
** synchronize (asynchronous): use the [https://nextcloud.com/install/#install-clients sync] utility (no Debian package yet)
* Mobile Devices:
* Mobile Devices:
** Android: use the [http://owncloud.org/support/android/ Owncloud] app (available on [http://f-droid.org/ F-Droid]) to synchronize files
** Android: use the [https://nextcloud.com/install/#install-clients NextCloud] app (available on [http://f-droid.org/ F-Droid]) to synchronize files


==== Contacts ====
==== Contacts ====
Line 40: Line 43:
* Desktop: synchronize with GNOME/Evolution
* Desktop: synchronize with GNOME/Evolution
* Mobile Devices:
* Mobile Devices:
** Android: the [http://owncloud.org/support/android/ Owncloud] app should be able to do it in the future, but you may use the [http://dmfs.org/wiki/index.php?title=CardDAV-Sync CardDAV-Sync] app which is [http://dmfs.org/wiki/index.php?title=Open_source_status to be opensourced]
** Android: you may use the [http://dmfs.org/wiki/index.php?title=CardDAV-Sync CardDAV-Sync] app which is [http://dmfs.org/wiki/index.php?title=Open_source_status to be opensourced]
* Webmail:
* Webmail:
** Webdesk (Horde): does not work
** Webdesk (Horde): does not work
** webmail (RoundCube): works nicely with the newest webmail (RoundCube) (see in Settings->Preferences->CardDAV)
** old webmail (Squirrelmail): does not work
** newest webmail (RoundCube): works nicely with the newest webmail (RoundCube) (see in Settings->Preferences->CardDAV)


==== Calendars ====
==== Calendars ====
Line 50: Line 52:
* Desktop: synchronize with GNOME/Evolution
* Desktop: synchronize with GNOME/Evolution
* Mobile Devices:
* Mobile Devices:
** Android: the [http://owncloud.org/support/android/ Owncloud] app should be able to do it in the future, but you may use the [http://dmfs.org/wiki/index.php?title=CalDAV-Sync CalDAV-Sync] app which is [http://dmfs.org/wiki/index.php?title=Open_source_status to be opensourced], or try [http://acal.me/wiki/Main_Page aCal] (available on [http://f-droid.org/ F-Droid]) which does not use the internal calendar and proved quite slow
** Android: you may use the [http://dmfs.org/wiki/index.php?title=CalDAV-Sync CalDAV-Sync] app which is [http://dmfs.org/wiki/index.php?title=Open_source_status to be opensourced], or try [http://acal.me/wiki/Main_Page aCal] (available on [http://f-droid.org/ F-Droid]) which does not use the internal calendar and proved quite slow
* Webmail:
* Webmail:
** Webdesk (Horde): does not work
** Webdesk (Horde): does not work
** webmail (RoundCube): should work but it does not seem to parse events properly even if there's no errors (see in Settings->Preferences->Calendar and the Provider field)
** old webmail (Squirrelmail): does not work
** newest webmail (RoundCube): should work but it does not seem to parse events properly even if there's no errors (see in Settings->Preferences->Calendar and the Provider field)


==== Tasks ====
==== Tasks ====
Line 64: Line 65:
** Android: the [https://github.com/dmfs/tasks Task] app works well (available on [http://f-droid.org/ F-Droid])
** Android: the [https://github.com/dmfs/tasks Task] app works well (available on [http://f-droid.org/ F-Droid])
** Webdesk (Horde): ???
** Webdesk (Horde): ???
** old webmail (Squirrelmail): ???
** webmail (RoundCube): ???

** newest webmail (RoundCube): ???
==== Web Bookmarks ====

The application "save to Nextcloud Bookmarks" on F-Droid is supposed to work but…


== Documentation ==
== Documentation ==


* ''OwnCloud'' section in the [http://owncloud.org/support/ Help Page]
* ''NextCloud'' section in the [https://docs.nextcloud.com/ Documentation Page]


== Technical Details ==
== Technical Details ==


This service is made using:
This service is made using:
* [http://owncloud.org/ OwnCloud]
* [https://nextcloud.com/ NextCloud]

Revision as of 19:45, 25 June 2017

Service 'StuffCloud'
Description The StuffCloud service is a webservice used to access, sync, and share your personal data. Currently you can:
  • store your files and share them with people inside and outside DuckCorp (and in-place view/edit of certain extensions directly from the web interface)
  • manage your contacts
  • manage your calendars
  • manage your tasks
  • manage your notes
  • manage your web bookmarks (with browser Sync)
  • backup your SMS
  • create your own groups (circles)
Prerequisite None
Account Global IPv6 Ready Yes
Security Notes This service is secure but beware when sharing your data to other people.

Warning! Remember not to use this service to store illegal or non-free data.


Access

Web Interface

Use this URL in your browser:

https://stuff.milkypond.org/

Then you can setup your contacts, calendars, and store files.

WebDAV Interface

You can use the WebDAV interface to sync your data from a desktop application or you mobile device. Applications can use the main address of the web interface (see above) with your credentials and should be able to discover you data, but sometimes they have limitations and you need to specify a full ugly link ; in this case you can find the link in the interface, either on the resource to access or in your personal settings page.

Files

  • Desktop:
    • remote drive (synchrounous): use XFCE/Gigolo or GNOME/Nautilus
    • synchronize (asynchronous): use the sync utility (no Debian package yet)
  • Mobile Devices:

Contacts

  • Desktop: synchronize with GNOME/Evolution
  • Mobile Devices:
  • Webmail:
    • Webdesk (Horde): does not work
    • webmail (RoundCube): works nicely with the newest webmail (RoundCube) (see in Settings->Preferences->CardDAV)

Calendars

  • Desktop: synchronize with GNOME/Evolution
  • Mobile Devices:
  • Webmail:
    • Webdesk (Horde): does not work
    • webmail (RoundCube): should work but it does not seem to parse events properly even if there's no errors (see in Settings->Preferences->Calendar and the Provider field)

Tasks

It may be provided by your calendar application.

  • Desktop: ???
  • Mobile Devices:
    • Android: the Task app works well (available on F-Droid)
    • Webdesk (Horde): ???
    • webmail (RoundCube): ???

Web Bookmarks

The application "save to Nextcloud Bookmarks" on F-Droid is supposed to work but…

Documentation

Technical Details

This service is made using: