NextCloud

nextcloud.com
NextCloud

A complete self-hosted productivity platform, with a strong community and growing app store. NextCloud is similar to (but arguably more complete than) Google Drive, Office 365 and Dropbox. Clear UI and stable native apps across all platforms, and also supports file sync. Supports encrypted files, but you need to configure this yourself. Fully open source.

Open Source

NextCloud Privacy Policy

Privacy Policy Summary

  • The terms for this service are translated into different languages
  • Only necessary user logs are kept by the service to ensure quality
  • User logs are deleted after a finite period of time
  • The service provides details about what kinds of personal information they collect
  • The service provides information about how they collect personal data
  • The service provides information about how they intend to use your personal data
  • IP addresses of website visitors are not tracked
  • The forum of this service is only available to users over 10 years of age
  • Users can access most of the pages on the service's website without revealing any personal information
  • This service respects your browser's Do Not Track (DNT) headers
  • This service tracks which web page referred you to it
  • The service does not share user information with third parties
  • Third parties are involved in operating the service
  • The service does not use third-party analytics or tracking platforms
  • Tracking cookies refused will not limit your ability to use the service
  • This service gives your personal data to third parties involved in its operation
  • The services will notify users if personal data has been affected by data breaches
  • This service reserves the right to disclose your personal information without notifying you
  • The service may change its terms at any time, but the user will receive notification of the changes.
  • Users who have been permanently banned from this service are not allowed to re-register under a new account
  • Prohibits political discussions or campaigning
  • You have the right to leave this service at any time
  • You are responsible for maintaining the security of your account and for the activities on your account
  • Content is published under a free license instead of a bilateral one
  • Users agree not to use the service for illegal purposes
  • Spidering, crawling, or accessing the site through any automated means is not allowed
  • Users can scrape the site, as long as it doesn't impact the server too much
  • Features of the website are made available under a free software license
  • The service informs you that its privacy policy does not apply to third party websites
  • There is a date of the last update of the agreements
  • You are warned of the potential consequences related to third-party access
  • Third parties used by the service are bound by confidentiality obligations
  • A complaint mechanism is provided for the handling of personal data
  • Your personal data is aggregated into statistics
  • You can opt out of promotional communications
  • Your personal data is not sold
  • The user is informed about security practices

Score

B

Documents

  • Privacy
    Created 13 Sept 18, Last modified 5 years ago

About the Data

This data is kindly provided by tosdr.org. Read full report at: #707

NextCloud Source Code

Author

nextcloud

Description

☁️ Nextcloud server, a safe home for all your data

#cloud#collaboration#decentralized#design#distributed#enterprise#federation#file-sharing#free-software#hacktoberfest#javascript#nextcloud#open-source#opensource#owncloud#php#self-hosting#sharing#usability#ux

Homepage

https://nextcloud.com

License

AGPL-3.0

Created

02 Jun 16

Last Updated

16 Jun 26

Latest version

v34.0.0

Primary Language

PHP

Size

6,648,371 KB

Stars

35,798

Forks

5,003

Watchers

35,798

Language Usage

Language Usage

Star History

Star History

Top Contributors

