add sharex tutorial :3
This commit is contained in:
parent
735b8a5cb6
commit
a605eda9f8
|
@ -20,3 +20,11 @@ PORT=3000
|
||||||
yarn install
|
yarn install
|
||||||
yarn start
|
yarn start
|
||||||
```
|
```
|
||||||
|
# Usage in ShareX
|
||||||
|
|
||||||
|
To use this service in ShareX, download example_sharex_config.sxcu from the source and edit the following:
|
||||||
|
|
||||||
|
```
|
||||||
|
"RequestURL": "https://r2.insertr2domain.com", - edit this line with your R2 domain set in .env file under R2_DOMAIN
|
||||||
|
"X-API-Key": "insert_your_api_key_found_in_UPLOAD_SEC" - edit this line with your key set in .env file under UPLOAD_SEC
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user