Apfelwurm d0f982456e
All checks were successful
continuous-integration/drone/push Build is passing
add charset modifier to secret generation (#521)
since we need special chars in passwords for a recipe we are working on, i have added the option to specify a charset in the same way as the length can be setted.
i did not change anything in the behaviour, so if length is not specified, the charset gets ignored whether it is there or not.

you can specify the following:
`charset=default` - Results in passgen.AlphabetDefault being used
`charset=special` - Results in passgen.AlphabetSpecial being used
`charset=safespecial` - Results in `!@#%^&*_-+=` being used (so it is AlphabetSpecial without the dollar sign)
`charset=default,special` or `charset=special,default` - Results in passgen.AlphabetDefault + passgen.AlphabetSpecial being used
`charset=default,safespecial` or `charset=safespecial,default` - Results in passgen.AlphabetDefault + `!@#%^&*_-+=` being used ((so it is AlphabetSpecial without the dollar sign)

PR for the docs: toolshed/docs.coopcloud.tech#271

Co-authored-by: p4u1 <p4u1@noreply.git.coopcloud.tech>
Reviewed-on: #521
Reviewed-by: p4u1 <p4u1@noreply.git.coopcloud.tech>
Co-authored-by: Apfelwurm <Alexander@volzit.de>
Co-committed-by: Apfelwurm <Alexander@volzit.de>
2025-03-21 10:29:21 +00:00
2024-12-27 13:32:29 +01:00
2025-01-05 12:42:42 +01:00
2025-03-16 12:31:45 +01:00
2025-03-16 13:22:50 +01:00
2024-12-27 13:32:29 +01:00
2025-01-05 15:53:17 +01:00
2025-03-16 12:31:45 +01:00
2025-03-16 12:31:45 +01:00
2025-03-16 12:31:45 +01:00
2023-02-08 22:59:47 +01:00
2025-03-16 12:31:45 +01:00
2025-01-03 20:23:27 +01:00

abra

Build Status Go Report Card Go Reference

The Co-op Cloud utility belt 🎩🐇

abra is the flagship client & command-line tool for Co-op Cloud. It has been developed specifically for the purpose of making the day-to-day operations of operators and maintainers pleasant & convenient. It is libre software, written in Go and maintained and extended by the community 💖

Please see docs.coopcloud.tech/abra for help on install, upgrade, hacking, troubleshooting & more!

Description
The Co-op Cloud command-line utility belt 🎩🐇
https://coopcloud.tech
Readme 20 MiB
0.10.1-beta Latest
2025-04-24 13:15:09 +00:00
Languages
Go 77.7%
Shell 21.9%
Makefile 0.3%