As organizations are looking to reclaim their digital sovereignty, IONOS and Nextcloud are building the fully featured office suite “Nextcloud Workspace”: a powerful Microsoft 365 alternative. As long-standing partners, we have the expertise to enable large companies and organizations with an all-round office suite as European answer to US products. Announced at the Nextcloud Summit earlier this month, this collaboration for digitally sovereign office software that meets the highest data protection requirements will launch in 2025.

To meet the rigorous needs of public institutions and enterprises, Nextcloud Workspace will integrate a full range of collaboration tools, including file storage and sharing, document editing, email, calendaring, video conferencing, chat, and AI-powered productivity features. Of course, this offering will be fully GDPR compliant and securely hosted in Europe.

Organizations can trust Nextcloud to deliver a fully integrated office and collaboration suite, thanks to the company’s experience in creating the world’s leading private cloud platform. IONOS, Europe’s largest cloud and hosting provider, is the ideal partner to ensure full GDPR compliance and protection from US legal exposure. Hosting will be managed exclusively in Germany, at IONOS’ extensive network of data centers.

    • aksdb@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      I was in the same boat and therefore my nextcloud instance was mostly running for backwards compatibility with a few setups I have, while I mostly use seafile, immich and sogo. But a few days ago I updated to nextcloud hub 10 (I think that’s with nextcloud 31 under the hood) and damn does that run smooth. I was so impressed I got motivated to finally setup the high performance backend for nc talk.

      I still dislike PHP, but nextcloud just won back my heart a little.

        • rumba@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          20 minutes ago

          Not OP, and I don’t particularly hate PHP but I certainly understand why everyone else does. It had a ton of horrible issues that didn’t get fixed until 8. Just really awful stuff like a23+n7=30 , inconsistent syntax, It’s just had a lot of holes over the years. Post perl, It had the next greatest number of plugins and was reasonably rapid so it took off with the inexperienced crowd, But we ended up with a lot of code written by a lot of inexperienced people and a lot of best practices were eschewed. Most of the big software names that run PHP have had a constant stream of really bad vulnerabilities, more so than a lot of other languages. (WordPress, PHPBB, vbulletin, a million horribly written WordPress plugins)

          Personally, in a pinch I’ll still do something in PHP. It’s so incredibly rapid and gives you marginally decent debug right out of the gate with nothing installed.