1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Removed old Owncloud references

e-alfred 2020-04-30 13:49:25 +02:00
parent 3a214fc8ac
commit 8b93c488e8

12
Home.md

@ -8,17 +8,17 @@ ownCloud SMS access to some useful datas:
* Network * Network
# App installation # 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. Type your login and your password, and wait for the login.
That's all. That's all.
# App parameters # 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: 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 * Enable sync on: 2G, 3G, 4G, GPRS and Wi-Fi
# App mechanics # 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. 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.