Changes between Version 7 and Version 8 of WikiStart


Ignore:
Timestamp:
May 17, 2025, 5:14:41 PM (3 weeks ago)
Author:
yakumo.izuru
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    1010
    1111=== 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.
     121. 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.
    13132. Create `~/.kanako` and `~/.kanako-store` with `mkdir -p`, the former stores your key pair, the latter your password store.
    1414
     
    4949for confirmation either way.
    5050
     51==== Using one-time passwords (OTP)
     52Insert 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
    5154=== Extensions
    5255* [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.