Compare commits

..

3 Commits

Author SHA1 Message Date
DogmaDragon
9bc75318d5 Fix wording 2025-05-22 19:09:30 +03:00
DogmaDragon
75d540eca2 Add note on Chrome 136 requirements for remote debugging 2025-05-22 10:34:44 +03:00
DogmaDragon
26fe812be4 Remove matrix references + add community forum (#5853) 2025-05-01 11:31:56 +03:00

View File

@@ -111,6 +111,8 @@ Some scrapers require a Chrome instance to function correctly. If left empty, st
`Chrome CDP path` can be set to a path to the chrome executable, or an http(s) address to remote chrome instance (for example: `http://localhost:9222/json/version`).
> **Important**: As of Chrome 136 you need to specify `--user-data-dir` alongside `--remote-debugging-port`. Read more on their [official post](https://developer.chrome.com/blog/remote-debugging-port).
## Authentication
By default, stash is not configured with any sort of password protection. To enable password protection, both `Username` and `Password` must be populated. Note that when entering a new username and password where none was set previously, the system will immediately request these credentials to log you in.