summaryrefslogtreecommitdiff
path: root/home/xyz/.config/pass-rotate.ini
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-29 06:19:46 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-12-29 06:19:46 -0800
commit04e4e06eadb96158342de938a7c3a67be6ceeef7 (patch)
tree9d1884db01c80dc644238f63bccac1c984cc6125 /home/xyz/.config/pass-rotate.ini
parente9e7a05f850fff39429214236617fb0a9eb96ec8 (diff)
add default sample config
Diffstat (limited to 'home/xyz/.config/pass-rotate.ini')
-rw-r--r--home/xyz/.config/pass-rotate.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/home/xyz/.config/pass-rotate.ini b/home/xyz/.config/pass-rotate.ini
new file mode 100644
index 00000000..161046bf
--- /dev/null
+++ b/home/xyz/.config/pass-rotate.ini
@@ -0,0 +1,42 @@
+[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=
+
+# 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=
+
+# 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.
+#
+[news.ycombinator.com]
+username=pg