NotNite / decky-totp

Show TOTP codes on your Steam Deck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decky-totp

Show TOTP codes on your Steam Deck.

Installation

Download the latest release from GitHub Actions, then unzip it:

sudo unzip -o ./decky-totp.zip -d /home/deck/homebrew/plugins

Building

You will need pnpm and Python 3 installed.

pnpm i
./scripts/build.sh && ./scripts/pack.sh && ./scripts/deploy.sh <deck IP>

Usage

Create /home/deck/homebrew/settings/decky-totp/settings.json:

{
  "entries": {
    "service name": "totp secret"
  }
}

Then reload the plugin/restart Steam.

About

Show TOTP codes on your Steam Deck

License:MIT License


Languages

Language:Python 61.2%Language:TypeScript 21.4%Language:JavaScript 10.9%Language:Shell 6.6%