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

page-securesharing.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 545166d5b76ce873c29a6550882cee200f11130a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/securesharing.css?v=1" rel="stylesheet">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/dsgvo-video-embed.min.css">
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/dsgvo-video-embed.min.js"></script>
<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/broken.jpg">
<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/broken.jpg">
<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/broken.jpg">
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/broken.jpg">
</head>
<div class="background security-background">
	<div class="container">
		<div class="col-md-6 topheader">
			<h1>Secure file exchange</h1>
			<h2>Keep your IT compliant with Nextcloud</h2>
		</div>
	</div>
</div>
<section class="section--intro">
<div class="container">
	<div class="row">
		<div class="col-md-8 col-md-offset-2">
			<p class="section--paragraph text-center">A recent Forrester report notes that unsecured and uncontrolled sharing of data opens the door to loss of version control, auditability, and control over innovative IP, creating business and legal risks.</p>
		</div>
	</div>
	<div class="row">
		<div class="col-md-8 col-md-offset-2">
			<blockquote>Seventy-five percent of companies <small>(…)</small> rely on email for file sharing and collaboration, while more than half use FTP sites.</blockquote>
		</div>
	</div>
	<div class="row">
		<div class="col-md-8 col-md-offset-2">
			<p class="section--paragraph text-center"><span class="avoidwrap">The public cloud is a risky solution! A McAfee survey showed that</span> <span class="avoidwrap"><a class="hyperlink" href="https://www.zdnet.com/article/report-1-in-4-public-cloud-users-has-had-data-stolen/">25% of organizations using public cloud suffered data theft.</a></span></p>
        </div>
	</div>
</section>
<section>
<div class="container">
	<div class="row">
        <p class="section--paragraph">Forrester urges senior corporate management and IT professionals to shift away from ad-hoc solutions like email, outdated technologies like FTP or customer-grade file sync and share like Dropbox or Google Drive. Key requirements they identify for a solution include:</p>
        <ul>
            <li>Enterprise-grade security, with governance and policies to protect valuable content and code</li>
            <li>Ease of use, working in familiar apps such as email to avoid disruption and adoption challenges</li>
            <li>APIs for integration with engineering, support desk, and other essential work processes</li>
        </ul>
        <p class="section--paragraph">The goal should be to streamline productivity without sacrificing visibility into the distribution of digital knowledge assets.</p>
        <br>
	</div>
</div>
</section>
<section>
<div class="container">
    <div class="row">
        <div class="col-md-8 col-md-offset-2">
            <h3 class="section--paragraph__title text-center">Get started today!</h3>
            <p class="section--paragraph text-center">Enhance employee productivity and increase cost efficiency with the market-leading on-premises content collaboration platform.</p>
            <p class="section--paragraph text-center"><a href="<?php echo home_url('enterprise/buy') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Contact us');?></a></p>
        </div>
    </div>
</div>
</section>
<section class="section--compliance">
<div class="container-fluid banner quote">
    <div class="container">
    <div class="row">
        <div class="col-md-6">
            <h3>Current 'solution': email</h3>
            <p class="section--paragraph">Over half of the teams managed by respondents is reported to use public, consumer grade file sharing services and email to share code, patches and other intellectual property within the organization as well as with customers. Forrester notes that these solutions neither protect intellectual property and competitive advantage but also offer little control or rights management, nor audit and tracking controls.</p>
            <p class="section--paragraph">And indeed, the McAfee survey shows data loss and theft occur regularly. Worse, targetted ransomware attacks are on the rise and the average cost to businesses is growing even faster. Change is needed.</p>
            <h3>Concerns about new technologies</h3>
            <p class="section--paragraph">But introducing a new technology can be disruptive. A key concern cited by 72% of the respondents is the creation of new content silos. Having to migrate data and manage it in a new location, the goals of simplifying work flows while strengthening governance will not be achieved.</p>
        </div>
        <img class="big-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/headers/email.jpeg">
        <img class="small-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/headers/email-small.jpeg">
    </div>
    </div>
