Update selfhosted-screenshots-api.md

This commit is contained in:
Stefan Pejcic 2024-11-13 14:08:23 +01:00 committed by GitHub
parent 74556f94cc
commit d0fac1441f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ Replace `http://screenshots-api.openpanel.com/screenshot` with the URL of the th
If you have multiple OpenPanel servers and want to use your own screenshots API, you can designate one server to generate all the screenshots for domains hosted on other servers.
To do this, set up the [Screenshots API service for OpenPanel](https://github.com/stefanpejcic/OpenPanel/blob/main/services/screenshots/README.md) on one server, add the domain to it, and then update the screenshots service on your OpenPanel servers to use the new instance:
To do this, set up the [Screenshots API service for OpenPanel](https://github.com/stefanpejcic/OpenPanel/blob/main/services/screenshots/README.md) on one server, add the domain to it, and then update the [screenshots](https://dev.openpanel.com/cli/config.html#screenshots) service on your OpenPanel servers to use the new instance:
```
opencli config update screenshots "http://your-screenshots-api.com:5000/screenshot"