summaryrefslogtreecommitdiff
path: root/home/xyz/.config/pass-rotate.ini
blob: 86fc05e8eb7706b2cff2b8da5b4075f663a35433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[pass-rotate]
# A shell command that prints a password for an account. For example, for
# the "pass" password manager, you could use this command:
#
# get-password=pass show "$ACCOUNT" | head -n 1
#
# The $ACCOUNT environment variable will be replaced with the account name.
#
get-password=pass show "$ACCOUNT" | head -n 1

# A shell command that creates and prints a new password for an account. For
# example, for the "pass" password manager, you could use this command:
#
# gen-password=pass generate -i "$ACCOUNT"
#
# The $ACCOUNT environment variable will be replaced with the account name.
# After the password is generated, get-password will be used to read it back.
#
gen-password=pass generate -i "$ACCOUNT"

# Service provider configs follow:
#
# [service-name]
# options...
#
# The name of the service should match the name your password manager uses, and
# will used in the get-password and gen-password commands.
#
# options... varies from service provider to service provider, but the
# following options are common:
#
# domain=... will specify the domain or name of the service provider,
# which is used to match the provider-specific password reset
# mechanism. If omitted, the default is to use the service name as the
# domain.
#
# Most providers will only ask for username=, but others may require some
# additional information. Use pass-rotate --list-options [provider] to learn
# what options are available for each service provider.
#
[ycombinator.com]
username=flylightning

[codeberg.org]
username=flyxyz123

# may need to provide password reset code from email next time login, and need to manually enter a new password
# but after that, if keep doing pass-rotate, seems no longer need to provide a password reset code
[facebook.com]
username=gky44px1999@gmail.com

# not working
#[discordapp.com]
#email=gky44px1999@gmail.com
#[github.com]
#username=gky44px1999@gmail.com
#[gitlab.com]
#username=flyxyz123
#[pixiv.net]
#username=gky44px1999@gmail.com
#[linode.com]
#username=flyxyz
#[aur.archlinux.org]
#username=flylightning
#[digitalocean.com]
#email=gky44px1999@gmail.com
#[twitter.com]
#username=flylightning