πŸ’Ύ Nextcloud SharePoint Backend for External storages
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Arthur Schiwon 5bf8f7bb67
Merge pull request #197 from nextcloud/automated/update-workflows/default
chore: update workflows from templates
2024-02-12 10:56:17 +01:00
.github/workflows chore: update workflows from templates 2024-02-05 17:28:21 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:56:56 +00:00
appinfo feat(deps): Add Nextcloud 29 support on master 2023-12-18 11:22:57 +01:00
composer build step updates 2023-03-07 13:49:33 +01:00
img Add Sharepoint icon, fix #1 2017-04-27 20:21:43 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-01-04 01:31:14 +00:00
lib build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00
screenshots add screenshot for the store 2017-04-26 17:16:17 +02:00
tests build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00
vendor-bin/php-scoper build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00
.gitignore build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00
.nextcloudignore build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00
.php-cs-fixer.dist.php update GH actions 2023-01-27 10:39:23 +01:00
COPYING commit skeletion 2017-04-26 15:09:54 +02:00
LICENSE Initial commit 2017-04-26 15:01:48 +02:00
Makefile bump version in Makefile, too 2018-12-14 13:29:42 +01:00
README.md Office365 Onedrive documention 2022-07-13 18:08:26 +05:00
composer.json build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00
composer.lock build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00
issue_template.md Let's have an issue template here as well 2018-03-19 17:37:44 +01:00
krankerl.toml build step updates 2023-03-07 13:49:33 +01:00
lib-vendor-organizer.php build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00
phpunit.xml Update master php testing versions 2022-04-11 19:46:42 +00:00
scoper.inc.php build(deps): scope dependencies with php-scoper 2024-01-11 11:35:58 +01:00

README.md

SharePoint

πŸ’Ύ Nextcloud SharePoint Backend for External storages

The SharePoint Backend allows administrators to add SharePoint document libraries as folders in Nextcloud. This offers an easy way for users to access SharePoint data in the same place where they find their other files, facilitating collaboration and sharing within and across the borders of the organization. Users can use the desktop client, mobile apps or web interface and comment, tag, share and collaboratively edit files on SharePoint just like with any other data on Nextcloud.

screenshot

Supports SharePoint 2013, 2016, 2019 (experimental) and SharePoint Online (Office 365). Nextcloud accesses SharePoint through the SharePoint REST API and uses SAML Token authentication, with a fallback to NTLM auth. Nextcloud respects file access permissions associated with its configured user credentials. Versioning and sharing are handled by Nextcloud.

How To Add Office 365 Onedrive

Make sure you have enabled External storage support and the Sharepoint app. Then go to Administration Settings and select External Storage and add Sharepoint as follow: First, you need to get your remote's URL:

Go here to open your OneDrive or to sign in Now take a look at your address bar, the URL should look like this: https://[YOUR-DOMAIN]-my.sharepoint.com/personal/[YOUR-EMAIL]/_layouts/15/onedrive.aspx You'll only need this URL up to the email address as "Host". After that, you'll most likely want to add "Documents" as "Document Library". That subdirectory contains the actual data stored on your OneDrive. Then enter your email as "Username" and password and you are good to go. Credit goes to rclone.

Learn more about External Storage and SharePoint on https://nextcloud.com/storage/