https://github.com/notnite/decky-totp
Show TOTP codes on your Steam Deck
https://github.com/notnite/decky-totp
Last synced: 11 months ago
JSON representation
Show TOTP codes on your Steam Deck
- Host: GitHub
- URL: https://github.com/notnite/decky-totp
- Owner: NotNite
- License: mit
- Created: 2024-01-25T15:01:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T20:08:19.000Z (over 2 years ago)
- Last Synced: 2025-04-29T02:39:58.571Z (about 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# decky-totp
Show TOTP codes on your Steam Deck.
## Installation
Download the latest release from GitHub Actions, then unzip it:
```shell
sudo unzip -o ./decky-totp.zip -d /home/deck/homebrew/plugins
```
## Building
You will need pnpm and Python 3 installed.
```shell
pnpm i
./scripts/build.sh && ./scripts/pack.sh && ./scripts/deploy.sh
```
## Usage
Create `/home/deck/homebrew/settings/decky-totp/settings.json`:
```json
{
"entries": {
"service name": "totp secret"
}
}
```
Then reload the plugin/restart Steam.