Recent Commits

  • Stephan Orbaugh (16 Jun 26)

    Merge pull request #60587 from nextcloud/fix/99281/lookup-duplicates fix: trim duplicate search results for external share

  • Micke Nordin (16 Jun 26)

    Merge pull request #61126 from nextcloud/kano-fix-ocm-discovery fix(ocm): merge resource types by name in discovery

  • Peter R. (16 Jun 26)

    Merge pull request #61165 from nextcloud/test/migrate-files-copy-move-playwright test(files): migrate copy/move e2e from Cypress to Playwright

  • Micke Nordin (16 Jun 26)

    Merge pull request #61201 from nextcloud/kano-ocm-notification-event Add OCM Notification Received Event

  • Côme Chilliet (16 Jun 26)

    Merge pull request #61320 from nextcloud/fix/escape-ldap-members-in-filter fix(user_ldap): Escape filter part when searching for group members

  • Carl Schwan (16 Jun 26)

    Merge pull request #61223 from nextcloud/test/migrate-files-download-playwright test(files): migrate files download e2e from Cypress to Playwright

  • Peter Ringelmann (11 Jun 26)

    fix: use files permission enum Signed-off-by: Peter Ringelmann <[email protected]>

  • Peter Ringelmann (10 Jun 26)

    test(files): migrate copy/move e2e from Cypress to Playwright Signed-off-by: Peter Ringelmann <[email protected]>

  • Micke Nordin (09 Jun 26)

    test(ocm): Add tests for deduplication of resourceTypes Also update 3rdparty Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: Micke Nordin <[email protected]>

  • Micke Nordin (09 Jun 26)

    fix(ocm): merge resource types by name in discovery Current code blindy adds any resources to the ocm disocvery, this makes it so that different cloud federation providers can not add different protocols for the same resourceType without the resourceType being duplicated, something that OCM does not allow: ``` REQUIRED: resourceTypes (array) - A list of all resource types this server supports in both the Sending Server role and the Receiving Server role, with their access protocols. Each item in this list MUST itself be an object containing the following fields: name (string) - A supported resource type (file, calendar, contact, ...). Implementations MUST offer support for at least one resource type, where file is the commonly supported one. Each resource type is identified by its name: the list MUST NOT contain more than one resource type object per given name. ... ``` https://datatracker.ietf.org/doc/html/draft-ietf-ocm-open-cloud-mesh-04#name-fields This patch changes this behaviour from this example result: ``` { "name": "folder", "shareTypes": [ "user" ], "protocols": { "webapp": {} } }, { "name": "folder", "shareTypes": [ "user" ], "protocols": { "webapp-receive": { "targets": [ "blank", "iframe" ] } } ``` to: ``` { "name": "folder", "shareTypes": [ "user" ], "protocols": { "webapp": {}, "webapp-receive": { "targets": [ "blank", "iframe" ] } } ``` which is the correct behaviour according to OCM. Signed-off-by: Micke Nordin <[email protected]>

  • Micke Nordin (11 Jun 26)

    test(OCM): Add test that tests the notificationReceived function Signed-off-by: Micke Nordin <[email protected]>

  • Micke Nordin (11 Jun 26)

    feat(OCM): Add event for received notifications OCM is standardizing and expanding the use of notifications and having an event for acting on in apps will be very useful. Signed-off-by: Micke Nordin <[email protected]>

  • Marcel Klehr (16 Jun 26)

    Merge pull request #61190 from nextcloud/feat/taskprocessing-update-completionexpected feat(TaskProcessing): Update completionExpectedAt in Manager#setTaskProgress

  • Simon L. (16 Jun 26)

    Merge pull request #58971 from nextcloud/enh/noid/slow-caps-debug-mode refactor(CapabilitiesManager): log slow capabilities in a single message

  • Côme Chilliet (18 May 26)

    fix(user_ldap): Escape filter part when searching for group members Signed-off-by: Côme Chilliet <[email protected]>

  • Andy Scherzinger (16 Jun 26)

    Merge pull request #61311 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/tmp-0.2.7 chore(deps-dev): Bump tmp from 0.2.6 to 0.2.7 in /build/frontend-legacy

  • Nextcloud bot (16 Jun 26)

    fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]>

  • dependabot[bot] (15 Jun 26)

    chore(deps-dev): Bump tmp from 0.2.6 to 0.2.7 in /build/frontend-legacy Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.6 to 0.2.7. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>

  • Simon L. (15 Jun 26)

    refactor(CapabilitiesManager): log slow capabilities in a single message Instead of logging one message per slow capability (and only in debug mode), collect all slow capabilities and emit a single log entry with all timings, using the highest applicable log level. Signed-off-by: Simon L. <[email protected]> Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Signed-off-by: Simon L. <[email protected]>

  • Simon L. (16 Mar 26)

    fix(CapabilitiesManager): only check execution time if debug mode is enabled Signed-off-by: Simon L. <[email protected]> Co-Authored-By: Anna <[email protected]>

  • Stephan Orbaugh (15 Jun 26)

    Merge pull request #61289 from nextcloud/carl/oauth2-commands feat(oauth2): Add commands for adding and deleting clients

  • Joas Schilling (15 Jun 26)

    Merge pull request #61275 from nextcloud/jtr/test-S3-testFileSizes test(s3): fix flaky EOF check and remove PHP 8.5 skip

  • niv (19 May 26)

    fix: trim duplicate search results for external share Signed-off-by: Maksim Sukharev <[email protected]>

  • Côme Chilliet (15 Jun 26)

    Merge pull request #61295 from nextcloud/fix/fix-ephemeral-session-expiration fix: Use token expiration for ephemeral sessions

  • Andy Scherzinger (15 Jun 26)

    Merge pull request #61253 from nextcloud/fix/theming-preserve-uploaded-favicon fix(theming): preserve uploaded favicon and touch icon

  • Côme Chilliet (15 Jun 26)

    Merge pull request #61292 from nextcloud/fix/fix-backupcode-used-update fix(twofactor_backupcodes): Add a clean helper to set code as used

  • Côme Chilliet (21 May 26)

    chore: Fix CreateSessionTokenCommandTest and add test for ephemeral session Signed-off-by: Côme Chilliet <[email protected]>

  • Côme Chilliet (21 May 26)

    fix: Use token expiration for ephemeral sessions This simplifies the code a lot. Signed-off-by: Côme Chilliet <[email protected]>

  • Côme Chilliet (15 Jun 26)

    chore(tests): Adapt BackupCodeStorageTest to code changes Signed-off-by: Côme Chilliet <[email protected]>

  • Côme Chilliet (26 May 26)

    fix(twofactor_backupcodes): Add a clean helper to set code as used Signed-off-by: Côme Chilliet <[email protected]>

