RAM
Since we are running the Nextcloud All-in-one at least 8GB of ram is needed for reasonable performance.
Plugins (Nextcloud calls these "Apps")
- Nextcloud Talk
- Nextcloud Deck
Since we are running the Nextcloud All-in-one at least 8GB of ram is needed for reasonable performance.
The Talk mobile apps are rubbish, do not use them, use browsers instead.
End-to-End encryption of text messages synchronisation between Talk Conversation based on replication via mqtt.
Get the correct conversation token first by listing out conversations:
https://nextcloud-talk.readthedocs.io/en/stable/conversation/
Using the chat API
curl --data '{"token":"<roomid>","message":"hi there"}' -H "Content-Type: application/json" -H "Accept: application/json" -H "OCS-APIRequest: true" -H "Authorization: \"Basic ********=\"" -v -X POST https://mydomain.tld/ocs/v2.php/apps/spreed/api/v1/chat/<roomid>
Get the correct conversation token first by listing out conversations:
https://nextcloud-talk.readthedocs.io/en/stable/conversation/
Using the chat API
https://<server>/ocs/v2.php/apps/spreed/api/v1/chat/<chat_id>?lookIntoFuture=1&limit=5&timeout=10&lastKnownMessageId=<last_processed_message_id>
mysql -u $DB_USER -p -h $HOST -D $DB -e 'SELECT * FROM oc_comments;' > ~/chat_`date +%d.%Y`.log
For managing your TO DOs, it is recommended to
USE Nextcloud Deck plugin
INSTEAD OF Nextcloud Tasks plugin
Deck Releases:
Although Deck in preferred, some integration with Tasks is available. Use of Tasks may be supported by local citizen ecosystems, but is NOT SUPPORTED globally by 88.io.
Deck has Read support for CalDAV:
Write support is coming:
One Board
in Deck is one Task List
in Tasks.
Mobile Apps are available and may be supported by local citizen ecosystems, but is NOT SUPPORTED globally by 88.io.
The tags within each board CANNOT be shared with other boards.
Since each board has DIFFERENT tags, to move Cards between boardss we need to:
so even if the name and colour are the same they are NOT the same