diff options
author | 2023-11-05 18:37:56 +0000 | |
---|---|---|
committer | 2023-11-05 18:37:56 +0000 | |
commit | 0cc369a76ea0c3c56736a04d6918c13be84be832 (patch) | |
tree | 540962f0401a94497ffbe0f43fcfef68c1edb859 | |
parent | 62ef8ed57aab9f2b05a64b153d231ae4f42769f4 (diff) | |
download | v2-0cc369a76ea0c3c56736a04d6918c13be84be832.tar.gz v2-0cc369a76ea0c3c56736a04d6918c13be84be832.tar.zst v2-0cc369a76ea0c3c56736a04d6918c13be84be832.zip |
Add WEBAUTHN config option to the man page
Diffstat (limited to '')
-rw-r--r-- | miniflux.1 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,5 @@ .\" Manpage for miniflux. -.TH "MINIFLUX" "1" "September 27, 2023" "\ \&" "\ \&" +.TH "MINIFLUX" "1" "November 5, 2023" "\ \&" "\ \&" .SH NAME miniflux \- Minimalist and opinionated feed reader @@ -507,9 +507,14 @@ Set a custom invidious instance to use\&. Default is yewtu.be\&. .TP .B PROXY_PRIVATE_KEY -Set a custom custom private key used to sign proxified media url\&. +Set a custom custom private key used to sign proxified media URL\&. .br Default is randomly generated at startup\&. +.TP +.B WEBAUTHN +Enable or disable WebAuthn/Passkey authentication\&. +.br +Default is true\&. .SH AUTHORS .P |