NextCloud Security

5.3/10

Repo Security Summary

Updated 25 May 26

  • Code-Review 5/10
  • Maintained 10/10
  • Security-Policy 10/10
  • Packaging N/A
  • CII-Best-Practices 5/10
  • Dangerous-Workflow 0/10
  • License 10/10
  • Token-Permissions 0/10
  • Signed-Releases N/A
  • Branch-Protection 4/10
  • Binary-Artifacts 10/10
  • Pinned-Dependencies 9/10
  • Fuzzing 0/10
  • SAST 7/10

NextCloud Website

Website

Nextcloud - Open source content collaboration platform

The most popular open source content collaboration platform for tens of millions of users at thousands of organizations across the globe

Redirects

Does not redirect

Security Checks

All 65 security checks passed

Server Details

  • IP Address 85.10.195.17
  • Hostname nextcloud.com
  • Location Nuremberg, Bayern, Germany, EU
  • ISP Hetzner Online GmbH
  • ASN AS24940

Associated Countries

  • DE DE
  • AT AT

Safety Score

Website marked as safe

100%

Blacklist Check

nextcloud.com was found on 0 blacklists

  • AntiSocial Blacklist
  • Artists Against 419
  • Badbitcoin
  • Bambenek Consulting
  • CERT Polska
  • CoinBlockerLists
  • CRDF
  • CryptoScamDB
  • EtherAddressLookup
  • EtherScamDB
  • Fake Website Buster
  • MetaMask EthPhishing
  • NABP Not Recommended Sites
  • OpenPhish
  • PetScams
  • PhishFeed
  • PhishFort
  • Phishing.Database
  • PhishStats
  • PhishTank
  • Phishunt
  • RPiList Not Serious
  • Scam.Directory
  • SecureReload Phishing List
  • Spam404
  • StopGunScams
  • Suspicious Hosting IP
  • ThreatFox
  • ThreatLog
  • TweetFeed
  • URLhaus
  • ViriBack C2 Tracker

Website Preview

Website preview

NextCloud Docker

Container Info

Nextcloud is an open source, self-hosted file sync and communication app platform. Access and sync your files, contacts, calendars and communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!

#Cloud#Productivity#Tools#Other#Web linuxserver/nextcloud:latest

Run Command

docker run -d \
  -p 443/tcp \
  -e PUID=${PUID} \
  -e PGID=${PGID} \
  -e TZ=${TZ} \
  -v /config \
  -v /data \
  linuxserver/nextcloud:latest

Compose File

version: 3.8
services:
  nextcloud-container:
    image: "linuxserver/nextcloud:latest"
    ports:
      - 443/tcp
    environment:
      PUID: 1000
      PGID: 1000
      TZ: America/Chicago
    volumes:
      - /config
      - /data

Environment Variables

  • Var Name Default
  • PUID 1000
  • PGID 1000
  • TZ America/Chicago

Port List

  • 443/tcp

Volume Mounting

  • /config
  • /data

NextCloud Reviews

More Cloud Productivity Suites

  • A zero knowledge cloud productivity suite. Provides Rich Text, Presentations, Spreadsheets, Kanban, Paint a code editor and file drive. All notes and user content, are encrypted by default, and can only be accessed with specific URL. The main disadvantage, is a lack of Android, iOS and desktop apps - CryptPad is entirely web-based. You can use their web service, or you can host your own instance. Price for hosted: free for 50mb or $5/ month for premium.

  • A platform providing online services based on principles of freedom, privacy, federation and decentralization. It is an implementation of NextCloud, with strong encryption configured - it is widely used by journalists, activists and whistle-blowers. It is free to use, but there have been reported reliability issues of the cloud services.

  • An open source platform for self-hosting web apps. Once you've set it up, you can install items from the Sandstorm App Market with -click, similar to NextCloud in terms of flexibility.

  • Vikunja

    Vikunja

    vikunja.io

    Vikunja is an open-source to-do application. It is suitable for a wide variety of projects, supporting List, Gantt, Table and Kanban views to visualize all tasks in different contexts. For collaboration, it has sharing support via private teams or public links. It can be self-hosted or used as a managed service for a small fee.

About the Data: NextCloud

API

You can access NextCloud's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/v1/services/nextcloud

The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.

Share NextCloud

Help your friends compare Cloud Productivity Suites, and pick privacy-respecting software and services.
Share NextCloud and Awesome Privacy with your network!

View Cloud Productivity Suites (5)