aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/feed.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 'Exec' as an alternative to 'Url'René 'Necoro' Neumann2020-05-251-0/+1
* Reintroduce yaml-internal `feed`René 'Necoro' Neumann2020-05-011-4/+4
* Remove pointers from feed options. Detect unknown fields in feed and group op...René 'Necoro' Neumann2020-05-011-1/+1
* Push global feed configuration to feedsRené 'Necoro' Neumann2020-04-251-1/+1
* Remove Feeds.StringRené 'Necoro' Neumann2020-04-251-26/+0
* Larger restructuringRené 'Necoro' Neumann2020-04-251-0/+38
olks are lazy and don't want to type very much, so they'd like to have a default password length to generate that can be configured via environment variables per usual. I'm making the default 25. If the user forbids the use of symbols, pwgen will use a-zA-Z0-9, ensuring that at least one A-Z and at least one 0-9 is used. We want to have a password of at least 128-bits, so factoring in the issue with "at least one of this character type", 25 gets us there squarely. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>