From 8b93c488e8bf6191636c152bad3ded3f3d8a1eb0 Mon Sep 17 00:00:00 2001 From: e-alfred Date: Thu, 30 Apr 2020 13:49:25 +0200 Subject: [PATCH] Removed old Owncloud references --- Home.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index a417630..e62fc96 100644 --- a/Home.md +++ b/Home.md @@ -8,17 +8,17 @@ ownCloud SMS access to some useful datas: * Network # App installation -To use Android Application, install it from [F-Droid](https://f-droid.org/packages/fr.unix_experience.owncloud_sms/) +To use the Android Application, install it from [F-Droid](https://f-droid.org/packages/fr.unix_experience.owncloud_sms/). -Go to Android **Settings**, select **Add Account** and **ownCloud-SMS**. +Go to Android **Settings**, select **Add Account** and **Nextcloud-SMS**. -Now set your server URL like this: **https://owncloud.example.org/**. If ownCloud is hosted under a subdir, you can set https://owncloud.example.org/owncloud, for example. +Now set your server URL like this: **https://nextcloud.example.org/**. If Nextcloud is hosted under a subdirectory, you can set it to https://nextcloud.example.org/nextcloud, for example. Type your login and your password, and wait for the login. That's all. # App parameters -When an account was created, going back to **Settings** and select **ownCloud-SMS**. +When an account was created, go back to **Settings** and select **ownCloud-SMS**. You can select the following parameters: @@ -26,9 +26,9 @@ You can select the following parameters: * Enable sync on: 2G, 3G, 4G, GPRS and Wi-Fi # App mechanics -The application uses three mechanics to push your messages to your ownCloud instance +The application uses three mechanics to push your messages to your Nextcloud instance -1. Periodic sync: it's a differential sync performed between your device and your ownCloud instance. Device ask the server for its SMS stored list and send the missing messages to server. This sync is **periodic** (default: 3 hours). +1. Periodic sync: It's a differential sync performed between your device and your Nextcloud instance. Device ask the server for its SMS stored list and send the missing messages to server. This sync is **periodic** (default: 3 hours). 2. Push on send/received: When your first received a message after a phone start or an account configuration, the phone start a push on send/received message. Each time your send or received a message, the phone push the message to the server, if data was available.