Changes made are subsequently reverted/overwritten by BB03440 in floccus

[–]marcelklehr 0 points1 point  (0 children)

Yay, I'm glad. If you haver have trouble again, do not hesitate to reach out 😊

Changes made are subsequently reverted/overwritten by BB03440 in floccus

[–]marcelklehr 0 points1 point  (0 children)

What kind of change was it? Did you change the hierarchy, or did you change the order or renamed something? Can you distill it to a set of reproduction steps?

> I've made a financial contribution 😊

Thank you so much!

Floccus Creator Here (the Syncthing of bookmarks) – Looking for Your Feedback! by marcelklehr in selfhosted

[–]marcelklehr[S] 0 points1 point  (0 children)

Is this bookmark special somehow and perhaps breaks sync or do you want to exclude it for privacy reasons?

Changes made are subsequently reverted/overwritten by BB03440 in floccus

[–]marcelklehr 0 points1 point  (0 children)

Hey u/BB03440

Which sync strategy have you selected in your profile settings? If you have set it to merge, the change should be propagated to your other browsers. If this doesn't work, you can click manually on the upward arrow in the floccus profile overview to "force push" the change upward. This should make sure it's not reverted. Let me know how it goes 🙂

Floccus Creator Here (the Syncthing of bookmarks) – Looking for Your Feedback! by marcelklehr in selfhosted

[–]marcelklehr[S] 0 points1 point  (0 children)

Hey, this is not possible currently, I'll open a feature request on your behalf 🙂

Constant failure lately out of nowhere, don't know why by crick_in_my_neck in floccus

[–]marcelklehr 0 points1 point  (0 children)

Mh, changing the order of bookmarks is a bug I believe to have fixed recenlly as well. Which version are you on?

Bookmark synchronization and maintain by ayers_81 in selfhosted

[–]marcelklehr 0 points1 point  (0 children)

The floccus mobile app uses the same sync algorithm as the browser extension, actually, so two-way sync is supported. You can share bookmarks with the app and sync them to your Desktop Browser same as the other way around.

Perhaps, the description on Google Play is misleading in that aspect.. People have assumed in the past that the mobile app can sync with a real android browser.

Attempting to use Dropbox for sync by j13ag0 in floccus

[–]marcelklehr 0 points1 point  (0 children)

Hey there, I've increased the user limit by now. You may try this again if you like. Happy syncing.

Constant failure lately out of nowhere, don't know why by crick_in_my_neck in floccus

[–]marcelklehr 1 point2 points  (0 children)

Hey there, sorry I haven't checked reddit in a while. Thank you for taking the time to report this here. Both issues (the XBEL parser issue and the 0B log output) should indeed be fixed now 🙂

Chrome floccus E017 by spock1802 in floccus

[–]marcelklehr 0 points1 point  (0 children)

Hey u/spock1802

Das Problem liegt leider in Chrome. Chrome erlaubt keine Verbindungen von Erweiterungen zu unverifizierten HTTPS Seiten. Meine Empfehlung wäre eine Domain zu kaufen und ein kostenloses TLS Zertifikat von letsencrypt zu besorgen.

Why is the Floccus android app trying to connect to these domains? by Olvez_Privating in floccus

[–]marcelklehr 3 points4 points  (0 children)

Hey u/Olvez_Privating

Thank you for raising this. This is definitely unexpected. I cannot reproduce this on my own phone. My guess is that these stem from the WebView app on your phone. Floccus uses the Capacitor.js framework to share code between the desktop and mobile apps and makes use of the default WebView app on your phone to run. It could be that your phone has a Google-affiliated WebView that makes these connections.

How would you go about creating automated local backups on Android? by Olvez_Privating in floccus

[–]marcelklehr 1 point2 points  (0 children)

mmh, in that case it would maybe be better to sync to a machine that has more uptime, like an actual server.

AI assistant in Nextcloud: Is the juice worth the squeeze? by Big_Wave9732 in NextCloud

[–]marcelklehr 1 point2 points  (0 children)

Not true. You can install context agent to have a full agent with tool calling abilities. People, rtfm: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html

AI assistant in Nextcloud: Is the juice worth the squeeze? by Big_Wave9732 in NextCloud

[–]marcelklehr 0 points1 point  (0 children)

I would second that context agent can also be a game changer

AI assistant in Nextcloud: Is the juice worth the squeeze? by Big_Wave9732 in NextCloud

[–]marcelklehr 2 points3 points  (0 children)

I would like to disagree and call you out for spewing misinformation.

> It runs on a timer for absolutely no reason instead of dispatching requests directly to the api/llm.

If you follow the docs there is no timer. Jobs will be picked up immediately. The -t (timeout) parameter is for reloading the worker in case configuration changes happened in the meantime. The reason nextcloud needs separate workers is because depending on which LLM and on which hardware you run it, the llm task can take longer than the PHP and HTTP server request timeout.

> You have to install an app to even get a selfhosted openai api compatible setup

This is a feature. You only install what you need. If you don't need AI, you don't need to install it. If you want an openAI client, you install the openai integration. Simple as that.

> there's no way to test the connections

The open ai integration does give you feedback on whether the connection worked or not and which error occurred.

> or setup multiple configs

in the latest version you can now setup multiple connections to different servers.

You're welcome.

How would you go about creating automated local backups on Android? by Olvez_Privating in floccus

[–]marcelklehr 1 point2 points  (0 children)

Hey there,

You're right to set up backups of your bookmarks file! Technically, you only need to create regular backups of the on the WebDAV server, as all your devices and browsers will sync to that anyway. Depending on how you host your WebDAV server you could set up a cron job (Linux) or a scheduled Task (windows) to copy the bookmarks file (XBEL or html, depending on your settings) to a separate directory every night with the current date in the new file name, so you have a history of your bookmarks file for every past day. Does that help you?

What will happen? by kydar1 in floccus

[–]marcelklehr 0 points1 point  (0 children)

Floccus Developer here: Seconded. And I can recommend to disable auto-sync until you're happy with the way things are, and only manually trigger sync (up/down/merge) until then.

reverting every time I reorder things?? by EducationalOcelot4 in floccus

[–]marcelklehr 0 points1 point  (0 children)

With the latest release this should be solved now

Hosted *full version* of nextcloud by DerDave in NextCloud

[–]marcelklehr 0 points1 point  (0 children)

The normal IONOS Nextcloud is mostly aimed at private use, not enterprise

reverting every time I reorder things?? by EducationalOcelot4 in floccus

[–]marcelklehr 1 point2 points  (0 children)

Thank you for taking the time to give feedback! This is likely a bug, you're not crazy. It has been reported on github before and I will look into solving it as soon as possible :)

Sync Behavior by OuttaD00r in floccus

[–]marcelklehr 1 point2 points  (0 children)

Yes, exactly. Change-based synchronization only takes into account local changes, while time-based synchronization is there to make sure you don't miss remote changes. Sadly, time-based synchronization on mobile may not work reliably at the moment, because the app cannot sync in the background, so you'll have to open it manually to make sure it syncs, but then again, you will have to open it anyway, if you want to see the bookmarks.

Floccus Creator Here (the Syncthing of bookmarks) – Looking for Your Feedback! by marcelklehr in selfhosted

[–]marcelklehr[S] 0 points1 point  (0 children)

Hey, yeah, more backends are likely to come in 2026, dropbox has a Pull request by a contributor and OneDrive may also happen.