"With the geo-political developments we have seen in the last year, there is a clear need for a reliable, fully Microsoft-compatible and easy to use sovereign office solution in Europe. Our joint initiative delivers a suite with an extremely familiar interface and capable of working with documents, presentations, and spreadsheets."

https://www.zdnet.com/article/euro-office-a-sovereign-cloud-based-office-suite-google-microsoft-alternative/

#buyfromeu
#cloud
#nextcloud

Euro-Office, Europe's open-source alternative to Microsoft Office and Google Docs, launches June 9

European tech firms will ship the first stable release of Euro-Office next month, giving governments and businesses worldwide a ready-to-run, sovereign alternative to Microsoft Office and Google Docs.

ZDNET

Für den privaten Gebrauch ist #Immich wirklich genial. Super schnell, intuitive Oberfläche, krass gute Gesichtserkennung. Ich liebe alles daran!

Für die Verwendung als gemeinsame Fotoplattform im Verein, könnte die Rollenverwaltung und das Teilen mit anderen Usern noch etwas ausgereifter sein. Trotzdem haben wir unser Fotoarchiv nun von der #Nextcloud zu Immich verschoben.

Nextcloud Server v32.0.10 is out with another round of bug fixes and stability improvements. If you are running v32, now is the time to update. #selfhosted #nextcloud

https://github.com/nextcloud/server/releases/tag/v32.0.10

Release v32.0.10 · nextcloud/server

https://github.com/nextcloud-releases/server/releases/tag/v32.0.10

GitHub

Apparently this "File" thingy in #Gnome's Online Accounts provider thingy for #Nextcloud doesn't do anything anymore? I thought it's supposed to add access to Nextcloud to Nautilus? 🧐

Or is this a #CachyOS bug?

So, uhm… I'm trying #Gnome once again (because I really like it if it doesn't crash on me) and do I see that right: The #Nextcloud adds additional folders for every synced folder pointing to the folder *on your PC* which you effectively can't get rid of (no settings for it), but neither the "Online Accounts" for Nextcloud nor the app add a WebDAV entry to access the whole cloud space which would actually be useful?

And this design issue is known since 3 years?

This makes absolutely zero sense.

🧵 11/n the #Nextcloud @nextcloud #Android app, running on #FydeOS, DOES NOT auto-upload/-download screenshots, or photos, or anything!

I reckon, that's because it's virtualised/sandboxed.

Android apps don't seem to be able to access the FydeOS filesystem - not even the share function works!

Edit: i can't "share" files with the nextcloud app, in order to upload them to the instance.

File-lock problemen in Nextcloud door meerdere sync clients?

Pauzeer al je sync clients.

docker exec -u www-data nextcloud-app php occ maintenance:mode --on

docker exec -it nextcloud-db bash

mysql -u root -p

USE nextcloud;
DELETE FROM oc_file_locks;
ALTER TABLE oc_file_locks AUTO_INCREMENT = 1;
exit;

docker exec -u www-data nextcloud-app php occ maintenance:mode --off

docker exec -u www-data nextcloud-app php occ files:scan --all

Ruim via de webinterface/serverside eventuele problemen op.

Resume 1 voor 1 je sync clients.

#FOSS #Nextcloud #Docker 🥰

Commentary: More office chaos, please

LibreOffice wants to go into the browser and onto smartphones – even though Collabora has been doing that for a long time. Wasteful? On the contrary.

https://www.heise.de/en/opinion/Commentary-More-office-chaos-please-11311391.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon

#saukontrovers #GoogleDocs #IT #Kommentar #LibreOffice #Microsoft #Nextcloud #OfficeSuite #OpenSource #news

Commentary: More office chaos, please

LibreOffice wants to go into the browser and onto smartphones – even though Collabora has been doing that for a long time. Wasteful? On the contrary.

heise online

🧵 6/n #FydeOS

i DID struggle, and ultimately FAIL, to share a screenshot with #Nextcloud or #KDEconnect, though.

As far as i can tell, there's NO convenient way to share files!

AFAIK, that's because the Android apps are virtualised, and the "Share this" functionality is unable to cross Hypervisor-Guest boundaries - if those APIs even exist.

Also, the FydeOS gallery app is BULLSHIT! Where are my screenshots? No, i did NOT expect some kind of wizard! Gallery means "pictures"!

@m23hauke
Ja, die Struktur der Tabellen in der Datenbank ist besonders. Mit ein paar #PHP - Kenntnissen kann man die Daten der #NextCloud - Tabellen exportieren.
Ob der Aufwand die Mühe wert ist, ist ein anderes Thema.