New is a fix for a crash on macOS which occurred on exit. Additionally there are improvements for dragging entries to move / copy, Quick Unlock is automatically enabled when unlocked for Auto-Type or browser access, and the Auto-Type button and shortcut are disabled when the Auto-Type setting is disabled for the entry or group. Complete Changelog is available on https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.6

  • sudo_su@feddit.deOPM
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    You can absolutely use WebDAV also via LAN, if you want. All what you need is a NAS which supports this protocol. If it is on the NAS, it should be primary available in the local LAN. If the NAS is attached to your routers network, you can do port forwarding, to bring your WebDAV to the standard Internet and access it from everywhere. Just be sure to secure the server properly, to expose your data to the Internet. As an alternative, there are a lot of free WebDAV shares available in some Cloud packages. Take a look at GMX or Web.de in Germany for example or similar international providers. OneDrive works with WebDAV internally, but i have not find out the correct URL to use it directly. Dropbox and Google Drive doesn’t support WebDAV to my knowledge without Third-Party-Tools. Box.com has canceled WebDAV for new accounts.

    Or do it my way, buy a Raspberry PI, setup your own server. The smallest one is absolute enough for a one person simple share.

      • sudo_su@feddit.deOPM
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        WebDAV is not comparable to a public website. The only similarity is the http protocol. But this is also true for OneDrive, Dropbox or Google Drive. If you use a local RPi, try SFTP. This is significantly faster and makes less problems with date comparison during a sync. This doesn’t matter much for a Keepass DB with a rather small file size, but it does for comparable syncs.

          • sudo_su@feddit.deOPM
            link
            fedilink
            arrow-up
            2
            ·
            1 year ago

            If you use KeePass2Android, then WebDAV is built-in. If you use KeePassDX, I can recommend DavX5. You can integrate a WebDAV share in the standard Filesystem with that and open/save the keepass db like on a local filesystem. The last 2 are available for free on F-Droid.

                  • sudo_su@feddit.deOPM
                    link
                    fedilink
                    arrow-up
                    2
                    ·
                    1 year ago

                    It works for every user. Be sure to grant SAF privileges to the app and the folder. Then you can open the mount from the left handed files application drawer. For example from within KeePassDX, click on “Open existing database” > the system “files” app opens > click the hamburger menu in “files” > find the Webdav mount on the bottom in the drawer > the Webdav share opens > navigate to the database > click it > voila it opens in KeePassDX. If you now change the entries > it’s saved directly to the Webdav share.

                    Sounds a lot of clicks, but you will get used to it, after a short while. It’s the same as any other mount like Onedrive, Google drive or Dropbox. Very easy.

                    Please have a look at the documentation at https://manual.davx5.com/webdav_mounts.html?app-version=4.3.5.2-ose

                    There is also a YouTube video, explaining everything.