I tend to prefer "file centered" apps, there's some cool one you'd use with Syncthing? My favourite is KeePassDX; I would love a notes app with a 'material you' UI.

      • Andrew 1412@lemmy.sdf.org
        ·
        edit-2
        10 months ago

        Obsidian is not FOSS, I still use it because I find it to be the most complete note taking app. You can download it from the Aurora Store and disable the network permission, same on linux downloading it from Flathub and disable the network permission using Flatseal

    • Danileonis @lemmy.ml
      hexagon
      ·
      edit-2
      10 months ago

      Not very intuitive but seems like something interesting to play with.

      Edit: It feels very unresponsive on my phone. At the moment I'm using KeePassDX for notes also (as suggested by another user) and it works very well!

  • makingStuffForFun@lemmy.ml
    ·
    edit-2
    10 months ago

    Keepsssdx also. Synced across 5 devices. Perfect

    I also sync my dcim folders on my devices. So all my photos appear on all my devices. Delete on one, delete on all. Love it

    Same with my documents folders, and more.

    • Danileonis @lemmy.ml
      hexagon
      ·
      edit-2
      10 months ago

      One of the coolest thing about using KeePassDX this way: you can even sync OTP and use these on deskop without a phone.

  • barbedbeard@lemmy.one
    ·
    edit-2
    10 months ago

    These are the ones I actively use with syncthing

    • Markor - for quick note taking and todo's
    • Librera reader - ebook reader
    • Seeneva - smart comic reader
    • Voice - Audiobook player
    • Simple music player
    • KeeepassDx - also
    • SatyrSack@lemmy.one
      ·
      10 months ago

      Are you able to set up Syncthing to synchronize Librera reading progress across devices? How would you go about that?

      • barbedbeard@lemmy.one
        ·
        10 months ago

        Haven't tried it, since I only sync with my PC and cloud server. But I just checked up and Librera has an option to save progress and profiles to a custom directory, so I guess that would be the way.

  • lenathaw@lemmy.ml
    ·
    edit-2
    10 months ago

    I have the following apps backing up to a syncthing share

    • Aegis
    • OpenScale
    • Gadgetbridge
    • OpenTracks
    • Signal

    all of them were set and forget, except for Gadget bridge who would randomly loose access to the shared

    The following apps allow to manually backup to a file, but not automatically.

    • AntennaPod
    • Catima
    • Birday
    • Tickmate
  • Teknikal@lemm.ee
    ·
    10 months ago

    I use it for emulator saves between my phone and laptop also just use it for moving videos etc between them.

  • makingStuffForFun@lemmy.ml
    ·
    10 months ago

    Ahhh ok. I use Joplin and sync with syncthing. I use the file system storage setting in joplin, and my notes sync across my tablet, phone, desktop, and laptop.

    • Rambler@lemm.ee
      ·
      10 months ago

      Does your method use cloud storage? If not, can you please explain to me just how it works across multiple devices?

      • makingStuffForFun@lemmy.ml
        ·
        10 months ago

        Good question. I have a simple home server that runs all the time. Syncthing runs on that as a sort of cache, or my own little "cloud".

        So devices, when they turn on, check the server, as well as whatever devices are online, and get the new changes.

        We do this at work also, so we have our own simple "shared folders" using Syncthing.

        • Rambler@lemm.ee
          ·
          10 months ago

          That sounds really cool. I currently sync obsidian via a hosted solution on Hetzner using webdav. I'm wondering if I might be able to utilise it somehow as you have - maybe I won't need to intervene as much.

          Thanks for the advice.

          • makingStuffForFun@lemmy.ml
            ·
            10 months ago

            It's super simple to setup on home server. Then you're not paying for cloud hosting. But, you need a home server running all the time. Which I do anyway, so may as well use it for syncthing

            • Rambler@lemm.ee
              ·
              10 months ago

              Just to clarify then: you use a home server - are you running Syncthing on Linux?

              So, if I have an old laptop (win10) would I need to learn linux to use it as an home server - and could it use minimal power when it's always on? The power thing is an issue here in UK.

              I have a nvidia shield for the tv, is that a possibility for a server - I go run plex on it?

              These might sound to you like daft questions, but I'm just learning stuff. Thanks.

              • makingStuffForFun@lemmy.ml
                ·
                10 months ago

                Hey there!

                I do run a linux home server indeed. You can indeed use an old laptop, and many do, as they don't use a lot of power usually.

                I am not sure about the nvidea shield, that would be cool. https://forum.syncthing.net/t/syncthing-on-nvidia-shield-tv-pro/20020 shows someone has done it. I'd be asking in those syncthing forums, people are very friendly there. That would be a great way to do it if it can handle it.

                I hope that helps. If you want to get a handle on linux, run a virtualbox virtual machine first. I killed about 20 linux installs in virtualbox playing around before I went live on a real machine. It's a great way to find a distro you like also. I recommend pure Debian personally.

                If you have further questions, I'll help as I can.