Update Configuration.md (#5770)

This commit is contained in:
DogmaDragon
2025-03-27 02:50:14 +02:00
committed by GitHub
parent e9a67eb51f
commit 18381664aa

View File

@@ -128,9 +128,11 @@ The logout button is situated in the upper-right part of the screen when you are
### Recovering from a forgotten username or password
Stash saves login credentials in the config.yml file. You must reset both login and password if you have forgotten your password by doing the following:
* Close your Stash process
* Open the `config.yml` file found in your Stash directory with a text editor
* Delete the `login` and `password` lines from the file and save
* Delete the `username` and `password` lines from the file and save
Stash authentication should now be reset with no authentication credentials.
## Advanced configuration options
@@ -167,4 +169,4 @@ custom_served_folders:
With the above configuration, a request for `/custom/foo/bar.png` would serve `D:\bar\bar.png`.
The `/` entry matches anything that is not otherwise mapped by the other entries. For example, `/custom/baz/xyz.png` would serve `D:\stash\static\baz\xyz.png`.
The `/` entry matches anything that is not otherwise mapped by the other entries. For example, `/custom/baz/xyz.png` would serve `D:\stash\static\baz\xyz.png`.