UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    KeePass on UT?

    Scheduled Pinned Locked Moved Solved Support
    11 Posts 4 Posters 550 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • B Offline
        bgriffis
        last edited by

        I run KeePassXC on my Ubuntu desktop and Win11 laptop, and KeePass2Android on my Pixel 6a. Is there a version of KeePass for Ubuntu Touch? And how would I install it?

        I keep a copy of my database on a Raspberry Pi set up for file sharing (Samba - but I could do different methods if needed). Does Ubuntu Touch support Samba CIFS client on the local network? Or would I need to grab the keepass database using a different method?

        Sorry for very basic questions. I ran UT on a Nexus 5 a LONG time ago, and thought I'd try again by cheating and buying a phone with UT pre-installed. At this point I really only can turn it on and connect it to my wireless network - I am very out of practice.

        P MoemM 2 Replies Last reply Reply Quote 0
        • P Online
          projectmoon @bgriffis
          last edited by projectmoon

          @bgriffis check KeePassRX on the Open Store.

          Disclaimer: I am the creator of KeePassRX.

          Documentation: https://agnos.is/projects/keepassrx/

          Vlad NirkyV 1 Reply Last reply Reply Quote 4
          • Vlad NirkyV Offline
            Vlad Nirky @projectmoon
            last edited by

            @projectmoon
            And it's an extraordinary piece of work and a valuable tool in my everyday life!
            Thank you for that!

            1 Reply Last reply Reply Quote 3
            • MoemM Offline
              Moem @bgriffis
              last edited by

              @bgriffis said in KeePass on UT?:

              would I need to grab the keepass database using a different method?

              I'd use a cable.

              Is currently using an Op5t
              Also owns an Op1, a BQ E4.5 and an Xperia X, as well as a BQ tablet and a Pinetab2. Please, someone... make it stop.

              B 1 Reply Last reply Reply Quote 0
              • B Offline
                bgriffis
                last edited by

                Thanks for the info! I installed KeePassRX. I copied over my database file using sftp. Ignorant question - I see how I can copy the url, userid, password in KeePassRX. How do I paste it when I am in the web browser? I'm used to ctrl/c, ctrl/v or in Android just a long press. I opened up a browser but had no idea how to paste the url in.

                Vlad NirkyV 1 Reply Last reply Reply Quote 0
                • B Offline
                  bgriffis @Moem
                  last edited by

                  Replying to myself. Copy works just fine with a long pres.Sorry for asking ignorant questions.

                  1 Reply Last reply Reply Quote 0
                  • Vlad NirkyV Offline
                    Vlad Nirky @bgriffis
                    last edited by

                    @bgriffis
                    If your RPI has ssh and shared ssh keys
                    You could create a cron job that would synchronise the file regularly with a script like this

                    #!/bin/bash

                    SERVER="192.168.1.18"
                    USER="vlad"
                    REMOTE_FILE="/home/vlad/Documents/KeePass/keepassdb.kdbx"
                    LOCAL_DEST="/home/phablet/Documents/KeePass/"

                    echo "rsync in progress..."
                    rsync -avz -e ssh "$USER@$SERVER:$REMOTE_FILE" "$LOCAL_DEST"

                    P B 2 Replies Last reply Reply Quote 0
                    • P Online
                      projectmoon @Vlad Nirky
                      last edited by

                      @Vlad-Nirky if syncing this way, it would probably be good to sync the file into the synced folder of the app.

                      Vlad NirkyV 1 Reply Last reply Reply Quote 0
                      • Vlad NirkyV Offline
                        Vlad Nirky @projectmoon
                        last edited by Vlad Nirky

                        @projectmoon
                        😲
                        RTFM...
                        I wasn't aware of this folder.
                        Actually, that would be a good idea!

                        Vlad NirkyV 1 Reply Last reply Reply Quote 0
                        • Vlad NirkyV Offline
                          Vlad Nirky @Vlad Nirky
                          last edited by

                          Really good!
                          Thanks again.

                          1 Reply Last reply Reply Quote 0
                          • B bgriffis has marked this topic as solved on
                          • B Offline
                            bgriffis @Vlad Nirky
                            last edited by

                            @Vlad-Nirky Thanks - I'll mess around with that later. I do have a cron job rsynching keepass and gnucash files from my Ubuntu desktop to my Raspberry Pi. My Windows 11 laptop runs Ubuntu in WSL. I use rsynch to grab current keepass and gnucash files off the pi. I am rusty on setting up keys, so will need to reread some documentation. But that would solve keepass currency issues pretty quickly.

                            1 Reply Last reply Reply Quote 0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            • First post
                              Last post