Skip to content

Commit

Permalink
Merge pull request #1 from Amsterdam/bdaniels/initial-config
Browse files Browse the repository at this point in the history
inital config
  • Loading branch information
barrydaniels-nl authored Jul 15, 2024
2 parents 7703b95 + 692ae9a commit 4a781a3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
42 changes: 22 additions & 20 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
# Change these first
owner: upptime # Your GitHub organization or username, where this repository lives
repo: upptime # The name of this repository
owner: amsterdam # Your GitHub organization or username, where this repository lives
repo: amsterdam-uptime # The name of this repository
user-agent: amsterdam-uptime # Make sure this is unique to avoid conflicts

sites:
- name: Google
url: https://www.google.com
- name: Wikipedia
url: https://en.wikipedia.org
- name: Hacker News
url: https://news.ycombinator.com
- name: Test Broken Site
url: https://thissitedoesnotexist.koj.co
- name: IPv6 test
url: forwardemail.net
port: 80
check: "tcp-ping"
ipv6: true
- name: DSO-API
url: https://api.data.amsterdam.nl/v1/aardgasverbruik/mra_liander/?_format=json
maxResponseTime: 3000
- name: Geosearch
url: https://api.data.amsterdam.nl/geosearch/?datasets=bedrijveninvesteringszones%2Fbedrijveninvesteringszones&lat=52.365804&lon=4.8963802&radius=25
maxResponseTime: 3000
- name: Atlas
url: https://api.data.amsterdam.nl/atlas/search/adres/?format=json&q=Oudeschans+31+X
maxResponseTime: 3000
- name: DSO-API Catalog
url: https://api.data.amsterdam.nl/api/
maxResponseTime: 3000
- name: Mapserver
url: https://map.data.amsterdam.nl/service/?REQUEST=GetMap&FORMAT=image%2Fpng&SRS=EPSG:28992&BBOX=121551.5257836096,488649.3498838544,121704.2287054483,488802.0528056931&VERSION=1.1.0&STYLES=&SERVICE=WMS&WIDTH=256&HEIGHT=256&TRANSPARENT=TRUE&LAYERS=topografie
maxResponseTime: 3000

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
cname: demo.upptime.js.org
# baseUrl: /your-repo-name
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
# baseUrl: /amsterdam-uptime
logoUrl: https://api.data.amsterdam.nl/api/gemeente_Amsterdam_logo.svg
name: Upptime
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime)
introTitle: "Uptime status pagina voor Gemeente Amsterdam APIs"
thene: light
navbar:
- title: Status
href: /
Expand Down
5 changes: 1 addition & 4 deletions assets/upptime-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a781a3

Please sign in to comment.