Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GH
Posts
3
Comments
419
Joined
2 yr. ago

  • That is also a form of basic auth, you still pass the credentials like "username:password", optionally base64 encoded but I don't believe that's required.

    Edit: actually, after looking into it a bit more, it seems like passing credentials in the url will actually cause the browser to send it as an authorization header instead. So in essence it's doing the same thing.

  • Qbittorrent has a feature to execute a command on torrent complete iirc. You might be able to write a few ffmpeg commands to verify and delete/move/whatever based on that result. Not very user-friendly though ofc and requires some bash knowledge.

  • Fetching remote code isn't allowed on the play store at least, though I'm not sure how well they're enforcing that.

    That's the reason termux isn't updated in the play store anymore iirc, it has its own package manager that downloads and runs code.