Openstatus www.openstatus.dev

small docs improvment (#1612)

authored by

Thibault Le Ouay and committed by
GitHub
696008de 2aa970b7

+5 -3
+5 -3
apps/docs/src/content/docs/guides/self-hosting-openstatus.mdx
··· 7 7 import localOpenstatus from '../../../assets/guides/self-hosting-openstatus/local-openstatus.png'; 8 8 9 9 10 - If you want to self host openstatus, we provide a [docker-compose](https://www.github.com/) file to get you started quickly. 10 + If you want to self host openstatus, we provide a [docker-compose](https://github.com/openstatusHQ/openstatus/blob/2aa970b7fc2afaca5e3ec584beda69c1f69ca34d/docker-compose.yaml) file to get you started quickly. 11 11 12 12 13 13 ## Known limitations 14 14 15 - - It only works with private locations. You have to deploy our probes to the cloud provider of your choice. 15 + - It only works with private locations. You have to deploy our probes to the cloud provider of your choice. 16 16 17 17 ## Get started 18 18 ··· 84 84 85 85 11. Create a new private location in the dashboard. 86 86 87 - 12. Deploy the private location to your cloud provider of choice with they API key 87 + 12. Deploy the private location to your cloud provider of choice with your location api key `OPENSTATUS_KEY`, and `OPENSTATUS_INGEST_URL` . 88 + 89 + The docker image of the private location is `ghcr.io/openstatushq/private-location:latest` 88 90 89 91 13. Create monitors and start monitoring your services! 90 92