Skip to content

Commit

Permalink
Add search deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed May 11, 2024
1 parent f08080e commit 67cef04
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ sites:

- name: API v3
url: https://world.openfoodfacts.org/api/v3/product/3175681257511?fields=product_name,code

- name: API v2
url: https://world.openfoodfacts.org/api/v2/product/3175681257511?fields=product_name,code

- name: Open Food Facts Images
url: https://images.openfoodfacts.org/images/products/326/385/988/3713/front_fr.19.100.jpg

- name: Staging deployment
url: https://world.openfoodfacts.net
headers:
Expand All @@ -34,7 +34,7 @@ sites:

- name: Analytics platform
url: https://analytics.openfoodfacts.org

- name: Metrics platform
url: https://metrics.openfoodfacts.org

Expand All @@ -46,6 +46,14 @@ sites:
headers:
- "Authorization: Basic $ALERT_MANAGER_BASICAUTH"

- name: Search
url: https://search.openfoodfacts.org/?q=Nutella

- name: Search (staging)
url: https://search.openfoodfacts.net/?q=Nutella
headers:
- "Authorization: Basic b2ZmOm9mZg=="

status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
Expand All @@ -54,7 +62,6 @@ status-website:
logoUrl: https://static.openfoodfacts.org/images/logos/off-logo-horizontal-light.svg
name: OpenFoodFacts status
introTitle: "Status page for OpenFoodFacts infrastructure"
# introMessage:
navbar:
- title: OpenFoodFacts
href: https://world.openfoodfacts.org/
Expand Down

0 comments on commit 67cef04

Please sign in to comment.