mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Update Configuration.md (#5770)
This commit is contained in:
@@ -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
|
### 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:
|
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
|
* Close your Stash process
|
||||||
* Open the `config.yml` file found in your Stash directory with a text editor
|
* 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.
|
Stash authentication should now be reset with no authentication credentials.
|
||||||
|
|
||||||
## Advanced configuration options
|
## 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`.
|
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user