You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Following up on this comment: we require fixed auth to supply the SHA256 hash of the password to avoid saving it in plaintext on disk. To provide a slightly more user-friendly experience generating this (and other) auth configs, we should create an interactive command or script to configure the desired auth config.
An example output might look like:
$ git-bundle-server generate-auth-configWhich mode would you like to configure for (not case-sensitive)?* fixed* pluginAnswer: fixedPlease specify a username: adminPlease specify a password:Your auth config was written to './auth-config_20230511_160023.json'.
$