Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-03-19 23:31:27 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-03-19 23:31:27 +0300
commit1d092288a8e53ca338c7154c1c29596ea3601974 (patch)
tree05998bf729c4569a7298cf59c9ac799c75b4a346 /page-securesharing.php
parentf4e92e82c6836f7dcea241db8e9eaef9e9c740b0 (diff)
add new page on permissions and ACLs
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-securesharing.php')
-rw-r--r--page-securesharing.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-securesharing.php b/page-securesharing.php
index 5a96bf76..3e6fa83f 100644
--- a/page-securesharing.php
+++ b/page-securesharing.php
@@ -189,7 +189,7 @@
<h2>Your advantages</h2>
<div class="col-md-12">
<h3>No new data silos</h3>
- <p class="section--paragraph">Modern organizations have data in a wide variety of silos like Sharepoint, Windows Network Drives, FTP sites and (often without knowledge of management) Dropbox or Google Drive. Nextcloud acts as a <a class="hyperlink" href="/storage">single file access, sync and share layer</a> across all these storage systems, integrating with enterprise native account handling like LDAP or SAML.</p>
+ <p class="section--paragraph">Modern organizations have data in a wide variety of silos like Sharepoint, Windows Network Drives, FTP sites and (often without knowledge of management) Dropbox or Google Drive. Nextcloud acts as a <a class="hyperlink" href="<?php echo home_url('storage') ?>">single file access, sync and share layer</a> across all these storage systems, integrating with enterprise native account handling like LDAP or SAML.</p>
<p class="section--paragraph">That does not exclude using public cloud, nor requires you to give up on data locality. Nextcloud fits perfectly in a hybrid cloud strategy, enabling access to data on Amazon S3 and other public storage technologies. Even cutting-edge Blockchain storage technologies like <a class="hyperlink" href="https://nextcloud.com/blog/nextcloud-joins-storj-labs-to-deliver-decentralized-secure-storage/">Storj.io</a> and Sia.tech are available to augment storage at extremely low cost.</p>
</div>
</div>
@@ -203,7 +203,7 @@
</div>
<div class="col-md-8">
<h3>Under IT's control</h3>
- <p class="section--paragraph">No matter the storage solution used, Nextcloud can <a class="hyperlink" href="<?php echo home_url('workflow') ?>">ensure corporate policies are followed.</a> Sharing can be restricted through the file firewall, filtering on user properties like location or group, or file properties like (automatically or manually) assigned tags, file type and more. With storage transparent to users, generic data can remain where it is while IT can make sure that business critical or compliance-relevant information is stored on internal infrastructure and does not leave the company. Use our secure <a href="<?php echo home_url('secure-drop') ?>">File Drop</a> to let customers upload files to you in a easy and secure way!</p>
+ <p class="section--paragraph">No matter the storage solution used, Nextcloud can <a class="hyperlink" href="<?php echo home_url('workflow') ?>">ensure corporate policies are followed.</a> Sharing can be restricted through the file firewall, filtering on user properties like location or group, or file properties like (automatically or manually) assigned tags, file type and more. Extensive sharing permissions and restrictions are available, as are <a class="hyperlink" href="<?php echo home_url('permissions') ?>">Access Control Lists</a> for shared folder structures. With storage transparent to users, generic data can remain where it is while IT can make sure that business critical or compliance-relevant information is stored on internal infrastructure and does not leave the company. Use our secure <a href="<?php echo home_url('file-drop') ?>">File Drop</a> to let customers upload files to you in a easy and secure way!</p>
</div>
</div>
</div>