</div>
</section>
<section class="section--solution">
<div class="container">
	<div class="row">
        <div class="col-md-4 image--feature">
            <img class="img-responsive acess__anywhere" src="<?php echo get_template_directory_uri(); ?>/assets/img/common/access-anywhere.png" alt="access on any device" >
        </div>
        <div class="col-md-8">
            <h2>A real solution</h2>
            <p class="section--paragraph">By providing businesses a <a class="hyperlink" href="https://nextcloud.com/blog/the-issue-with-public-cloud/">self hosted</a> file access, sync and share solution with powerful integration in existing infrastructure and storage solutions, Nextcloud makes data available to users wherever it is. No need for new storage solutions or moving all data over. Easy integration and quick deployment brings organizations immediately in a compliant, secure state.</p>
            <h3 class="section--paragraph__title">Secure with a low barrier to entry</h3>
            <p class="section--paragraph">Its familiar, easy to use interface on web, mobile and desktop allows users to work efficiently and be confident everybody has access to the same, latest version of data. Its enterprise capabilities ensure IT maintains <a class="hyperlink" href="<?php echo home_url('workflow') ?>">full control</a> over sharing, retention and availability of data within and across the boundaries of the organization.</p>
            <h3 class="section--paragraph__title">Decentralized and hybrid</h3>
            <p class="section--paragraph">Last but not least, Nextcloud is a perfect fit for a <strong>Hybrid Cloud strategy,</strong> enabling universal access to data irrespective of where it is stored: on an internal network, in the cloud or even at a partner. Through <a class="hyperlink" href="<?php echo home_url('globalscale') ?>">Global Scale,</a> it is possible to host multiple separate Nextcloud servers to ensure data locality rules are while inter-server sharing and encryption of unsafe storage ensure data is both safe and seamlessly accessible at all times.</p>
		</div>
    </div>
</div>
</section>

<section class="section--benefits">
<div class="container-fluid quote">
    <div class="container">
        <h2 class="text-center">Key benefits</h2>
        <div class="row">
            <div class="col-md-4">
                <div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/firewall.svg" /></div>
                <h3 class="section--paragraph__title text-center">Why self-hosting?</h3>
                <p class="section--paragraph text-center">Simply keeping your data behind your company firewall rather than in the cloud makes compliance and security easy.</p>
                <p class="section--paragraph text-center">With Nextcloud, you don't lose the benefits of modern cloud collaboration and team productivity!</p>
            </div>
            <div class="col-md-4">
                <div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/people.svg" /></div>
                <h3 class="section--paragraph__title text-center">Why file sync and share?</h3>
                <p class="section--paragraph text-center">Your FTP or Windows Network Drive simply don't suffice - employees work around, rather than with them, using Dropbox and other unsafe solutions.</p>
                <p class="section--paragraph text-center">Nextcloud puts your IT back in control over your data.</p>
            </div>
            <div class="col-md-4">
                <div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/tools.svg" /></div>
                <h3 class="section--paragraph__title text-center">Why Nextcloud?</h3>
                <p class="section--paragraph text-center">Nextcloud provides an unique combination of security and control over data without compromising usability.</p>
                <p class="section--paragraph text-center">Being open source means no vendor lock in and an unprecedented degree of integration in enterprise infrastructure.</p>
            </div>
        </div>
        <div class="row">
            <div class="col-md-6 col-md-offset-3">
                <h3 class="section--paragraph__title text-center">Fast deployment: secure your data <strong>now</strong></h3>
                <p class="section--paragraph text-center">Nextcloud is famously easy to deploy and easy to use, a key reason behind its market leadership.</p>
            </div>
        </div>
	</div>
</div>
</section>

<section>
<div class="container">
    <div class="row feature-row">
        <div class="col-md-6 image--floated">
            <a><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/iPhone6s-talk-chat.png" alt="in action"/></a>
        </div>
        <div class="col-md-6 feature--block">
            <h2>Future-ready: built in collaboration</h2>
            <p>Gartner typically calls solutions in this space Enterprise File Sync and Share or EFSS. In the last years, the market has been moving on to providing a next generation EFSS, called Content Collaboration Platform, integrating online document editing, communication and planning capabilities complementing the file exchange technologies.</p>
            <p>Nextcloud is a leading vendor in this new space, offering these capabilities with <a class="hyperlink" href="<?php echo home_url('groupware') ?>">Nextcloud Groupware</a> and <a class="hyperlink" href="<?php echo home_url('talk') ?>">Nextcloud Talk</a>, delivering seamless communication features integrated in Files. Users can attach a note to shares, comment on files, open a chat or even start a call directly, connecting files to these conversations to keep track of it all. Integrated email and calendaring connect projects and teams to the files they work with, and with Deck, Nextcloud provides a kanban board app which works together with all those.</p>
        </div>
    </div>
        <div class="row feature-row">
        <div class="col-md-6">
            <div data-type="youtube" data-video-id="Nr7cGN6ZJM0"></div>
            <iframe width="100%" height="315" src="https://www.youtube-nocookie.com/embed/Nr7cGN6ZJM0" frameborder="0" allow="autoplay; encrypted-media; picture-in-picture" allowfullscreen></iframe>
        </div>
        <div class="col-md-6 feature--block">
            <p>Rather than tacked on after-the-fact through an external or third-party app that simply opens a new browser tab, Nextcloud has collaboration truly integrated. Watch the short video to see how a text editing session with chat and a video call on the side works.</p>
            <p>All these functions are available on-the-go and work across organizational boundaries, allowing users to self-manage thanks to built in support for creating guest accounts by users as well as public sharing links that require no login but can be protected by a password.</p>
        </div>
    </div>
    <div class="row">
    <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">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>
