• Lucy :3
          link
          fedilink
          arrow-up
          7
          ·
          19 hours ago

          Idk what happened there either. After updating from Android 12 to 13, this is how it was ever since. And now I’m used to it.

        • Lucy :3
          link
          fedilink
          arrow-up
          1
          ·
          13 hours ago

          Of course. Everything else is hosted on other’s servers, and here I have the choice between dozens of storages, mainly selfhosted ones. The only exception being KeePassXC - but that’s what rclone/rsync are for. So the DB resides on a WebDAV share on my Nextcloud now.

      • The_Terrible_Humbaba@slrpnk.net
        link
        fedilink
        arrow-up
        4
        ·
        16 hours ago

        Hey! Would you mind guiding me as to what is going on in this picture? Is this an APP that allowed to SSH into your server? You got my attention with this picture, and I’m curious to hear more.

        • Lucy :3
          link
          fedilink
          arrow-up
          6
          ·
          16 hours ago

          It’s Termux, basically a fully fletched terminal for Android. So you can install various tools via apt, and use them, for example yt-dlp, ffmpeg, gcc, python etc. And yes, you can also use SSH, both as server and client. I use it very often to connect to my servers on the go.

          You can even use chroot to basically run a distro of your choice.