Changes between Version 7 and Version 8 of WikiStart
- Timestamp:
- May 17, 2025, 5:14:41 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v7 v8 10 10 11 11 === Setting it up 12 1. Copy [https:// git.yakumo.dev/yakumo.izuru/kanako/raw/branch/master/kanako.conf.example kanako.conf.example] to `~/.config/kanako/kanako.conf` and edit accordingly, there are all sorts of examples for each backend supported.12 1. Copy [https://svn.yakumo.dev/repo/kanako/trunk/kanako.conf.example kanako.conf.example] to `~/.config/kanako/kanako.conf` and edit accordingly, there are all sorts of examples for each backend supported. 13 13 2. Create `~/.kanako` and `~/.kanako-store` with `mkdir -p`, the former stores your key pair, the latter your password store. 14 14 … … 49 49 for confirmation either way. 50 50 51 ==== Using one-time passwords (OTP) 52 Insert the OTP key on a line of its own as `totp: <private key>`, wherever you store the password, and obtain a PIN calling the program with the `-o` switch as opposed to `-v` 53 51 54 === Extensions 52 55 * [https://svn.yakumo.dev/repo/kanako/trunk/addons/kanako-menu kanako-menu] - quick graphical front-end, requires [http://tools.suckless.org/dmenu/ dmenu], but can also use [https://github.com/Cloudef/bemenu bemenu] instead.