</div>
</section>
<section>
<div class="container">
    <div class="row">
        <div class="col-md-4 image--floated  image--feature">
            <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/firewall.png" alt="Nextcloud File Firewall" >
        </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>
   		</div>
    </div>
</div>
</section>
<section>
<div class="container">
    <div class="row">
        <div class="col-md-6 image--feature">
            <img class="img-responsive acess__anywhere" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/endtoend-android2-nw.png" alt="access on any device" >
        </div>
	    <div class="col-md-6">
            <h3>With uniquely layered encryption</h3>
            <p class="section--paragraph">Nextcloud offers a supremely easy to use, well integrated file sync and share solution with an uniquely layered approach to security. Together with the support for nearly any storage technology, it features server-side encryption and offers the ability to employ <a href="<?php echo home_url('encryption') ?>">end-to-end, client side encryption</a> for a subset of user files. Rather than making it an either-or choice, your business can rely on utmost security where it is needed but keep collaborative online document editing and full-text search on the server over the rest of the stored data.</p>
		</div>
    </div>
</div>
</section>
<section>
<div class="container">
    <div class="row feature-row">
        <div class="col-md-6 image--feature image--floated new-img">
            <a><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/ransomware-recovery.png" alt="in action"/></a>
        </div>
        <div class="col-md-6 feature--block">
            <h3 class="section--paragraph__title"><?php echo $l->t('Best Ransomware protection in the industry');?></h3>
            <p class="section--paragraph"><?php echo $l->t('Ransomware attacks are becoming more targetted as lots of money can be extracted from businesses and government organizations. While insurance can cover direct costs, the disruption to business is immense regardless. Nextcloud goes far beyond competing solutions, offering automated, one-click ransomware recovery tools.');?></p>
            <a href="https://nextcloud.com/blog/amidst-rising-ransomware-costs-another-us-city-pays-hundreds-of-thousands-to-recover-data/" class="button button--blue button--arrow button--large"><?php echo $l->t('Ransomware risks and protection');?></a>
        </div>
    </div>
</div>
</section>
<section>
<div class="container">
    <div class="row">
        <div class="col-md-6 image--floated">
            <iframe width="100%" height="250" src="https://www.youtube-nocookie.com/embed/I5wcLS9xxMw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
        </div>
	    <div class="col-md-6">
            <h3>At global scale and ensuring data locality</h3>
			<p class="section--paragraph">Our unique <a href="<?php echo home_url('globalscale') ?>" class="hyperlink">Global Scale</a> technology enables multiple Nextcloud instances to work as one, enabling enterprises to maintain multiple locations. Local regulations to ensure data locality can be satisfied without user impact and scaling to millions of users can be done cost-effectively.</p>
		</div>
    </div>
</div>
</section>
<section>
<div class="container">
    <div class="row">
        <div class="col-md-12">
            <h2>Designed for the real world</h2>
            <p class="section--paragraph">Users can access data on a FTP drive shared with another company; while data stored on an external object storage could be encrypted using server-side encryption so the storage provider has no way to compromise their security.</p>

            <p class="section--paragraph">Meanwhile, files from the HR department are always enforced to be end-to-end encrypted on their clients, protecting their files from even the worst case of a full server breach.</p>

            <p class="section--paragraph">In the back-end, IT can use a mix of local NFS or SharePoint storage, public S3 compatible storage and even blockchain technology to find the perfect mix between performance, reliability, security and cost.</p>

            <p class="section--paragraph">The layered approach to security makes sure users have the maximum amount of productivity in their web interface while making sure sensitive data receives the ultimate protection, client-to-client. Keeping it all in a single solution simplifies management and avoids mistakes from users or IT departments that might cause costly data leaks.</p>
        </div>
	</div>
</div>
</section>
<div class="container-fluid quote">
	<div class="container">
		<div class="row">
			<div class="col-md-8 col-md-offset-2 featureblock">
				<p class="text-center">Contact us to learn how we can help you secure corporate data.</p>
				<div class="text-center morebuttondiv">
					<a href="<?php echo home_url('buy') ?>" class="button button--large button--arrow">Contact us <i class="icon-arrow-circle-o-right icon"></i></a>
				</div>
			</div>
		</div>
	</div>
</div>