All Projects → nextcloud → Ocsms

nextcloud / Ocsms

Licence: agpl-3.0
📱 Nextcloud/ownCloud PhoneSync server application

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Ocsms

Xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Stars: ✭ 89 (-45.4%)
Mutual labels:  nextcloud
Forms
📝 Simple form & survey app for Nextcloud
Stars: ✭ 127 (-22.09%)
Mutual labels:  nextcloud
Onlyoffice Nextcloud
The app which enables the users to edit office documents from Nextcloud using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to Nextcloud
Stars: ✭ 145 (-11.04%)
Mutual labels:  nextcloud
Nextcloudpi
📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer...
Stars: ✭ 1,340 (+722.09%)
Mutual labels:  nextcloud
Aria2 Ariang X Docker Compose
Docker compose files for Aria2+ AriaNg+ filerun/ Nextcloud/ h5ai + Plex. 图形化BT,磁力,离线下载,文件管理,播放,投屏
Stars: ✭ 1,581 (+869.94%)
Mutual labels:  nextcloud
Passwords
A simple, yet feature rich password manager for Nextcloud
Stars: ✭ 134 (-17.79%)
Mutual labels:  nextcloud
Cms pico
🗃 Integrate Pico CMS and let your users manage their own websites
Stars: ✭ 84 (-48.47%)
Mutual labels:  nextcloud
Nextnote
A full Evernote / OneNote style WYSIWYG note editor for Nextcloud / ownCloud. Join our telegram at: https://t.me/NextNote
Stars: ✭ 151 (-7.36%)
Mutual labels:  nextcloud
Nextcloud Backup Restore
Moved to codeberg.org - https://codeberg.org/DecaTec/Nextcloud-Backup-Restore - Bash scripts for backup/restore of Nextcloud
Stars: ✭ 115 (-29.45%)
Mutual labels:  nextcloud
Polls
🗳️ Polls app for Nextcloud
Stars: ✭ 144 (-11.66%)
Mutual labels:  nextcloud
Team Container
A collection of containers to prepare a server for collaboration.
Stars: ✭ 100 (-38.65%)
Mutual labels:  nextcloud
Desktop
💻 Desktop sync client for Nextcloud
Stars: ✭ 1,787 (+996.32%)
Mutual labels:  nextcloud
Hrcloud2
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
Stars: ✭ 134 (-17.79%)
Mutual labels:  nextcloud
Nextcloud Libreoffice Online
Docker configuration for Nextcloud with LibreOffice Online (plain http, no SSL support)
Stars: ✭ 92 (-43.56%)
Mutual labels:  nextcloud
Alephnote
Lightweight note taking client for Simplenote or Standard Notes (or simply local storage)
Stars: ✭ 149 (-8.59%)
Mutual labels:  nextcloud
Nextcloud Vue
🍱 Vue.js components for Nextcloud app development ✌
Stars: ✭ 89 (-45.4%)
Mutual labels:  nextcloud
Docker Clamav
Multi-arch dockerized open source antivirus for use with file sharing containers, REST API or TCP.
Stars: ✭ 133 (-18.4%)
Mutual labels:  nextcloud
Photos
📸 Your memories under your control
Stars: ✭ 157 (-3.68%)
Mutual labels:  nextcloud
Appstore
🏪 App Store for Nextcloud
Stars: ✭ 149 (-8.59%)
Mutual labels:  nextcloud
Dicomviewer
DICOM Viewer in Nextcloud
Stars: ✭ 139 (-14.72%)
Mutual labels:  nextcloud

Phone Sync (for Nextcloud & ownCloud)

Phone Sync provides a webinterface to display your SMS conversations. SMS conversations are pushed by your Android devices using the Android client, available on F-Droid.

▶️ Access

The app is available on the Nextcloud App Store, so installing is as easy as:

  1. Navigate in your Nextcloud instance to the "Apps"
  2. Select the category "Multimedia"
  3. Click "activate"

❓ Solve encoding errors on MySQL

If you are on MySQL or MariaDB and have the following issue with the database:

Incorrect string value: '\xF0\x9F\x98\x89' for column 'sms_msg' at row 1

The cause may be that you have to enable 4-byte support.

Here is a guide: https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html

❓ Solve InnoDB 'Index column size too large' error on MySQL

If you are on MySQL or MariaDB and have the following issue with the database:

Index column size too large. The maximum column size is 767 bytes.

You should reconfigure your MySQL server to support a such column size.

Here are some informations: https://stackoverflow.com/questions/30761867/mysql-error-the-maximum-column-size-is-767-bytes/30767600

❓ Solve the synchronisation issues

If you are using FastCGI you must enable buffering in FastCGI but commenting the following line:

fastcgi_request_buffering off;

❓ Using the Android App With 2FA Enabled

If you've enabled 2FA (Two Factor Authentication) logins you may be hit with an incorrect password error. The android client doesn't support logging in with 2FA credentials. Here is a guide to do so, although it says Managing Devices it is the same process for App Passwords: https://docs.nextcloud.com/server/11/user_manual/session_management.html#managing-devices

👀 Screenshot

Screenshot

🔗 Requirements

❗️ Reporting issues

📓 License

Phone Sync web application is currently licensed under AGPL license.

📓 External Libraries

Twemoji Code licensed under the MIT License, Graphics licensed under CC-BY 4.0. libphonenumber-for-php Code licensed under the Apache 2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].