File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,15 @@ Create an account via `/signup/git`. This stores the password hash under
135135` $LOCAL_GIT_PATH/<sha256(username)>/.password ` and creates the repository. Log in
136136later via ` /login/git ` using the same credentials. Passwords can be updated with
137137the provider's SetPassword method.
138+
139+ To locate the file, compute the SHA-256 of your username and look for the
140+ corresponding directory. For example:
141+
142+ ``` bash
143+ echo -n alice | sha256sum
144+ ```
145+
146+ The output hash forms the path ` $LOCAL_GIT_PATH/<hash>/.password ` .
138147Favicons are cached on disk under ` /data/favicons ` by default. Set
139148` FAVICON_CACHE_DIR ` to an empty string to disable disk caching.
140149You can also mount a config file and env file:
You can’t perform that action at this time.
0 commit comments