Compare commits
63 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17323d9fb0 | |||
| 16e548ba1c | |||
| 676cf35e57 | |||
| 60806a7068 | |||
| ba99d47b5f | |||
| e8e76e06aa | |||
| a4c607b7ce | |||
| e2e0be35b5 | |||
| d451452ebb | |||
| 67737d266d | |||
| f91901c04f | |||
| 8977cb676c | |||
| 3653bce898 | |||
| 753eb37b3d | |||
| d92b66bdd7 | |||
| bfd3fa9ee6 | |||
| e21d8e3e80 | |||
| eb674e5175 | |||
| 00460ff283 | |||
| 27e697e665 | |||
| b86abe60b4 | |||
| 11f9dba3ef | |||
| a36ac77dfb | |||
| e94e850d51 | |||
| b2184ade45 | |||
| 9cd052a60c | |||
| 7f64084083 | |||
| ae13a67299 | |||
| 5b9e5fbcb6 | |||
| 0276a622c4 | |||
| 09c528f284 | |||
| 99d68a55b8 | |||
| bf27056bcf | |||
| 1e6c677ac7 | |||
| 57a5da54a5 | |||
| fa622ff3d1 | |||
| d0901fd7f8 | |||
| 4c95498521 | |||
| bdf05d09ba | |||
| 713fe15aa0 | |||
| 0e217aa24e | |||
| 17478033c5 | |||
| 3e80284199 | |||
| 96eb54bea7 | |||
| c79f432029 | |||
| be55e0d563 | |||
| 97b9e23c39 | |||
| 0993dd2578 | |||
| a18432bf3a | |||
| 2b4224ffc0 | |||
| 8e32311940 | |||
| d7ed23dc15 | |||
| 02950bc310 | |||
| 39d63fac81 | |||
| e67b05e825 | |||
| dd7ecb9fa2 | |||
| 183d7daffb | |||
| 6e76554db7 | |||
| cd82dc6135 | |||
| 600e5369eb | |||
| 26fa20deb4 | |||
| d5ff76dcb9 | |||
| 161dc67258 |
@@ -1,9 +0,0 @@
|
||||
# Markdown
|
||||
*.md linguist-detectable=true
|
||||
*.md linguist-documentation=false
|
||||
|
||||
# JSON
|
||||
*.json linguist-detectable=true
|
||||
|
||||
# YAML
|
||||
*.yml linguist-detectable=true
|
||||
@@ -1,40 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
assignees: 'AnandChowdhary'
|
||||
|
||||
---
|
||||
|
||||
<!-- If you have a question, you should use Discussions instead: https://github.com/orgs/upptime/discussions -->
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
@@ -1,8 +0,0 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Feature requests and ideas
|
||||
url: https://github.com/orgs/upptime/discussions/new?category=ideas
|
||||
about: Suggest an idea for this project
|
||||
- name: Questions
|
||||
url: https://github.com/orgs/upptime/discussions/new?category=q-a
|
||||
about: Please ask and answer questions here
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
name: Maintenance Event
|
||||
about: Schedule a work window
|
||||
title: "[Scheduled Maintenance] Site down for Maintenance"
|
||||
labels: maintenance
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
start: 2021-08-24T13:00:00.220Z
|
||||
end: 2021-08-24T14:00:00.220Z
|
||||
expectedDown: google, hacker-news
|
||||
-->
|
||||
|
||||
**Additional context**
|
||||
Who/what/when/where/why is this maintenance happening
|
||||
@@ -1,39 +0,0 @@
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.3
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
# * Docs and more: https://upptime.js.org
|
||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
||||
|
||||
|
||||
name: Graphs CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
repository_dispatch:
|
||||
types: [graphs]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Generate graphs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate graphs
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "graphs"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
@@ -1,40 +0,0 @@
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.3
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
# * Docs and more: https://upptime.js.org
|
||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
||||
|
||||
|
||||
name: Response Time CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 23 * * *"
|
||||
repository_dispatch:
|
||||
types: [response_time]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Check status
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
@@ -1,72 +0,0 @@
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.3
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
# * Docs and more: https://upptime.js.org
|
||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
||||
|
||||
|
||||
name: Setup CI
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- ".upptimerc.yml"
|
||||
repository_dispatch:
|
||||
types: [setup]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Setup Upptime
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate graphs
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: Graphs CI
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- uses: peaceiris/actions-gh-pages@v4
|
||||
name: GitHub Pages Deploy
|
||||
with:
|
||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
||||
publish_dir: "site/status-page/__sapper__/export/"
|
||||
force_orphan: "false"
|
||||
user_name: "Upptime Bot"
|
||||
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
||||
@@ -1,48 +0,0 @@
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.3
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
# * Docs and more: https://upptime.js.org
|
||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
||||
|
||||
|
||||
name: Static Site CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 1 * * *"
|
||||
repository_dispatch:
|
||||
types: [static_site]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Build and deploy site
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- uses: peaceiris/actions-gh-pages@v4
|
||||
name: GitHub Pages Deploy
|
||||
with:
|
||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
||||
publish_dir: "site/status-page/__sapper__/export/"
|
||||
force_orphan: "false"
|
||||
user_name: "Upptime Bot"
|
||||
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
||||
@@ -1,39 +0,0 @@
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.3
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
# * Docs and more: https://upptime.js.org
|
||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
||||
|
||||
|
||||
name: Summary CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
repository_dispatch:
|
||||
types: [summary]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Generate README
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
@@ -1,39 +0,0 @@
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.3
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
# * Docs and more: https://upptime.js.org
|
||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
||||
|
||||
|
||||
name: Update Template CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
repository_dispatch:
|
||||
types: [update_template]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
@@ -1,37 +0,0 @@
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.3
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
# * Docs and more: https://upptime.js.org
|
||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
||||
|
||||
|
||||
name: Updates CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 3 * * *"
|
||||
repository_dispatch:
|
||||
types: [updates]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Deploy updates
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update code
|
||||
uses: upptime/updates@master
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
@@ -1,40 +0,0 @@
|
||||
#
|
||||
# ===============================
|
||||
# Do not edit this file directly!
|
||||
# ===============================
|
||||
#
|
||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.3
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
# * Docs and more: https://upptime.js.org
|
||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
||||
|
||||
|
||||
name: Uptime CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/5 * * * *"
|
||||
repository_dispatch:
|
||||
types: [uptime]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
release:
|
||||
name: Check status
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Check endpoint status
|
||||
uses: upptime/uptime-monitor@v1.41.3
|
||||
with:
|
||||
command: "update"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
-135
@@ -1,135 +0,0 @@
|
||||
owner: hykilpikonna
|
||||
repo: upptime
|
||||
|
||||
sites:
|
||||
# ovh.hydev.org - OVH Montreal
|
||||
- name: Link Shortener (lisho)
|
||||
url: https://sh.hydev.org
|
||||
- name: File Server
|
||||
url: https://hydev.org
|
||||
- name: Matrix Synapse
|
||||
url: https://hydev.org/_matrix/static/
|
||||
- name: One Among Us GitHub Webhook
|
||||
url: https://hydev.org/_github
|
||||
- name: One Among Us Telegram Backup
|
||||
url: https://hydev.org/backup
|
||||
|
||||
# camellia.home.net.men.ci - Menci's Lab
|
||||
- name: Amaoke
|
||||
url: https://amaoke.app
|
||||
- name: Voice Tools Backend
|
||||
url: https://voice-backend.hydev.org
|
||||
- name: Whisper Transcription Backend
|
||||
url: https://whisper.hydev.org
|
||||
- name: Sekai LLM Inference
|
||||
url: https://sekai.aquadx.net/llm/health
|
||||
- name: Camellia Stable Diffusion
|
||||
url: https://camellia-sd.hydev.org/Text2Image
|
||||
|
||||
# tulip.hydev.org - Stable Docker Web Deployment
|
||||
- name: Tulip Host
|
||||
url: https://tulip.hydev.org
|
||||
- name: Profile API
|
||||
url: https://profile-api.hydev.org
|
||||
expectedStatusCodes:
|
||||
- 200
|
||||
- 404
|
||||
- name: Project Instant
|
||||
url: https://p.hydev.org
|
||||
- name: Telegram Channel Tree
|
||||
url: https://tree.aza.moe
|
||||
- name: Grafana
|
||||
url: https://grafana.hydev.org
|
||||
- name: InfluxDB
|
||||
url: https://influx.hydev.org
|
||||
- name: Minecraft Server
|
||||
url: https://mc.hydev.org
|
||||
- name: Slither Link
|
||||
url: https://slither.hydev.org
|
||||
- name: Moderator Webhook
|
||||
url: https://moderator-webhook.hydev.org
|
||||
expectedStatusCodes:
|
||||
- 200
|
||||
- 405
|
||||
- name: Orizuru Staging
|
||||
url: https://staging.orizuru.org
|
||||
- name: Gitea
|
||||
url: https://gitea.aza.moe
|
||||
- name: DocuSeal
|
||||
url: https://docuseal.hydev.org
|
||||
- name: Flowy Backend (CSC301)
|
||||
url: https://301-bk.hydev.org
|
||||
- name: MeetSphere (CSC309)
|
||||
url: https://meet.hydev.org
|
||||
- name: Owncast
|
||||
url: https://cast.hydev.org
|
||||
- name: Owncast Public
|
||||
url: https://pcast.hydev.org
|
||||
expectedStatusCodes:
|
||||
- 200
|
||||
- 401
|
||||
- name: Open WebUI
|
||||
url: https://ow.hydev.org
|
||||
- name: SillyTavern
|
||||
url: https://tavern.hydev.org
|
||||
expectedStatusCodes:
|
||||
- 200
|
||||
- 401
|
||||
|
||||
# rose.hydev.org - HDD Deployment VM
|
||||
- name: Jellyfin
|
||||
url: https://jellyfin.hydev.org/health
|
||||
- name: Immich
|
||||
url: https://immich.hydev.org
|
||||
- name: Web Archive
|
||||
url: https://archive.hydev.org
|
||||
|
||||
# lilac.hydev.org - Proxmox VE
|
||||
- name: Home Assistant
|
||||
url: https://home.hydev.org
|
||||
|
||||
# snowdrop.hydev.org - Oracle ARM
|
||||
- name: AquaDX
|
||||
url: https://aquadx.net
|
||||
- name: AquaDX Mirror
|
||||
url: https://aquadx.hydev.org
|
||||
|
||||
# GitHub Pages - primary
|
||||
- name: Profile Redirect
|
||||
url: https://profile.hydev.org
|
||||
- name: tg-blog Demo
|
||||
url: https://test-tg.one-among.us
|
||||
- name: FAD Toolkit Paper
|
||||
url: https://fadtk.hydev.org
|
||||
- name: Voice Tools Frontend
|
||||
url: https://voice.hydev.org
|
||||
- name: Uptime Monitor
|
||||
url: https://uptime.hydev.org
|
||||
- name: Personal Projects (me)
|
||||
url: https://me.hydev.org
|
||||
|
||||
# Cloudflare Pages
|
||||
- name: One Among Us
|
||||
url: https://one-among.us
|
||||
- name: One Among Us Data
|
||||
url: https://data.one-among.us
|
||||
- name: Blog (aza.moe)
|
||||
url: https://aza.moe
|
||||
- name: Neowofetch
|
||||
url: https://neowofetch.hydev.org
|
||||
- name: Maigo Labs
|
||||
url: https://maigo.dev
|
||||
- name: Flowy (CSC301)
|
||||
url: https://flowy.hydev.org
|
||||
|
||||
status-website:
|
||||
cname: uptime.hydev.org
|
||||
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
|
||||
name: HyDEV Uptime
|
||||
introTitle: "**HyDEV Uptime** monitors all hydev.org services."
|
||||
introMessage: Real-time status of services hosted across HyDEV's server fleet. Powered by [Upptime](https://github.com/upptime/upptime) — GitHub Actions, Issues, and Pages.
|
||||
navbar:
|
||||
- title: Status
|
||||
href: /
|
||||
- title: GitHub
|
||||
href: https://github.com/$OWNER/$REPO
|
||||
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <meta content="width=device-width,initial-scale=1" name=viewport> <meta content=#333333 name=theme-color> <base href=/ > <link href=manifest.json rel=manifest crossorigin=use-credentials> <script>__SAPPER__={baseUrl:"",preloaded:[void 0]};if('serviceWorker' in navigator)navigator.serviceWorker.register('/service-worker.js');(function(){try{eval("async function x(){}");var main="/client/client.2798b463.js"}catch(e){main="/client/legacy/client.da3f5377.js"};var s=document.createElement("script");try{new Function("if(0)import('')")();s.src=main;s.type="module";s.crossOrigin="use-credentials";}catch(e){s.src="/client/shimport@2.0.5.js";s.setAttribute("data-main",main);}document.head.appendChild(s);}());</script> <link href=client/client-31a52aa5.css rel=stylesheet><link href=client/createOctokit-a85f76c7.css rel=stylesheet><link href=client/index-b0b6455a.css rel=stylesheet> <script>// If `prefers-color-scheme` is not supported, fall back to light mode.
|
||||
// In this case, light.css will be downloaded with `highest` priority.
|
||||
if (typeof window !== "undefined" && typeof document !== "undefined" && "matchMedia" in window && window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') {
|
||||
document.documentElement.style.display = 'none';
|
||||
document.head.insertAdjacentHTML(
|
||||
'beforeend',
|
||||
'<link rel="stylesheet" href={`${config.path}/themes/light.css`} onload="document.documentElement.style.display = \'\'">',
|
||||
);
|
||||
} </script> <link href=https://uptime.hydev.org/themes/light.css rel=stylesheet media=(prefers-color-scheme:light)> <link href=https://uptime.hydev.org/themes/dark.css rel=stylesheet media=(prefers-color-scheme:dark)><link href=https://uptime.hydev.org/global.css rel=stylesheet><link href=https://raw.githubusercontent.com/upptime/upptime/master/assets/upptime-icon.svg rel=icon type=image/svg><link href=/logo-192.png rel=icon type=image/png> <link href=/client/client.2798b463.js rel=modulepreload as=script crossorigin=use-credentials><link href=/client/client-31a52aa5.css rel=preload as=style><link href=/client/index.f1b77d55.js rel=modulepreload as=script crossorigin=use-credentials><link href=/client/createOctokit.f9edfb6a.js rel=modulepreload as=script crossorigin=use-credentials><link href=/client/inject_styles.803b7e80.js rel=modulepreload as=script crossorigin=use-credentials><link href=/client/createOctokit-a85f76c7.css rel=preload as=style><link href=/client/index-b0b6455a.css rel=preload as=style></head> <body> <div id=sapper> <nav class=svelte-a08hsz><div class="svelte-a08hsz container"><div><a href=https://uptime.hydev.org class="svelte-a08hsz logo"><img alt="" class=svelte-a08hsz src=https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg> <div>HyDEV Uptime</div></a></div> <ul class=svelte-a08hsz><li><a href=/ class=svelte-a08hsz target=_self>Status</a> <li><a href=https://github.com/hykilpikonna/upptime class=svelte-a08hsz target=_self>GitHub</a> </li> </ul></div> </nav> <main class=container></main> <footer class=svelte-jbr799><p>This page is <a href=https://github.com/hykilpikonna/upptime>open source</a>, powered by <a href=https://upptime.js.org>Upptime</a></p> </footer></div> <script> try {
|
||||
if (typeof window !== "undefined" && window.navigator && navigator.serviceWorker) {
|
||||
navigator.serviceWorker.getRegistrations().then(function (registrations) {
|
||||
for (let registration of registrations) {
|
||||
registration.unregister();
|
||||
}
|
||||
});
|
||||
}
|
||||
if (typeof window !== "undefined" && "caches" in window) {
|
||||
caches.keys().then(function (keyList) {
|
||||
return Promise.all(
|
||||
keyList.map(function (key) {
|
||||
return caches.delete(key);
|
||||
})
|
||||
);
|
||||
});
|
||||
}
|
||||
} catch (error) {} </script>
|
||||
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Anand Chowdhary
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -1,74 +0,0 @@
|
||||
# [📈 Live Status](https://uptime.hydev.org): <!--live status--> **🟧 Partial outage**
|
||||
|
||||
This repository contains the open-source uptime monitor and status page for [Azalea](aza.moe), powered by [Upptime](https://github.com/upptime/upptime).
|
||||
|
||||
[](https://github.com/hykilpikonna/upptime/actions?query=workflow%3A%22Uptime+CI%22)
|
||||
[](https://github.com/hykilpikonna/upptime/actions?query=workflow%3A%22Response+Time+CI%22)
|
||||
[](https://github.com/hykilpikonna/upptime/actions?query=workflow%3A%22Graphs+CI%22)
|
||||
[](https://github.com/hykilpikonna/upptime/actions?query=workflow%3A%22Static+Site+CI%22)
|
||||
[](https://github.com/hykilpikonna/upptime/actions?query=workflow%3A%22Summary+CI%22)
|
||||
|
||||
With [Upptime](https://upptime.js.org), you can get your own unlimited and free uptime monitor and status page, powered entirely by a GitHub repository. We use [Issues](https://github.com/hykilpikonna/upptime/issues) as incident reports, [Actions](https://github.com/hykilpikonna/upptime/actions) as uptime monitors, and [Pages](https://uptime.hydev.org) for the status page.
|
||||
|
||||
<!--start: status pages-->
|
||||
<!-- This summary is generated by Upptime (https://github.com/upptime/upptime) -->
|
||||
<!-- Do not edit this manually, your changes will be overwritten -->
|
||||
<!-- prettier-ignore -->
|
||||
| URL | Status | History | Response Time | Uptime |
|
||||
| --- | ------ | ------- | ------------- | ------ |
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/sh.hydev.org.ico" height="13"> [Link Shortener (lisho)](https://sh.hydev.org) | 🟩 Up | [link-shortener-lisho.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/link-shortener-lisho.yml) | <details><summary><img alt="Response time graph" src="./graphs/link-shortener-lisho/response-time-week.png" height="20"> 259ms</summary><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="Response time 264" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="24-hour response time 394" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="7-day response time 259" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="30-day response time 264" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="1-year response time 264" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/link-shortener-lisho">100.00%</a></summary><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/link-shortener-lisho"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Flink-shortener-lisho%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/hydev.org.ico" height="13"> [File Server](https://hydev.org) | 🟩 Up | [file-server.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/file-server.yml) | <details><summary><img alt="Response time graph" src="./graphs/file-server/response-time-week.png" height="20"> 475ms</summary><br><a href="https://uptime.hydev.org/history/file-server"><img alt="Response time 502" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/file-server"><img alt="24-hour response time 789" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/file-server"><img alt="7-day response time 475" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/file-server"><img alt="30-day response time 502" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/file-server"><img alt="1-year response time 502" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/file-server">100.00%</a></summary><a href="https://uptime.hydev.org/history/file-server"><img alt="All-time uptime 99.61%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/file-server"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/file-server"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/file-server"><img alt="30-day uptime 99.61%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/file-server"><img alt="1-year uptime 99.61%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffile-server%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/hydev.org.ico" height="13"> [Matrix Synapse](https://hydev.org/_matrix/static/) | 🟩 Up | [matrix-synapse.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/matrix-synapse.yml) | <details><summary><img alt="Response time graph" src="./graphs/matrix-synapse/response-time-week.png" height="20"> 123ms</summary><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="Response time 1299" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="24-hour response time 325" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="7-day response time 123" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="30-day response time 1299" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="1-year response time 1299" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/matrix-synapse">96.31%</a></summary><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="All-time uptime 97.77%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="7-day uptime 96.31%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="30-day uptime 97.77%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/matrix-synapse"><img alt="1-year uptime 97.77%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmatrix-synapse%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/hydev.org.ico" height="13"> [One Among Us GitHub Webhook](https://hydev.org/_github) | 🟩 Up | [one-among-us-git-hub-webhook.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/one-among-us-git-hub-webhook.yml) | <details><summary><img alt="Response time graph" src="./graphs/one-among-us-git-hub-webhook/response-time-week.png" height="20"> 89ms</summary><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="Response time 76" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="24-hour response time 329" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="7-day response time 89" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="30-day response time 76" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="1-year response time 76" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook">100.00%</a></summary><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="All-time uptime 99.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="30-day uptime 99.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-git-hub-webhook"><img alt="1-year uptime 99.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-git-hub-webhook%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/hydev.org.ico" height="13"> [One Among Us Telegram Backup](https://hydev.org/backup) | 🟩 Up | [one-among-us-telegram-backup.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/one-among-us-telegram-backup.yml) | <details><summary><img alt="Response time graph" src="./graphs/one-among-us-telegram-backup/response-time-week.png" height="20"> 167ms</summary><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="Response time 145" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="24-hour response time 434" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="7-day response time 167" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="30-day response time 145" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="1-year response time 145" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup">100.00%</a></summary><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="All-time uptime 99.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="30-day uptime 99.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-telegram-backup"><img alt="1-year uptime 99.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-telegram-backup%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/amaoke.app.ico" height="13"> [Amaoke](https://amaoke.app) | 🟩 Up | [amaoke.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/amaoke.yml) | <details><summary><img alt="Response time graph" src="./graphs/amaoke/response-time-week.png" height="20"> 3488ms</summary><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="Response time 2313" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="24-hour response time 939" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="7-day response time 3488" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="30-day response time 2313" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="1-year response time 2313" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/amaoke">98.98%</a></summary><a href="https://uptime.hydev.org/history/amaoke"><img alt="All-time uptime 98.82%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="7-day uptime 98.98%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="30-day uptime 98.82%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/amaoke"><img alt="1-year uptime 98.82%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Famaoke%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/voice-backend.hydev.org.ico" height="13"> [Voice Tools Backend](https://voice-backend.hydev.org) | 🟩 Up | [voice-tools-backend.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/voice-tools-backend.yml) | <details><summary><img alt="Response time graph" src="./graphs/voice-tools-backend/response-time-week.png" height="20"> 561ms</summary><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="Response time 569" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="24-hour response time 617" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="7-day response time 561" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="30-day response time 569" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="1-year response time 569" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/voice-tools-backend">100.00%</a></summary><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-backend"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-backend%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/whisper.hydev.org.ico" height="13"> [Whisper Transcription Backend](https://whisper.hydev.org) | 🟩 Up | [whisper-transcription-backend.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/whisper-transcription-backend.yml) | <details><summary><img alt="Response time graph" src="./graphs/whisper-transcription-backend/response-time-week.png" height="20"> 176ms</summary><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="Response time 180" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="24-hour response time 211" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="7-day response time 176" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="30-day response time 180" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="1-year response time 180" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/whisper-transcription-backend">100.00%</a></summary><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/whisper-transcription-backend"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fwhisper-transcription-backend%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/sekai.aquadx.net.ico" height="13"> [Sekai LLM Inference](https://sekai.aquadx.net/llm/health) | 🟥 Down | [sekai-llm-inference.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/sekai-llm-inference.yml) | <details><summary><img alt="Response time graph" src="./graphs/sekai-llm-inference/response-time-week.png" height="20"> 462ms</summary><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="Response time 516" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="24-hour response time 218" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="7-day response time 462" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="30-day response time 516" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="1-year response time 516" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/sekai-llm-inference">100.00%</a></summary><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="All-time uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="30-day uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/sekai-llm-inference"><img alt="1-year uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsekai-llm-inference%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/camellia-sd.hydev.org.ico" height="13"> [Camellia Stable Diffusion](https://camellia-sd.hydev.org/Text2Image) | 🟩 Up | [camellia-stable-diffusion.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/camellia-stable-diffusion.yml) | <details><summary><img alt="Response time graph" src="./graphs/camellia-stable-diffusion/response-time-week.png" height="20"> 719ms</summary><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="Response time 663" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="24-hour response time 472" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="7-day response time 719" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="30-day response time 663" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="1-year response time 663" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/camellia-stable-diffusion">99.76%</a></summary><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="All-time uptime 98.98%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="7-day uptime 99.76%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="30-day uptime 98.98%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/camellia-stable-diffusion"><img alt="1-year uptime 98.98%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fcamellia-stable-diffusion%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/tulip.hydev.org.ico" height="13"> [Tulip Host](https://tulip.hydev.org) | 🟥 Down | [tulip-host.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/tulip-host.yml) | <details><summary><img alt="Response time graph" src="./graphs/tulip-host/response-time-week.png" height="20"> 0ms</summary><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="Response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="24-hour response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="7-day response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="30-day response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="1-year response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/tulip-host">100.00%</a></summary><a href="https://uptime.hydev.org/history/tulip-host"><img alt="All-time uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="30-day uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/tulip-host"><img alt="1-year uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftulip-host%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/profile-api.hydev.org.ico" height="13"> [Profile API](https://profile-api.hydev.org) | 🟩 Up | [profile-api.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/profile-api.yml) | <details><summary><img alt="Response time graph" src="./graphs/profile-api/response-time-week.png" height="20"> 364ms</summary><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="Response time 320" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="24-hour response time 393" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="7-day response time 364" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="30-day response time 320" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="1-year response time 320" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/profile-api">100.00%</a></summary><a href="https://uptime.hydev.org/history/profile-api"><img alt="All-time uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="30-day uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/profile-api"><img alt="1-year uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-api%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/p.hydev.org.ico" height="13"> [Project Instant](https://p.hydev.org) | 🟥 Down | [project-instant.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/project-instant.yml) | <details><summary><img alt="Response time graph" src="./graphs/project-instant/response-time-week.png" height="20"> 0ms</summary><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="Response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="24-hour response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="7-day response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="30-day response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="1-year response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/project-instant">100.00%</a></summary><a href="https://uptime.hydev.org/history/project-instant"><img alt="All-time uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="30-day uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/project-instant"><img alt="1-year uptime 93.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fproject-instant%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/tree.aza.moe.ico" height="13"> [Telegram Channel Tree](https://tree.aza.moe) | 🟩 Up | [telegram-channel-tree.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/telegram-channel-tree.yml) | <details><summary><img alt="Response time graph" src="./graphs/telegram-channel-tree/response-time-week.png" height="20"> 332ms</summary><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="Response time 358" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="24-hour response time 414" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="7-day response time 332" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="30-day response time 358" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="1-year response time 358" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/telegram-channel-tree">100.00%</a></summary><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="All-time uptime 99.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="30-day uptime 99.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/telegram-channel-tree"><img alt="1-year uptime 99.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftelegram-channel-tree%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/grafana.hydev.org.ico" height="13"> [Grafana](https://grafana.hydev.org) | 🟩 Up | [grafana.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/grafana.yml) | <details><summary><img alt="Response time graph" src="./graphs/grafana/response-time-week.png" height="20"> 348ms</summary><br><a href="https://uptime.hydev.org/history/grafana"><img alt="Response time 365" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/grafana"><img alt="24-hour response time 475" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/grafana"><img alt="7-day response time 348" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/grafana"><img alt="30-day response time 365" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/grafana"><img alt="1-year response time 365" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/grafana">100.00%</a></summary><a href="https://uptime.hydev.org/history/grafana"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/grafana"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/grafana"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/grafana"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/grafana"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgrafana%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/influx.hydev.org.ico" height="13"> [InfluxDB](https://influx.hydev.org) | 🟩 Up | [influx-db.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/influx-db.yml) | <details><summary><img alt="Response time graph" src="./graphs/influx-db/response-time-week.png" height="20"> 254ms</summary><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="Response time 964" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="24-hour response time 323" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="7-day response time 254" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="30-day response time 964" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="1-year response time 964" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/influx-db">100.00%</a></summary><a href="https://uptime.hydev.org/history/influx-db"><img alt="All-time uptime 99.78%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="30-day uptime 99.78%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/influx-db"><img alt="1-year uptime 99.78%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Finflux-db%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/mc.hydev.org.ico" height="13"> [Minecraft Server](https://mc.hydev.org) | 🟩 Up | [minecraft-server.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/minecraft-server.yml) | <details><summary><img alt="Response time graph" src="./graphs/minecraft-server/response-time-week.png" height="20"> 211ms</summary><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="Response time 211" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="24-hour response time 322" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="7-day response time 211" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="30-day response time 211" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="1-year response time 211" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/minecraft-server">100.00%</a></summary><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="All-time uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="30-day uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/minecraft-server"><img alt="1-year uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fminecraft-server%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/slither.hydev.org.ico" height="13"> [Slither Link](https://slither.hydev.org) | 🟩 Up | [slither-link.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/slither-link.yml) | <details><summary><img alt="Response time graph" src="./graphs/slither-link/response-time-week.png" height="20"> 242ms</summary><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="Response time 265" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="24-hour response time 388" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="7-day response time 242" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="30-day response time 265" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="1-year response time 265" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/slither-link">100.00%</a></summary><a href="https://uptime.hydev.org/history/slither-link"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/slither-link"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fslither-link%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/moderator-webhook.hydev.org.ico" height="13"> [Moderator Webhook](https://moderator-webhook.hydev.org) | 🟩 Up | [moderator-webhook.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/moderator-webhook.yml) | <details><summary><img alt="Response time graph" src="./graphs/moderator-webhook/response-time-week.png" height="20"> 226ms</summary><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="Response time 275" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="24-hour response time 328" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="7-day response time 226" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="30-day response time 275" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="1-year response time 275" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/moderator-webhook">100.00%</a></summary><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="All-time uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="30-day uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/moderator-webhook"><img alt="1-year uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmoderator-webhook%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/staging.orizuru.org.ico" height="13"> [Orizuru Staging](https://staging.orizuru.org) | 🟥 Down | [orizuru-staging.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/orizuru-staging.yml) | <details><summary><img alt="Response time graph" src="./graphs/orizuru-staging/response-time-week.png" height="20"> 0ms</summary><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="Response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="24-hour response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="7-day response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="30-day response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="1-year response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/orizuru-staging">100.00%</a></summary><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="All-time uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="30-day uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/orizuru-staging"><img alt="1-year uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Forizuru-staging%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/gitea.aza.moe.ico" height="13"> [Gitea](https://gitea.aza.moe) | 🟩 Up | [gitea.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/gitea.yml) | <details><summary><img alt="Response time graph" src="./graphs/gitea/response-time-week.png" height="20"> 249ms</summary><br><a href="https://uptime.hydev.org/history/gitea"><img alt="Response time 324" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/gitea"><img alt="24-hour response time 384" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/gitea"><img alt="7-day response time 249" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/gitea"><img alt="30-day response time 324" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/gitea"><img alt="1-year response time 324" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/gitea">47.63%</a></summary><a href="https://uptime.hydev.org/history/gitea"><img alt="All-time uptime 71.29%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/gitea"><img alt="24-hour uptime 31.78%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/gitea"><img alt="7-day uptime 47.63%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/gitea"><img alt="30-day uptime 71.29%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/gitea"><img alt="1-year uptime 71.29%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fgitea%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/docuseal.hydev.org.ico" height="13"> [DocuSeal](https://docuseal.hydev.org) | 🟩 Up | [docu-seal.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/docu-seal.yml) | <details><summary><img alt="Response time graph" src="./graphs/docu-seal/response-time-week.png" height="20"> 243ms</summary><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="Response time 281" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="24-hour response time 336" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="7-day response time 243" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="30-day response time 281" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="1-year response time 281" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/docu-seal">100.00%</a></summary><a href="https://uptime.hydev.org/history/docu-seal"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/docu-seal"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fdocu-seal%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/301-bk.hydev.org.ico" height="13"> [Flowy Backend (CSC301)](https://301-bk.hydev.org) | 🟩 Up | [flowy-backend-csc-301.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/flowy-backend-csc-301.yml) | <details><summary><img alt="Response time graph" src="./graphs/flowy-backend-csc-301/response-time-week.png" height="20"> 355ms</summary><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="Response time 378" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="24-hour response time 635" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="7-day response time 355" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="30-day response time 378" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="1-year response time 378" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/flowy-backend-csc-301">100.00%</a></summary><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="All-time uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="30-day uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/flowy-backend-csc-301"><img alt="1-year uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-backend-csc-301%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/meet.hydev.org.ico" height="13"> [MeetSphere (CSC309)](https://meet.hydev.org) | 🟩 Up | [meet-sphere-csc-309.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/meet-sphere-csc-309.yml) | <details><summary><img alt="Response time graph" src="./graphs/meet-sphere-csc-309/response-time-week.png" height="20"> 234ms</summary><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="Response time 260" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="24-hour response time 337" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="7-day response time 234" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="30-day response time 260" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="1-year response time 260" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/meet-sphere-csc-309">100.00%</a></summary><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="All-time uptime 99.89%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="30-day uptime 99.89%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/meet-sphere-csc-309"><img alt="1-year uptime 99.89%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmeet-sphere-csc-309%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/cast.hydev.org.ico" height="13"> [Owncast](https://cast.hydev.org) | 🟩 Up | [owncast.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/owncast.yml) | <details><summary><img alt="Response time graph" src="./graphs/owncast/response-time-week.png" height="20"> 393ms</summary><br><a href="https://uptime.hydev.org/history/owncast"><img alt="Response time 378" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/owncast"><img alt="24-hour response time 434" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/owncast"><img alt="7-day response time 393" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/owncast"><img alt="30-day response time 378" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/owncast"><img alt="1-year response time 378" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/owncast">100.00%</a></summary><a href="https://uptime.hydev.org/history/owncast"><img alt="All-time uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/owncast"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/owncast"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/owncast"><img alt="30-day uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/owncast"><img alt="1-year uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/pcast.hydev.org.ico" height="13"> [Owncast Public](https://pcast.hydev.org) | 🟩 Up | [owncast-public.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/owncast-public.yml) | <details><summary><img alt="Response time graph" src="./graphs/owncast-public/response-time-week.png" height="20"> 239ms</summary><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="Response time 258" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="24-hour response time 328" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="7-day response time 239" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="30-day response time 258" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="1-year response time 258" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/owncast-public">100.00%</a></summary><a href="https://uptime.hydev.org/history/owncast-public"><img alt="All-time uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="30-day uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/owncast-public"><img alt="1-year uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fowncast-public%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/ow.hydev.org.ico" height="13"> [Open WebUI](https://ow.hydev.org) | 🟩 Up | [open-web-ui.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/open-web-ui.yml) | <details><summary><img alt="Response time graph" src="./graphs/open-web-ui/response-time-week.png" height="20"> 243ms</summary><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="Response time 633" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="24-hour response time 337" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="7-day response time 243" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="30-day response time 633" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="1-year response time 633" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/open-web-ui">100.00%</a></summary><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="All-time uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="30-day uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/open-web-ui"><img alt="1-year uptime 99.79%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fopen-web-ui%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/tavern.hydev.org.ico" height="13"> [SillyTavern](https://tavern.hydev.org) | 🟩 Up | [silly-tavern.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/silly-tavern.yml) | <details><summary><img alt="Response time graph" src="./graphs/silly-tavern/response-time-week.png" height="20"> 251ms</summary><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="Response time 257" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="24-hour response time 317" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="7-day response time 251" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="30-day response time 257" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="1-year response time 257" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/silly-tavern">100.00%</a></summary><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="All-time uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="30-day uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/silly-tavern"><img alt="1-year uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fsilly-tavern%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/jellyfin.hydev.org.ico" height="13"> [Jellyfin](https://jellyfin.hydev.org/health) | 🟩 Up | [jellyfin.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/jellyfin.yml) | <details><summary><img alt="Response time graph" src="./graphs/jellyfin/response-time-week.png" height="20"> 275ms</summary><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="Response time 278" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="24-hour response time 275" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="7-day response time 275" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="30-day response time 278" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="1-year response time 278" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/jellyfin">4.54%</a></summary><a href="https://uptime.hydev.org/history/jellyfin"><img alt="All-time uptime 37.84%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="24-hour uptime 31.78%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="7-day uptime 4.54%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="30-day uptime 37.84%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/jellyfin"><img alt="1-year uptime 37.84%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fjellyfin%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/immich.hydev.org.ico" height="13"> [Immich](https://immich.hydev.org) | 🟥 Down | [immich.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/immich.yml) | <details><summary><img alt="Response time graph" src="./graphs/immich/response-time-week.png" height="20"> 15504ms</summary><br><a href="https://uptime.hydev.org/history/immich"><img alt="Response time 10649" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/immich"><img alt="24-hour response time 468" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/immich"><img alt="7-day response time 15504" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/immich"><img alt="30-day response time 10649" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/immich"><img alt="1-year response time 10649" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/immich">0.00%</a></summary><a href="https://uptime.hydev.org/history/immich"><img alt="All-time uptime 7.18%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/immich"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/immich"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/immich"><img alt="30-day uptime 7.18%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/immich"><img alt="1-year uptime 7.18%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fimmich%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/archive.hydev.org.ico" height="13"> [Web Archive](https://archive.hydev.org) | 🟩 Up | [web-archive.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/web-archive.yml) | <details><summary><img alt="Response time graph" src="./graphs/web-archive/response-time-week.png" height="20"> 36079ms</summary><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="Response time 18453" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="24-hour response time 1838" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="7-day response time 36079" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="30-day response time 18453" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="1-year response time 18453" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/web-archive">56.84%</a></summary><a href="https://uptime.hydev.org/history/web-archive"><img alt="All-time uptime 66.52%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="7-day uptime 56.84%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="30-day uptime 66.52%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/web-archive"><img alt="1-year uptime 66.52%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fweb-archive%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/home.hydev.org.ico" height="13"> [Home Assistant](https://home.hydev.org) | 🟩 Up | [home-assistant.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/home-assistant.yml) | <details><summary><img alt="Response time graph" src="./graphs/home-assistant/response-time-week.png" height="20"> 257ms</summary><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="Response time 555" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="24-hour response time 327" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="7-day response time 257" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="30-day response time 555" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="1-year response time 555" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/home-assistant">100.00%</a></summary><a href="https://uptime.hydev.org/history/home-assistant"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/home-assistant"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fhome-assistant%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/aquadx.net.ico" height="13"> [AquaDX](https://aquadx.net) | 🟩 Up | [aqua-dx.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/aqua-dx.yml) | <details><summary><img alt="Response time graph" src="./graphs/aqua-dx/response-time-week.png" height="20"> 250ms</summary><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="Response time 251" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="24-hour response time 619" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="7-day response time 250" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="30-day response time 251" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="1-year response time 251" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/aqua-dx">100.00%</a></summary><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="All-time uptime 99.26%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="30-day uptime 99.26%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx"><img alt="1-year uptime 99.26%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/aquadx.hydev.org.ico" height="13"> [AquaDX Mirror](https://aquadx.hydev.org) | 🟥 Down | [aqua-dx-mirror.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/aqua-dx-mirror.yml) | <details><summary><img alt="Response time graph" src="./graphs/aqua-dx-mirror/response-time-week.png" height="20"> 0ms</summary><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="Response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="24-hour response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="7-day response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="30-day response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="1-year response time 0" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/aqua-dx-mirror">100.00%</a></summary><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="All-time uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="30-day uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/aqua-dx-mirror"><img alt="1-year uptime 93.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Faqua-dx-mirror%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/profile.hydev.org.ico" height="13"> [Profile Redirect](https://profile.hydev.org) | 🟩 Up | [profile-redirect.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/profile-redirect.yml) | <details><summary><img alt="Response time graph" src="./graphs/profile-redirect/response-time-week.png" height="20"> 236ms</summary><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="Response time 271" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="24-hour response time 630" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="7-day response time 236" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="30-day response time 271" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="1-year response time 271" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/profile-redirect">100.00%</a></summary><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/profile-redirect"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fprofile-redirect%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/test-tg.one-among.us.ico" height="13"> [tg-blog Demo](https://test-tg.one-among.us) | 🟩 Up | [tg-blog-demo.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/tg-blog-demo.yml) | <details><summary><img alt="Response time graph" src="./graphs/tg-blog-demo/response-time-week.png" height="20"> 147ms</summary><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="Response time 159" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="24-hour response time 175" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="7-day response time 147" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="30-day response time 159" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="1-year response time 159" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/tg-blog-demo">100.00%</a></summary><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/tg-blog-demo"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ftg-blog-demo%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/fadtk.hydev.org.ico" height="13"> [FAD Toolkit Paper](https://fadtk.hydev.org) | 🟩 Up | [fad-toolkit-paper.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/fad-toolkit-paper.yml) | <details><summary><img alt="Response time graph" src="./graphs/fad-toolkit-paper/response-time-week.png" height="20"> 168ms</summary><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="Response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="24-hour response time 189" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="7-day response time 168" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="30-day response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="1-year response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/fad-toolkit-paper">100.00%</a></summary><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="All-time uptime 99.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="30-day uptime 99.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/fad-toolkit-paper"><img alt="1-year uptime 99.80%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Ffad-toolkit-paper%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/voice.hydev.org.ico" height="13"> [Voice Tools Frontend](https://voice.hydev.org) | 🟩 Up | [voice-tools-frontend.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/voice-tools-frontend.yml) | <details><summary><img alt="Response time graph" src="./graphs/voice-tools-frontend/response-time-week.png" height="20"> 167ms</summary><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="Response time 176" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="24-hour response time 187" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="7-day response time 167" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="30-day response time 176" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="1-year response time 176" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/voice-tools-frontend">100.00%</a></summary><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="All-time uptime 99.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="30-day uptime 99.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/voice-tools-frontend"><img alt="1-year uptime 99.81%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fvoice-tools-frontend%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/uptime.hydev.org.ico" height="13"> [Uptime Monitor](https://uptime.hydev.org) | 🟩 Up | [uptime-monitor.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/uptime-monitor.yml) | <details><summary><img alt="Response time graph" src="./graphs/uptime-monitor/response-time-week.png" height="20"> 159ms</summary><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="Response time 178" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="24-hour response time 165" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="7-day response time 159" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="30-day response time 178" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="1-year response time 178" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/uptime-monitor">100.00%</a></summary><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="All-time uptime 99.82%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="30-day uptime 99.82%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/uptime-monitor"><img alt="1-year uptime 99.82%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fuptime-monitor%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/me.hydev.org.ico" height="13"> [Personal Projects (me)](https://me.hydev.org) | 🟩 Up | [personal-projects-me.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/personal-projects-me.yml) | <details><summary><img alt="Response time graph" src="./graphs/personal-projects-me/response-time-week.png" height="20"> 145ms</summary><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="Response time 169" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="24-hour response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="7-day response time 145" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="30-day response time 169" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="1-year response time 169" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/personal-projects-me">100.00%</a></summary><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="All-time uptime 99.83%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="30-day uptime 99.83%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/personal-projects-me"><img alt="1-year uptime 99.83%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fpersonal-projects-me%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/one-among.us.ico" height="13"> [One Among Us](https://one-among.us) | 🟩 Up | [one-among-us.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/one-among-us.yml) | <details><summary><img alt="Response time graph" src="./graphs/one-among-us/response-time-week.png" height="20"> 108ms</summary><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="Response time 119" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="24-hour response time 120" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="7-day response time 108" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="30-day response time 119" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="1-year response time 119" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/one-among-us">100.00%</a></summary><a href="https://uptime.hydev.org/history/one-among-us"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/data.one-among.us.ico" height="13"> [One Among Us Data](https://data.one-among.us) | 🟩 Up | [one-among-us-data.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/one-among-us-data.yml) | <details><summary><img alt="Response time graph" src="./graphs/one-among-us-data/response-time-week.png" height="20"> 119ms</summary><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="Response time 143" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="24-hour response time 123" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="7-day response time 119" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="30-day response time 143" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="1-year response time 143" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/one-among-us-data">100.00%</a></summary><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/one-among-us-data"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fone-among-us-data%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/aza.moe.ico" height="13"> [Blog (aza.moe)](https://aza.moe) | 🟩 Up | [blog-aza-moe.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/blog-aza-moe.yml) | <details><summary><img alt="Response time graph" src="./graphs/blog-aza-moe/response-time-week.png" height="20"> 86ms</summary><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="Response time 91" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="24-hour response time 92" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="7-day response time 86" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="30-day response time 91" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="1-year response time 91" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/blog-aza-moe">100.00%</a></summary><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/blog-aza-moe"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fblog-aza-moe%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/neowofetch.hydev.org.ico" height="13"> [Neowofetch](https://neowofetch.hydev.org) | 🟩 Up | [neowofetch.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/neowofetch.yml) | <details><summary><img alt="Response time graph" src="./graphs/neowofetch/response-time-week.png" height="20"> 220ms</summary><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="Response time 245" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="24-hour response time 324" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="7-day response time 220" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="30-day response time 245" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="1-year response time 245" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/neowofetch">100.00%</a></summary><a href="https://uptime.hydev.org/history/neowofetch"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/neowofetch"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fneowofetch%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/maigo.dev.ico" height="13"> [Maigo Labs](https://maigo.dev) | 🟩 Up | [maigo-labs.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/maigo-labs.yml) | <details><summary><img alt="Response time graph" src="./graphs/maigo-labs/response-time-week.png" height="20"> 161ms</summary><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="Response time 188" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="24-hour response time 121" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="7-day response time 161" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="30-day response time 188" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="1-year response time 188" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/maigo-labs">100.00%</a></summary><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="All-time uptime 99.83%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="30-day uptime 99.83%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/maigo-labs"><img alt="1-year uptime 99.83%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fmaigo-labs%2Fuptime-year.json"></a></details>
|
||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/flowy.hydev.org.ico" height="13"> [Flowy (CSC301)](https://flowy.hydev.org) | 🟩 Up | [flowy-csc-301.yml](https://github.com/hykilpikonna/Uptime/commits/HEAD/history/flowy-csc-301.yml) | <details><summary><img alt="Response time graph" src="./graphs/flowy-csc-301/response-time-week.png" height="20"> 122ms</summary><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="Response time 128" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fresponse-time.json"></a><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="24-hour response time 92" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fresponse-time-day.json"></a><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="7-day response time 122" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fresponse-time-week.json"></a><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="30-day response time 128" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fresponse-time-month.json"></a><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="1-year response time 128" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://uptime.hydev.org/history/flowy-csc-301">100.00%</a></summary><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="All-time uptime 99.91%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fuptime.json"></a><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fuptime-day.json"></a><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fuptime-week.json"></a><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="30-day uptime 99.91%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fuptime-month.json"></a><br><a href="https://uptime.hydev.org/history/flowy-csc-301"><img alt="1-year uptime 99.91%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhykilpikonna%2FUptime%2FHEAD%2Fapi%2Fflowy-csc-301%2Fuptime-year.json"></a></details>
|
||||
|
||||
<!--end: status pages-->
|
||||
|
||||
[**Visit our status website →**](https://uptime.hydev.org)
|
||||
|
||||
## 📄 License
|
||||
|
||||
- Powered by: [Upptime](https://github.com/upptime/upptime)
|
||||
- Code: [MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com), supported by [Pabio](https://pabio.com)
|
||||
- Data in the `./history` directory: [Open Database License](https://opendatacommons.org/licenses/odbl/1-0/)
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time 24h","message":"130 ms","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time 30d","message":"255 ms","color":"green"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time 7d","message":"259 ms","color":"green"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time 1y","message":"255 ms","color":"green"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"response time","message":"255 ms","color":"green"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime 24h","message":"100%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime 30d","message":"100%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime 1y","message":"100%","color":"brightgreen"}
|
||||
@@ -1 +0,0 @@
|
||||
{"schemaVersion":1,"label":"uptime","message":"100%","color":"brightgreen"}
|
||||
@@ -0,0 +1,4 @@
|
||||
.no-underline.svelte-1d3m0a{text-decoration:none}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU3VtbWFyeS5zdmVsdGUiLCJzb3VyY2VzIjpbIlN1bW1hcnkuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBMb2FkaW5nIGZyb20gXCIuLi9jb21wb25lbnRzL0xvYWRpbmcuc3ZlbHRlXCI7XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbiAgaW1wb3J0IHsgaGFuZGxlRXJyb3IgfSBmcm9tIFwiLi4vdXRpbHMvY3JlYXRlT2N0b2tpdFwiO1xuXG4gIGV4cG9ydCBsZXQgc2x1ZztcbiAgbGV0IGxvYWRpbmcgPSB0cnVlO1xuXG4gIGxldCB7IGFwaUJhc2VVcmwsdXNlckNvbnRlbnRCYXNlVXJsIH0gPSBjb25maWdbXCJzdGF0dXMtd2Vic2l0ZVwiXSB8fCB7fTtcbiAgaWYgKCFhcGlCYXNlVXJsKSBhcGlCYXNlVXJsID0gXCJodHRwczovL2FwaS5naXRodWIuY29tXCI7XG4gIGlmICghdXNlckNvbnRlbnRCYXNlVXJsKSAgdXNlckNvbnRlbnRCYXNlVXJsID0gXCJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb21cIjtcblxuICBjb25zdCBvd25lciA9IGNvbmZpZy5vd25lcjtcbiAgY29uc3QgcmVwbyA9IGNvbmZpZy5yZXBvO1xuICBsZXQgc3VtbWFyeSA9IG51bGw7XG5cbiAgb25Nb3VudChhc3luYyAoKSA9PiB7XG4gICAgdHJ5IHtcbiAgICAgIGNvbnN0IHJlcyA9IGF3YWl0IGZldGNoKGAke3VzZXJDb250ZW50QmFzZVVybH0vJHtvd25lcn0vJHtyZXBvfS9tYXN0ZXIvaGlzdG9yeS9zdW1tYXJ5Lmpzb25gKTtcbiAgICAgIHN1bW1hcnkgPSAoYXdhaXQgcmVzLmpzb24oKSkuZmluZCgoaXRlbSkgPT4gaXRlbS5zbHVnID09PSBzbHVnKTtcbiAgICB9IGNhdGNoIChlcnJvcikge1xuICAgICAgaGFuZGxlRXJyb3IoZXJyb3IpO1xuICAgIH1cbiAgICBsb2FkaW5nID0gZmFsc2U7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdHlsZT5cbiAgLm5vLXVuZGVybGluZSB7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB9XG48L3N0eWxlPlxuXG48c2VjdGlvbj5cbiAgeyNpZiBsb2FkaW5nfVxuICAgIDxMb2FkaW5nIC8+XG4gIHs6ZWxzZSBpZiBzdW1tYXJ5fVxuICAgIDxoMT5cbiAgICAgIDxhIGNsYXNzPVwibm8tdW5kZXJsaW5lXCIgaHJlZj17c3VtbWFyeS51cmwuc3RhcnRzV2l0aCgnJCcpID8gJyMnIDogc3VtbWFyeS51cmx9PntzdW1tYXJ5Lm5hbWV9PC9hPlxuICAgICAgPHNwYW4gY2xhc3M9e2B0YWcgJHtzdW1tYXJ5LnN0YXR1c31gfT5cbiAgICAgICAge3N1bW1hcnkuc3RhdHVzID09PSAndXAnID8gY29uZmlnLmkxOG4udXAgOiBjb25maWcuaTE4bi5kb3dufVxuICAgICAgPC9zcGFuPlxuICAgIDwvaDE+XG4gICAgPGRsPlxuICAgICAgPGR0Pntjb25maWcuaTE4bi5vdmVyYWxsVXB0aW1lVGl0bGV9PC9kdD5cbiAgICAgIDxkZD57c3VtbWFyeS51cHRpbWV9PC9kZD5cbiAgICAgIHsjaWYgc3VtbWFyeS5zaG93QXZlcmFnZVJlc3BvbnNlVGltZSA9PT0gdW5kZWZpbmVkIHx8IHN1bW1hcnkuc2hvd0F2ZXJhZ2VSZXNwb25zZVRpbWV9XG4gICAgICAgIDxkdD57Y29uZmlnLmkxOG4uYXZlcmFnZVJlc3BvbnNlVGltZVRpdGxlfTwvZHQ+XG4gICAgICAgIDxkZD57c3VtbWFyeS50aW1lfXtjb25maWcuaTE4bi5tc308L2RkPlxuICAgICAgey9pZn1cbiAgICA8L2RsPlxuICB7L2lmfVxuPC9zZWN0aW9uPlxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTZCRSwyQkFBYyxDQUNaLGVBQWUsQ0FBRSxJQUNuQiJ9 */
|
||||
h2.svelte-18y4uo2{margin-top:2rem}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSGlzdG9yeS5zdmVsdGUiLCJzb3VyY2VzIjpbIkhpc3Rvcnkuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBMb2FkaW5nIGZyb20gXCIuLi9jb21wb25lbnRzL0xvYWRpbmcuc3ZlbHRlXCI7XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbiAgaW1wb3J0IHsgY2FjaGVkUmVzcG9uc2UsIGNyZWF0ZU9jdG9raXQsIGhhbmRsZUVycm9yIH0gZnJvbSBcIi4uL3V0aWxzL2NyZWF0ZU9jdG9raXRcIjtcblxuICBleHBvcnQgbGV0IHNsdWc7XG4gIGxldCBsb2FkaW5nID0gdHJ1ZTtcbiAgY29uc3Qgb2N0b2tpdCA9IGNyZWF0ZU9jdG9raXQoKTtcbiAgY29uc3Qgb3duZXIgPSBjb25maWcub3duZXI7XG4gIGNvbnN0IHJlcG8gPSBjb25maWcucmVwbztcbiAgbGV0IGluY2lkZW50cyA9IFtdO1xuXG4gIG9uTW91bnQoYXN5bmMgKCkgPT4ge1xuICAgIHRyeSB7XG4gICAgICBpbmNpZGVudHMgPSAoXG4gICAgICAgIGF3YWl0IGNhY2hlZFJlc3BvbnNlKGBjbG9zZWQtaXNzdWVzLSR7b3duZXJ9LSR7cmVwb30tJHtzbHVnfWAsICgpID0+XG4gICAgICAgICAgb2N0b2tpdC5pc3N1ZXMubGlzdEZvclJlcG8oe1xuICAgICAgICAgICAgb3duZXIsXG4gICAgICAgICAgICByZXBvLFxuICAgICAgICAgICAgc3RhdGU6IFwiY2xvc2VkXCIsXG4gICAgICAgICAgICBmaWx0ZXI6IFwiYWxsXCIsXG4gICAgICAgICAgICBzb3J0OiBcImNyZWF0ZWRcIixcbiAgICAgICAgICAgIGRpcmVjdGlvbjogXCJkZXNjXCIsXG4gICAgICAgICAgICBsYWJlbHM6IGBzdGF0dXMsJHtzbHVnfWAsXG4gICAgICAgICAgfSlcbiAgICAgICAgKVxuICAgICAgKS5kYXRhO1xuICAgIH0gY2F0Y2ggKGVycm9yKSB7XG4gICAgICBoYW5kbGVFcnJvcihlcnJvcik7XG4gICAgfVxuICAgIGluY2lkZW50cyA9IGluY2lkZW50cy5tYXAoKGluY2lkZW50LCBpbmRleCkgPT4ge1xuICAgICAgaW5jaWRlbnQuc2hvd0hlYWRpbmcgPVxuICAgICAgICBpbmRleCA9PT0gMCB8fFxuICAgICAgICBuZXcgRGF0ZShpbmNpZGVudHNbaW5kZXggLSAxXS5jcmVhdGVkX2F0KS50b0xvY2FsZURhdGVTdHJpbmcoKSAhPT1cbiAgICAgICAgICBuZXcgRGF0ZShpbmNpZGVudC5jcmVhdGVkX2F0KS50b0xvY2FsZURhdGVTdHJpbmcoKTtcbiAgICAgIHJldHVybiBpbmNpZGVudDtcbiAgICB9KTtcbiAgICBsb2FkaW5nID0gZmFsc2U7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdHlsZT5cbiAgaDIge1xuICAgIG1hcmdpbi10b3A6IDJyZW07XG4gIH1cbjwvc3R5bGU+XG5cbjxzZWN0aW9uPlxuICB7I2lmIGxvYWRpbmd9XG4gICAgPExvYWRpbmcgLz5cbiAgezplbHNlIGlmIGluY2lkZW50cy5sZW5ndGh9XG4gICAgPGgyPntjb25maWcuaTE4bi5wYXN0SW5jaWRlbnRzfTwvaDI+XG4gICAgeyNlYWNoIGluY2lkZW50cyBhcyBpbmNpZGVudH1cbiAgICAgIHsjaWYgaW5jaWRlbnQuc2hvd0hlYWRpbmd9XG4gICAgICAgIDxoMz57bmV3IERhdGUoaW5jaWRlbnQuY3JlYXRlZF9hdCkudG9Mb2NhbGVEYXRlU3RyaW5nKGNvbmZpZy5pMThuLmxvY2FsZSl9PC9oMz5cbiAgICAgIHsvaWZ9XG4gICAgICA8YXJ0aWNsZSBjbGFzcz1cImRvd24gbGluayB7aW5jaWRlbnQudGl0bGUuaW5jbHVkZXMoJ2RlZ3JhZGVkJykgPyAnZGVncmFkZWQnIDogJyd9XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJmXCI+XG4gICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgIDxoND57aW5jaWRlbnQudGl0bGUucmVwbGFjZSgn8J+bkScsICcnKS5yZXBsYWNlKCfimqDvuI8nLCAnJykudHJpbSgpfTwvaDQ+XG4gICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICB7QGh0bWwgY29uZmlnLmkxOG4ucGFzdEluY2lkZW50c1Jlc29sdmVkXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoXG4gICAgICAgICAgICAgICAgICAvXFwkTUlOVVRFUy9nLFxuICAgICAgICAgICAgICAgICAgKFxuICAgICAgICAgICAgICAgICAgICAobmV3IERhdGUoaW5jaWRlbnQuY2xvc2VkX2F0KS5nZXRUaW1lKCkgLVxuICAgICAgICAgICAgICAgICAgICAgIG5ldyBEYXRlKGluY2lkZW50LmNyZWF0ZWRfYXQpLmdldFRpbWUoKSkgL1xuICAgICAgICAgICAgICAgICAgICA2MDAwMFxuICAgICAgICAgICAgICAgICAgKS50b0ZpeGVkKDApXG4gICAgICAgICAgICAgICAgKVxuICAgICAgICAgICAgICAgIC5yZXBsYWNlKC9cXCRQT1NUUy9nLCBpbmNpZGVudC5jb21tZW50cyl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZiByXCI+XG4gICAgICAgICAgICA8YSBocmVmPXtgJHtjb25maWcucGF0aH0vaW5jaWRlbnQvJHtpbmNpZGVudC5udW1iZXJ9YH0+XG4gICAgICAgICAgICAgIHtjb25maWcuaTE4bi5pbmNpZGVudFJlcG9ydC5yZXBsYWNlKC9cXCROVU1CRVIvZywgaW5jaWRlbnQubnVtYmVyKX1cbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2FydGljbGU+XG4gICAgey9lYWNofVxuICB7L2lmfVxuPC9zZWN0aW9uPlxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJDRSxpQkFBRyxDQUNELFVBQVUsQ0FBRSxJQUNkIn0= */
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
.loading.svelte-68jxue{text-align:center;margin:2.5rem 0}svg.svelte-68jxue{zoom:1.5}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTG9hZGluZy5zdmVsdGUiLCJzb3VyY2VzIjpbIkxvYWRpbmcuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbjwvc2NyaXB0PlxuXG48c3R5bGU+XG4gIC5sb2FkaW5nIHtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgbWFyZ2luOiAyLjVyZW0gMDtcbiAgfVxuICBzdmcge1xuICAgIHpvb206IDEuNTtcbiAgfVxuPC9zdHlsZT5cblxuPGRpdiBjbGFzcz1cImxvYWRpbmdcIj5cbiAgPHN2Z1xuICAgIHdpZHRoPVwiMzhcIlxuICAgIGhlaWdodD1cIjM4XCJcbiAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICBzdHJva2U9XCIjYWFhXCJcbiAgICB0aXRsZT17Y29uZmlnLmxvYWRpbmd9PlxuICAgIDxnIGZpbGw9XCJub25lXCIgZmlsbC1ydWxlPVwiZXZlbm9kZFwiPlxuICAgICAgPGcgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEgMSlcIiBzdHJva2Utd2lkdGg9XCIyXCI+XG4gICAgICAgIDxjaXJjbGUgc3Ryb2tlLW9wYWNpdHk9XCIuNVwiIGN4PVwiMThcIiBjeT1cIjE4XCIgcj1cIjE4XCIgLz5cbiAgICAgICAgPHBhdGggZD1cIk0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOFwiPlxuICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtXG4gICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPVwidHJhbnNmb3JtXCJcbiAgICAgICAgICAgIHR5cGU9XCJyb3RhdGVcIlxuICAgICAgICAgICAgZnJvbT1cIjAgMTggMThcIlxuICAgICAgICAgICAgdG89XCIzNjAgMTggMThcIlxuICAgICAgICAgICAgZHVyPVwiMXNcIlxuICAgICAgICAgICAgcmVwZWF0Q291bnQ9XCJpbmRlZmluaXRlXCIgLz5cbiAgICAgICAgPC9wYXRoPlxuICAgICAgPC9nPlxuICAgIDwvZz5cbiAgPC9zdmc+XG48L2Rpdj5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLRSxzQkFBUyxDQUNQLFVBQVUsQ0FBRSxNQUFNLENBQ2xCLE1BQU0sQ0FBRSxNQUFNLENBQUMsQ0FDakIsQ0FDQSxpQkFBSSxDQUNGLElBQUksQ0FBRSxHQUNSIn0= */
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
p.lead.svelte-1bze0v4{font-size:110%}a.error-button.svelte-1bze0v4{font:inherit;padding:0.5rem 1rem;border-radius:0.2rem;text-decoration:none}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3Iuc3ZlbHRlIiwic291cmNlcyI6WyJlcnJvci5zdmVsdGUiXSwic291cmNlc0NvbnRlbnQiOlsiPHNjcmlwdD5cbiAgaW1wb3J0IGNvbmZpZyBmcm9tIFwiLi4vZGF0YS9jb25maWcuanNvblwiO1xuPC9zY3JpcHQ+XG5cbjxzdmVsdGU6aGVhZD5cbiAgPHRpdGxlPntjb25maWcuaTE4bi5lcnJvclRpdGxlfTwvdGl0bGU+XG48L3N2ZWx0ZTpoZWFkPlxuXG48aDE+e2NvbmZpZy5pMThuLmVycm9yVGl0bGV9PC9oMT5cblxuPHAgY2xhc3M9XCJsZWFkXCI+e2NvbmZpZy5pMThuLmVycm9ySW50cm99PC9wPlxuXG48cD57Y29uZmlnLmkxOG4uZXJyb3JUZXh0fTwvcD5cblxuPGEgaHJlZj17Y29uZmlnLnBhdGh9IGNsYXNzPVwiZXJyb3ItYnV0dG9uXCI+e2NvbmZpZy5pMThuLmVycm9ySG9tZX08L2E+XG5cbjxzdHlsZT5cbiAgcC5sZWFkIHtcbiAgICBmb250LXNpemU6IDExMCU7XG4gIH1cbiAgYS5lcnJvci1idXR0b24ge1xuICAgIGZvbnQ6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMC41cmVtIDFyZW07XG4gICAgYm9yZGVyLXJhZGl1czogMC4ycmVtO1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgfVxuPC9zdHlsZT5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQkUsQ0FBQyxvQkFBTSxDQUNMLFNBQVMsQ0FBRSxJQUNiLENBQ0EsQ0FBQyw0QkFBYyxDQUNiLElBQUksQ0FBRSxPQUFPLENBQ2IsT0FBTyxDQUFFLE1BQU0sQ0FBQyxJQUFJLENBQ3BCLGFBQWEsQ0FBRSxNQUFNLENBQ3JCLGVBQWUsQ0FBRSxJQUNuQiJ9 */
|
||||
@@ -0,0 +1 @@
|
||||
import{S as r,i as a,s,r as e,a as t,e as o,m as i,K as l,f as c,c as n,b as h,d as f,n as u,g as d,h as v,p as m,q as p}from"./client.2798b463.js";function b(r){let a,s,b,E,T,x,j,z,H,P,g,q,w,A=e.i18n.errorTitle+"",I=e.i18n.errorIntro+"",K=e.i18n.errorText+"",S=e.i18n.errorHome+"";return document.title=a=e.i18n.errorTitle,{c(){s=t(),b=o("h1"),E=i(A),T=t(),x=o("p"),j=i(I),z=t(),H=o("p"),P=i(K),g=t(),q=o("a"),w=i(S),this.h()},l(r){l("svelte-1iwbjab",document.head).forEach(c),s=n(r),b=h(r,"H1",{});var a=f(b);E=u(a,A),a.forEach(c),T=n(r),x=h(r,"P",{class:!0});var e=f(x);j=u(e,I),e.forEach(c),z=n(r),H=h(r,"P",{});var t=f(H);P=u(t,K),t.forEach(c),g=n(r),q=h(r,"A",{href:!0,class:!0});var o=f(q);w=u(o,S),o.forEach(c),this.h()},h(){d(x,"class","lead svelte-1bze0v4"),d(q,"href",e.path),d(q,"class","error-button svelte-1bze0v4")},m(r,a){v(r,s,a),v(r,b,a),m(b,E),v(r,T,a),v(r,x,a),m(x,j),v(r,z,a),v(r,H,a),m(H,P),v(r,g,a),v(r,q,a),m(q,w)},p(r,[s]){0&s&&a!==(a=e.i18n.errorTitle)&&(document.title=a)},i:p,o:p,d(r){r&&c(s),r&&c(b),r&&c(T),r&&c(x),r&&c(z),r&&c(H),r&&c(g),r&&c(q)}}}class E extends r{constructor(r){super(),a(this,r,null,b,s,{})}}export{E as default};
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
function e(e){return Promise.all(e.map(function(e){return new Promise(function(t,n){var r=new URL(e,import.meta.url),l=document.baseURI;if(!l){var o=document.getElementsByTagName("base");l=o.length?o[0].href:document.URL}var u=(""+r).substring(l.length),a=document.querySelector('link[rel=stylesheet][href="'+u+'"]')||document.querySelector('link[rel=stylesheet][href="'+r+'"]');a||((a=document.createElement("link")).rel="stylesheet",a.href=r,document.head.appendChild(a)),a.sheet?t():(a.addEventListener("load",function(){return t()}),a.addEventListener("error",n))})}))}export{e as default};
|
||||
@@ -0,0 +1,4 @@
|
||||
.no-underline.svelte-1d3m0a{text-decoration:none}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU3VtbWFyeS5zdmVsdGUiLCJzb3VyY2VzIjpbIlN1bW1hcnkuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBMb2FkaW5nIGZyb20gXCIuLi9jb21wb25lbnRzL0xvYWRpbmcuc3ZlbHRlXCI7XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbiAgaW1wb3J0IHsgaGFuZGxlRXJyb3IgfSBmcm9tIFwiLi4vdXRpbHMvY3JlYXRlT2N0b2tpdFwiO1xuXG4gIGV4cG9ydCBsZXQgc2x1ZztcbiAgbGV0IGxvYWRpbmcgPSB0cnVlO1xuXG4gIGxldCB7IGFwaUJhc2VVcmwsdXNlckNvbnRlbnRCYXNlVXJsIH0gPSBjb25maWdbXCJzdGF0dXMtd2Vic2l0ZVwiXSB8fCB7fTtcbiAgaWYgKCFhcGlCYXNlVXJsKSBhcGlCYXNlVXJsID0gXCJodHRwczovL2FwaS5naXRodWIuY29tXCI7XG4gIGlmICghdXNlckNvbnRlbnRCYXNlVXJsKSAgdXNlckNvbnRlbnRCYXNlVXJsID0gXCJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb21cIjtcblxuICBjb25zdCBvd25lciA9IGNvbmZpZy5vd25lcjtcbiAgY29uc3QgcmVwbyA9IGNvbmZpZy5yZXBvO1xuICBsZXQgc3VtbWFyeSA9IG51bGw7XG5cbiAgb25Nb3VudChhc3luYyAoKSA9PiB7XG4gICAgdHJ5IHtcbiAgICAgIGNvbnN0IHJlcyA9IGF3YWl0IGZldGNoKGAke3VzZXJDb250ZW50QmFzZVVybH0vJHtvd25lcn0vJHtyZXBvfS9tYXN0ZXIvaGlzdG9yeS9zdW1tYXJ5Lmpzb25gKTtcbiAgICAgIHN1bW1hcnkgPSAoYXdhaXQgcmVzLmpzb24oKSkuZmluZCgoaXRlbSkgPT4gaXRlbS5zbHVnID09PSBzbHVnKTtcbiAgICB9IGNhdGNoIChlcnJvcikge1xuICAgICAgaGFuZGxlRXJyb3IoZXJyb3IpO1xuICAgIH1cbiAgICBsb2FkaW5nID0gZmFsc2U7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdHlsZT5cbiAgLm5vLXVuZGVybGluZSB7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB9XG48L3N0eWxlPlxuXG48c2VjdGlvbj5cbiAgeyNpZiBsb2FkaW5nfVxuICAgIDxMb2FkaW5nIC8+XG4gIHs6ZWxzZSBpZiBzdW1tYXJ5fVxuICAgIDxoMT5cbiAgICAgIDxhIGNsYXNzPVwibm8tdW5kZXJsaW5lXCIgaHJlZj17c3VtbWFyeS51cmwuc3RhcnRzV2l0aCgnJCcpID8gJyMnIDogc3VtbWFyeS51cmx9PntzdW1tYXJ5Lm5hbWV9PC9hPlxuICAgICAgPHNwYW4gY2xhc3M9e2B0YWcgJHtzdW1tYXJ5LnN0YXR1c31gfT5cbiAgICAgICAge3N1bW1hcnkuc3RhdHVzID09PSAndXAnID8gY29uZmlnLmkxOG4udXAgOiBjb25maWcuaTE4bi5kb3dufVxuICAgICAgPC9zcGFuPlxuICAgIDwvaDE+XG4gICAgPGRsPlxuICAgICAgPGR0Pntjb25maWcuaTE4bi5vdmVyYWxsVXB0aW1lVGl0bGV9PC9kdD5cbiAgICAgIDxkZD57c3VtbWFyeS51cHRpbWV9PC9kZD5cbiAgICAgIHsjaWYgc3VtbWFyeS5zaG93QXZlcmFnZVJlc3BvbnNlVGltZSA9PT0gdW5kZWZpbmVkIHx8IHN1bW1hcnkuc2hvd0F2ZXJhZ2VSZXNwb25zZVRpbWV9XG4gICAgICAgIDxkdD57Y29uZmlnLmkxOG4uYXZlcmFnZVJlc3BvbnNlVGltZVRpdGxlfTwvZHQ+XG4gICAgICAgIDxkZD57c3VtbWFyeS50aW1lfXtjb25maWcuaTE4bi5tc308L2RkPlxuICAgICAgey9pZn1cbiAgICA8L2RsPlxuICB7L2lmfVxuPC9zZWN0aW9uPlxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTZCRSwyQkFBYyxDQUNaLGVBQWUsQ0FBRSxJQUNuQiJ9 */
|
||||
h2.svelte-18y4uo2{margin-top:2rem}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSGlzdG9yeS5zdmVsdGUiLCJzb3VyY2VzIjpbIkhpc3Rvcnkuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBMb2FkaW5nIGZyb20gXCIuLi9jb21wb25lbnRzL0xvYWRpbmcuc3ZlbHRlXCI7XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbiAgaW1wb3J0IHsgY2FjaGVkUmVzcG9uc2UsIGNyZWF0ZU9jdG9raXQsIGhhbmRsZUVycm9yIH0gZnJvbSBcIi4uL3V0aWxzL2NyZWF0ZU9jdG9raXRcIjtcblxuICBleHBvcnQgbGV0IHNsdWc7XG4gIGxldCBsb2FkaW5nID0gdHJ1ZTtcbiAgY29uc3Qgb2N0b2tpdCA9IGNyZWF0ZU9jdG9raXQoKTtcbiAgY29uc3Qgb3duZXIgPSBjb25maWcub3duZXI7XG4gIGNvbnN0IHJlcG8gPSBjb25maWcucmVwbztcbiAgbGV0IGluY2lkZW50cyA9IFtdO1xuXG4gIG9uTW91bnQoYXN5bmMgKCkgPT4ge1xuICAgIHRyeSB7XG4gICAgICBpbmNpZGVudHMgPSAoXG4gICAgICAgIGF3YWl0IGNhY2hlZFJlc3BvbnNlKGBjbG9zZWQtaXNzdWVzLSR7b3duZXJ9LSR7cmVwb30tJHtzbHVnfWAsICgpID0+XG4gICAgICAgICAgb2N0b2tpdC5pc3N1ZXMubGlzdEZvclJlcG8oe1xuICAgICAgICAgICAgb3duZXIsXG4gICAgICAgICAgICByZXBvLFxuICAgICAgICAgICAgc3RhdGU6IFwiY2xvc2VkXCIsXG4gICAgICAgICAgICBmaWx0ZXI6IFwiYWxsXCIsXG4gICAgICAgICAgICBzb3J0OiBcImNyZWF0ZWRcIixcbiAgICAgICAgICAgIGRpcmVjdGlvbjogXCJkZXNjXCIsXG4gICAgICAgICAgICBsYWJlbHM6IGBzdGF0dXMsJHtzbHVnfWAsXG4gICAgICAgICAgfSlcbiAgICAgICAgKVxuICAgICAgKS5kYXRhO1xuICAgIH0gY2F0Y2ggKGVycm9yKSB7XG4gICAgICBoYW5kbGVFcnJvcihlcnJvcik7XG4gICAgfVxuICAgIGluY2lkZW50cyA9IGluY2lkZW50cy5tYXAoKGluY2lkZW50LCBpbmRleCkgPT4ge1xuICAgICAgaW5jaWRlbnQuc2hvd0hlYWRpbmcgPVxuICAgICAgICBpbmRleCA9PT0gMCB8fFxuICAgICAgICBuZXcgRGF0ZShpbmNpZGVudHNbaW5kZXggLSAxXS5jcmVhdGVkX2F0KS50b0xvY2FsZURhdGVTdHJpbmcoKSAhPT1cbiAgICAgICAgICBuZXcgRGF0ZShpbmNpZGVudC5jcmVhdGVkX2F0KS50b0xvY2FsZURhdGVTdHJpbmcoKTtcbiAgICAgIHJldHVybiBpbmNpZGVudDtcbiAgICB9KTtcbiAgICBsb2FkaW5nID0gZmFsc2U7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdHlsZT5cbiAgaDIge1xuICAgIG1hcmdpbi10b3A6IDJyZW07XG4gIH1cbjwvc3R5bGU+XG5cbjxzZWN0aW9uPlxuICB7I2lmIGxvYWRpbmd9XG4gICAgPExvYWRpbmcgLz5cbiAgezplbHNlIGlmIGluY2lkZW50cy5sZW5ndGh9XG4gICAgPGgyPntjb25maWcuaTE4bi5wYXN0SW5jaWRlbnRzfTwvaDI+XG4gICAgeyNlYWNoIGluY2lkZW50cyBhcyBpbmNpZGVudH1cbiAgICAgIHsjaWYgaW5jaWRlbnQuc2hvd0hlYWRpbmd9XG4gICAgICAgIDxoMz57bmV3IERhdGUoaW5jaWRlbnQuY3JlYXRlZF9hdCkudG9Mb2NhbGVEYXRlU3RyaW5nKGNvbmZpZy5pMThuLmxvY2FsZSl9PC9oMz5cbiAgICAgIHsvaWZ9XG4gICAgICA8YXJ0aWNsZSBjbGFzcz1cImRvd24gbGluayB7aW5jaWRlbnQudGl0bGUuaW5jbHVkZXMoJ2RlZ3JhZGVkJykgPyAnZGVncmFkZWQnIDogJyd9XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJmXCI+XG4gICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgIDxoND57aW5jaWRlbnQudGl0bGUucmVwbGFjZSgn8J+bkScsICcnKS5yZXBsYWNlKCfimqDvuI8nLCAnJykudHJpbSgpfTwvaDQ+XG4gICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICB7QGh0bWwgY29uZmlnLmkxOG4ucGFzdEluY2lkZW50c1Jlc29sdmVkXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoXG4gICAgICAgICAgICAgICAgICAvXFwkTUlOVVRFUy9nLFxuICAgICAgICAgICAgICAgICAgKFxuICAgICAgICAgICAgICAgICAgICAobmV3IERhdGUoaW5jaWRlbnQuY2xvc2VkX2F0KS5nZXRUaW1lKCkgLVxuICAgICAgICAgICAgICAgICAgICAgIG5ldyBEYXRlKGluY2lkZW50LmNyZWF0ZWRfYXQpLmdldFRpbWUoKSkgL1xuICAgICAgICAgICAgICAgICAgICA2MDAwMFxuICAgICAgICAgICAgICAgICAgKS50b0ZpeGVkKDApXG4gICAgICAgICAgICAgICAgKVxuICAgICAgICAgICAgICAgIC5yZXBsYWNlKC9cXCRQT1NUUy9nLCBpbmNpZGVudC5jb21tZW50cyl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZiByXCI+XG4gICAgICAgICAgICA8YSBocmVmPXtgJHtjb25maWcucGF0aH0vaW5jaWRlbnQvJHtpbmNpZGVudC5udW1iZXJ9YH0+XG4gICAgICAgICAgICAgIHtjb25maWcuaTE4bi5pbmNpZGVudFJlcG9ydC5yZXBsYWNlKC9cXCROVU1CRVIvZywgaW5jaWRlbnQubnVtYmVyKX1cbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2FydGljbGU+XG4gICAgey9lYWNofVxuICB7L2lmfVxuPC9zZWN0aW9uPlxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJDRSxpQkFBRyxDQUNELFVBQVUsQ0FBRSxJQUNkIn0= */
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
.loading.svelte-68jxue{text-align:center;margin:2.5rem 0}svg.svelte-68jxue{zoom:1.5}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTG9hZGluZy5zdmVsdGUiLCJzb3VyY2VzIjpbIkxvYWRpbmcuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbjwvc2NyaXB0PlxuXG48c3R5bGU+XG4gIC5sb2FkaW5nIHtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgbWFyZ2luOiAyLjVyZW0gMDtcbiAgfVxuICBzdmcge1xuICAgIHpvb206IDEuNTtcbiAgfVxuPC9zdHlsZT5cblxuPGRpdiBjbGFzcz1cImxvYWRpbmdcIj5cbiAgPHN2Z1xuICAgIHdpZHRoPVwiMzhcIlxuICAgIGhlaWdodD1cIjM4XCJcbiAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICBzdHJva2U9XCIjYWFhXCJcbiAgICB0aXRsZT17Y29uZmlnLmxvYWRpbmd9PlxuICAgIDxnIGZpbGw9XCJub25lXCIgZmlsbC1ydWxlPVwiZXZlbm9kZFwiPlxuICAgICAgPGcgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEgMSlcIiBzdHJva2Utd2lkdGg9XCIyXCI+XG4gICAgICAgIDxjaXJjbGUgc3Ryb2tlLW9wYWNpdHk9XCIuNVwiIGN4PVwiMThcIiBjeT1cIjE4XCIgcj1cIjE4XCIgLz5cbiAgICAgICAgPHBhdGggZD1cIk0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOFwiPlxuICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtXG4gICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPVwidHJhbnNmb3JtXCJcbiAgICAgICAgICAgIHR5cGU9XCJyb3RhdGVcIlxuICAgICAgICAgICAgZnJvbT1cIjAgMTggMThcIlxuICAgICAgICAgICAgdG89XCIzNjAgMTggMThcIlxuICAgICAgICAgICAgZHVyPVwiMXNcIlxuICAgICAgICAgICAgcmVwZWF0Q291bnQ9XCJpbmRlZmluaXRlXCIgLz5cbiAgICAgICAgPC9wYXRoPlxuICAgICAgPC9nPlxuICAgIDwvZz5cbiAgPC9zdmc+XG48L2Rpdj5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLRSxzQkFBUyxDQUNQLFVBQVUsQ0FBRSxNQUFNLENBQ2xCLE1BQU0sQ0FBRSxNQUFNLENBQUMsQ0FDakIsQ0FDQSxpQkFBSSxDQUNGLElBQUksQ0FBRSxHQUNSIn0= */
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
p.lead.svelte-1bze0v4{font-size:110%}a.error-button.svelte-1bze0v4{font:inherit;padding:0.5rem 1rem;border-radius:0.2rem;text-decoration:none}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3Iuc3ZlbHRlIiwic291cmNlcyI6WyJlcnJvci5zdmVsdGUiXSwic291cmNlc0NvbnRlbnQiOlsiPHNjcmlwdD5cbiAgaW1wb3J0IGNvbmZpZyBmcm9tIFwiLi4vZGF0YS9jb25maWcuanNvblwiO1xuPC9zY3JpcHQ+XG5cbjxzdmVsdGU6aGVhZD5cbiAgPHRpdGxlPntjb25maWcuaTE4bi5lcnJvclRpdGxlfTwvdGl0bGU+XG48L3N2ZWx0ZTpoZWFkPlxuXG48aDE+e2NvbmZpZy5pMThuLmVycm9yVGl0bGV9PC9oMT5cblxuPHAgY2xhc3M9XCJsZWFkXCI+e2NvbmZpZy5pMThuLmVycm9ySW50cm99PC9wPlxuXG48cD57Y29uZmlnLmkxOG4uZXJyb3JUZXh0fTwvcD5cblxuPGEgaHJlZj17Y29uZmlnLnBhdGh9IGNsYXNzPVwiZXJyb3ItYnV0dG9uXCI+e2NvbmZpZy5pMThuLmVycm9ySG9tZX08L2E+XG5cbjxzdHlsZT5cbiAgcC5sZWFkIHtcbiAgICBmb250LXNpemU6IDExMCU7XG4gIH1cbiAgYS5lcnJvci1idXR0b24ge1xuICAgIGZvbnQ6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMC41cmVtIDFyZW07XG4gICAgYm9yZGVyLXJhZGl1czogMC4ycmVtO1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgfVxuPC9zdHlsZT5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQkUsQ0FBQyxvQkFBTSxDQUNMLFNBQVMsQ0FBRSxJQUNiLENBQ0EsQ0FBQyw0QkFBYyxDQUNiLElBQUksQ0FBRSxPQUFPLENBQ2IsT0FBTyxDQUFFLE1BQU0sQ0FBQyxJQUFJLENBQ3BCLGFBQWEsQ0FBRSxNQUFNLENBQ3JCLGVBQWUsQ0FBRSxJQUNuQiJ9 */
|
||||
@@ -0,0 +1 @@
|
||||
import{S as r,i as a,s,r as e,a as t,e as o,m as i,K as l,f as c,c as n,b as h,d as f,n as d,g as u,h as v,p as m,_ as p,q as b}from"./client.da3f5377.js";function E(r){let a,s,E,T,x,j,z,H,P,g,q,w,A,I=e.i18n.errorTitle+"",K=e.i18n.errorIntro+"",S=e.i18n.errorText+"",_=e.i18n.errorHome+"";return document.title=a=e.i18n.errorTitle,{c(){s=t(),E=o("h1"),T=i(I),x=t(),j=o("p"),z=i(K),H=t(),P=o("p"),g=i(S),q=t(),w=o("a"),A=i(_),this.h()},l(r){l("svelte-1iwbjab",document.head).forEach(c),s=n(r),E=h(r,"H1",{});var a=f(E);T=d(a,I),a.forEach(c),x=n(r),j=h(r,"P",{class:!0});var e=f(j);z=d(e,K),e.forEach(c),H=n(r),P=h(r,"P",{});var t=f(P);g=d(t,S),t.forEach(c),q=n(r),w=h(r,"A",{href:!0,class:!0});var o=f(w);A=d(o,_),o.forEach(c),this.h()},h(){u(j,"class","lead svelte-1bze0v4"),u(w,"href",e.path),u(w,"class","error-button svelte-1bze0v4")},m(r,a){v(r,s,a),v(r,E,a),m(E,T),v(r,x,a),v(r,j,a),m(j,z),v(r,H,a),v(r,P,a),m(P,g),v(r,q,a),v(r,w,a),m(w,A)},p(r,s){0&p(s,1)[0]&&a!==(a=e.i18n.errorTitle)&&(document.title=a)},i:b,o:b,d(r){r&&c(s),r&&c(E),r&&c(x),r&&c(j),r&&c(H),r&&c(P),r&&c(q),r&&c(w)}}}class T extends r{constructor(r){super(),a(this,r,null,E,s,{})}}export{T as default};
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
function e(e){return Promise.all(e.map(function(e){return new Promise(function(t,n){var r=new URL(e,import.meta.url),l=document.baseURI;if(!l){var o=document.getElementsByTagName("base");l=o.length?o[0].href:document.URL}var u=(""+r).substring(l.length),a=document.querySelector('link[rel=stylesheet][href="'+u+'"]')||document.querySelector('link[rel=stylesheet][href="'+r+'"]');a||((a=document.createElement("link")).rel="stylesheet",a.href=r,document.head.appendChild(a)),a.sheet?t():(a.addEventListener("load",function(){return t()}),a.addEventListener("error",n))})}))}export{e as default};
|
||||
@@ -0,0 +1,2 @@
|
||||
p.lead.svelte-1x7uoin.svelte-1x7uoin{font-size:110%}label.svelte-1x7uoin span.svelte-1x7uoin{display:block;font-weight:bold;margin-bottom:0.5rem}input.svelte-1x7uoin.svelte-1x7uoin,button.svelte-1x7uoin.svelte-1x7uoin{font:inherit;padding:0.5rem 1rem;border:0.1rem solid rgba(0, 0, 0, 0.25);border-radius:0.2rem}input.svelte-1x7uoin.svelte-1x7uoin{width:15rem;max-width:100%}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0ZS1saW1pdC1leGNlZWRlZC5zdmVsdGUiLCJzb3VyY2VzIjpbInJhdGUtbGltaXQtZXhjZWVkZWQuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCB7IGdvdG8gfSBmcm9tIFwiQHNhcHBlci9hcHBcIjtcbiAgaW1wb3J0IGNvbmZpZyBmcm9tIFwiLi4vZGF0YS9jb25maWcuanNvblwiO1xuXG4gIGxldCB0b2tlbiA9IFwiXCI7XG4gIGxldCBsb2NhbFN0b3JhZ2VUb2tlbiA9IGZhbHNlO1xuICBjb25zdCBzYXZlID0gKCkgPT4ge1xuICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmIFwibG9jYWxTdG9yYWdlXCIgaW4gd2luZG93KVxuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5zZXRJdGVtKFwicGVyc29uYWwtYWNjZXNzLXRva2VuXCIsIHRva2VuKTtcbiAgICBnb3RvKGNvbmZpZy5wYXRoKTtcbiAgfTtcbiAgY29uc3QgcmVtb3ZlID0gKCkgPT4ge1xuICAgIHRva2VuID0gXCJcIjtcbiAgICBsb2NhbFN0b3JhZ2VUb2tlbiA9IGZhbHNlO1xuICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmIFwibG9jYWxTdG9yYWdlXCIgaW4gd2luZG93KVxuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5yZW1vdmVJdGVtKFwicGVyc29uYWwtYWNjZXNzLXRva2VuXCIpO1xuICB9O1xuICBvbk1vdW50KCgpID0+IHtcbiAgICBpZiAoXG4gICAgICB0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmXG4gICAgICBcImxvY2FsU3RvcmFnZVwiIGluIHdpbmRvdyAmJlxuICAgICAgbG9jYWxTdG9yYWdlLmdldEl0ZW0oXCJwZXJzb25hbC1hY2Nlc3MtdG9rZW5cIilcbiAgICApXG4gICAgICBsb2NhbFN0b3JhZ2VUb2tlbiA9IHRydWU7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdmVsdGU6aGVhZD5cbiAgPHRpdGxlPntjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZFRpdGxlfTwvdGl0bGU+XG48L3N2ZWx0ZTpoZWFkPlxuXG48aDE+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkVGl0bGV9PC9oMT5cblxuPHAgY2xhc3M9XCJsZWFkXCI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkSW50cm99PC9wPlxuXG48aDI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkV2hhdERvZXNFcnJvck1lYW59PC9oMj5cblxuPHA+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkRXJyb3JNZWFuaW5nfTwvcD5cblxuPGgyPntjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZEVycm9ySG93Q2FuRml4fTwvaDI+XG5cbjxwPlxuICB7Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRFcnJvckZpeH1cbiAgPGFcbiAgICBocmVmPVwiaHR0cHM6Ly9kb2NzLmdpdGh1Yi5jb20vZW4vZnJlZS1wcm8tdGVhbUBsYXRlc3QvZ2l0aHViL2F1dGhlbnRpY2F0aW5nLXRvLWdpdGh1Yi9jcmVhdGluZy1hLXBlcnNvbmFsLWFjY2Vzcy10b2tlblwiXG4gICAgdGFyZ2V0PVwiX2JsYW5rXCI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkR2VuZXJhdGVQQVR9PC9hXG4gID5cbjwvcD5cblxueyNpZiBsb2NhbFN0b3JhZ2VUb2tlbn1cbiAgPHA+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkSGFzU2V0fTwvcD5cbiAgPGJ1dHRvbiBvbjpjbGljaz17cmVtb3ZlfT57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRSZW1vdmVUb2tlbn08L2J1dHRvbj5cbns6ZWxzZX1cbiAgPGZvcm0gb246c3VibWl0fHByZXZlbnREZWZhdWx0PXtzYXZlfT5cbiAgICA8bGFiZWw+XG4gICAgICA8c3Bhbj57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRHaXRIdWJQQVR9PC9zcGFuPlxuICAgICAgPGlucHV0XG4gICAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgYmluZDp2YWx1ZT17dG9rZW59XG4gICAgICAgIHBsYWNlaG9sZGVyPXtjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZENvcHlQYXN0ZVBBVH1cbiAgICAgIC8+XG4gICAgPC9sYWJlbD5cbiAgICA8YnV0dG9uIGNsYXNzPVwic3VibWl0LWJ1dHRvblwiIHR5cGU9XCJzdWJtaXRcIj57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRTYXZlVG9rZW59PC9idXR0b24+XG4gIDwvZm9ybT5cbnsvaWZ9XG5cbjxzdHlsZT5cbiAgcC5sZWFkIHtcbiAgICBmb250LXNpemU6IDExMCU7XG4gIH1cbiAgbGFiZWwgc3BhbiB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgbWFyZ2luLWJvdHRvbTogMC41cmVtO1xuICB9XG4gIGlucHV0LFxuICBidXR0b24ge1xuICAgIGZvbnQ6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMC41cmVtIDFyZW07XG4gICAgYm9yZGVyOiAwLjFyZW0gc29saWQgcmdiYSgwLCAwLCAwLCAwLjI1KTtcbiAgICBib3JkZXItcmFkaXVzOiAwLjJyZW07XG4gIH1cbiAgaW5wdXQge1xuICAgIHdpZHRoOiAxNXJlbTtcbiAgICBtYXgtd2lkdGg6IDEwMCU7XG4gIH1cbjwvc3R5bGU+XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0VFLENBQUMsbUNBQU0sQ0FDTCxTQUFTLENBQUUsSUFDYixDQUNBLG9CQUFLLENBQUMsbUJBQUssQ0FDVCxPQUFPLENBQUUsS0FBSyxDQUNkLFdBQVcsQ0FBRSxJQUFJLENBQ2pCLGFBQWEsQ0FBRSxNQUNqQixDQUNBLG1DQUFLLENBQ0wsb0NBQU8sQ0FDTCxJQUFJLENBQUUsT0FBTyxDQUNiLE9BQU8sQ0FBRSxNQUFNLENBQUMsSUFBSSxDQUNwQixNQUFNLENBQUUsTUFBTSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUN4QyxhQUFhLENBQUUsTUFDakIsQ0FDQSxtQ0FBTSxDQUNKLEtBQUssQ0FBRSxLQUFLLENBQ1osU0FBUyxDQUFFLElBQ2IifQ== */
|
||||
@@ -0,0 +1 @@
|
||||
import{S as e,i as t,s as a,r as i,a as s,e as r,m as n,u as o,K as c,f as l,c as d,b as h,d as u,n as m,g as f,h as p,p as E,_ as x,q as v,o as w,O as g,P as L,C as b,Q as T,D as P}from"./client.da3f5377.js";function S(e){let t,a,o,c,x,v,w,g,S,y,k,A=i.i18n.rateLimitExceededGitHubPAT+"",H=i.i18n.rateLimitExceededSaveToken+"";return{c(){t=r("form"),a=r("label"),o=r("span"),c=n(A),x=s(),v=r("input"),w=s(),g=r("button"),S=n(H),this.h()},l(e){t=h(e,"FORM",{});var i=u(t);a=h(i,"LABEL",{class:!0});var s=u(a);o=h(s,"SPAN",{class:!0});var r=u(o);c=m(r,A),r.forEach(l),x=d(s),v=h(s,"INPUT",{type:!0,placeholder:!0,class:!0}),s.forEach(l),w=d(i),g=h(i,"BUTTON",{class:!0,type:!0});var n=u(g);S=m(n,H),n.forEach(l),i.forEach(l),this.h()},h(){f(o,"class","svelte-1x7uoin"),f(v,"type","text"),f(v,"placeholder",i.i18n.rateLimitExceededCopyPastePAT),f(v,"class","svelte-1x7uoin"),f(a,"class","svelte-1x7uoin"),f(g,"class","submit-button svelte-1x7uoin"),f(g,"type","submit")},m(i,s){p(i,t,s),E(t,a),E(a,o),E(o,c),E(a,x),E(a,v),L(v,e[0]),E(t,w),E(t,g),E(g,S),y||(k=[b(v,"input",e[4]),b(t,"submit",T(e[2]))],y=!0)},p(e,t){1&t&&v.value!==e[0]&&L(v,e[0])},d(e){e&&l(t),y=!1,P(k)}}}function y(e){let t,a,o,c,x,w,g,L=i.i18n.rateLimitExceededHasSet+"",T=i.i18n.rateLimitExceededRemoveToken+"";return{c(){t=r("p"),a=n(L),o=s(),c=r("button"),x=n(T),this.h()},l(e){t=h(e,"P",{});var i=u(t);a=m(i,L),i.forEach(l),o=d(e),c=h(e,"BUTTON",{class:!0});var s=u(c);x=m(s,T),s.forEach(l),this.h()},h(){f(c,"class","svelte-1x7uoin")},m(i,s){p(i,t,s),E(t,a),p(i,o,s),p(i,c,s),E(c,x),w||(g=b(c,"click",e[3]),w=!0)},p:v,d(e){e&&l(t),e&&l(o),e&&l(c),w=!1,g()}}}function k(e){let t,a,w,g,L,b,T,P,k,A,H,I,N,O,B,C,F,M,U,D,G,R,_,j,q=i.i18n.rateLimitExceededTitle+"",K=i.i18n.rateLimitExceededIntro+"",Q=i.i18n.rateLimitExceededWhatDoesErrorMean+"",W=i.i18n.rateLimitExceededErrorMeaning+"",z=i.i18n.rateLimitExceededErrorHowCanFix+"",J=i.i18n.rateLimitExceededErrorFix+"",V=i.i18n.rateLimitExceededGeneratePAT+"";function X(e,t){return e[1]?y:S}document.title=t=i.i18n.rateLimitExceededTitle;let Y=X(e),Z=Y(e);return{c(){a=s(),w=r("h1"),g=n(q),L=s(),b=r("p"),T=n(K),P=s(),k=r("h2"),A=n(Q),H=s(),I=r("p"),N=n(W),O=s(),B=r("h2"),C=n(z),F=s(),M=r("p"),U=n(J),D=s(),G=r("a"),R=n(V),_=s(),Z.c(),j=o(),this.h()},l(e){c("svelte-1xny0el",document.head).forEach(l),a=d(e),w=h(e,"H1",{});var t=u(w);g=m(t,q),t.forEach(l),L=d(e),b=h(e,"P",{class:!0});var i=u(b);T=m(i,K),i.forEach(l),P=d(e),k=h(e,"H2",{});var s=u(k);A=m(s,Q),s.forEach(l),H=d(e),I=h(e,"P",{});var r=u(I);N=m(r,W),r.forEach(l),O=d(e),B=h(e,"H2",{});var n=u(B);C=m(n,z),n.forEach(l),F=d(e),M=h(e,"P",{});var f=u(M);U=m(f,J),D=d(f),G=h(f,"A",{href:!0,target:!0});var p=u(G);R=m(p,V),p.forEach(l),f.forEach(l),_=d(e),Z.l(e),j=o(),this.h()},h(){f(b,"class","lead svelte-1x7uoin"),f(G,"href","https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token"),f(G,"target","_blank")},m(e,t){p(e,a,t),p(e,w,t),E(w,g),p(e,L,t),p(e,b,t),E(b,T),p(e,P,t),p(e,k,t),E(k,A),p(e,H,t),p(e,I,t),E(I,N),p(e,O,t),p(e,B,t),E(B,C),p(e,F,t),p(e,M,t),E(M,U),E(M,D),E(M,G),E(G,R),p(e,_,t),Z.m(e,t),p(e,j,t)},p(e,a){let s=x(a,1)[0];0&s&&t!==(t=i.i18n.rateLimitExceededTitle)&&(document.title=t),Y===(Y=X(e))&&Z?Z.p(e,s):(Z.d(1),Z=Y(e),Z&&(Z.c(),Z.m(j.parentNode,j)))},i:v,o:v,d(e){e&&l(a),e&&l(w),e&&l(L),e&&l(b),e&&l(P),e&&l(k),e&&l(H),e&&l(I),e&&l(O),e&&l(B),e&&l(F),e&&l(M),e&&l(_),Z.d(e),e&&l(j)}}}function A(e,t,a){let s="",r=!1;return w(()=>{"undefined"!=typeof window&&"localStorage"in window&&localStorage.getItem("personal-access-token")&&a(1,r=!0)}),[s,r,()=>{"undefined"!=typeof window&&"localStorage"in window&&window.localStorage.setItem("personal-access-token",s),g(i.path)},()=>{a(0,s=""),a(1,r=!1),"undefined"!=typeof window&&"localStorage"in window&&window.localStorage.removeItem("personal-access-token")},function(){s=this.value,a(0,s)}]}class H extends e{constructor(e){super(),t(this,e,A,k,a,{})}}export{H as default};
|
||||
@@ -0,0 +1,2 @@
|
||||
p.lead.svelte-1x7uoin.svelte-1x7uoin{font-size:110%}label.svelte-1x7uoin span.svelte-1x7uoin{display:block;font-weight:bold;margin-bottom:0.5rem}input.svelte-1x7uoin.svelte-1x7uoin,button.svelte-1x7uoin.svelte-1x7uoin{font:inherit;padding:0.5rem 1rem;border:0.1rem solid rgba(0, 0, 0, 0.25);border-radius:0.2rem}input.svelte-1x7uoin.svelte-1x7uoin{width:15rem;max-width:100%}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0ZS1saW1pdC1leGNlZWRlZC5zdmVsdGUiLCJzb3VyY2VzIjpbInJhdGUtbGltaXQtZXhjZWVkZWQuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCB7IGdvdG8gfSBmcm9tIFwiQHNhcHBlci9hcHBcIjtcbiAgaW1wb3J0IGNvbmZpZyBmcm9tIFwiLi4vZGF0YS9jb25maWcuanNvblwiO1xuXG4gIGxldCB0b2tlbiA9IFwiXCI7XG4gIGxldCBsb2NhbFN0b3JhZ2VUb2tlbiA9IGZhbHNlO1xuICBjb25zdCBzYXZlID0gKCkgPT4ge1xuICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmIFwibG9jYWxTdG9yYWdlXCIgaW4gd2luZG93KVxuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5zZXRJdGVtKFwicGVyc29uYWwtYWNjZXNzLXRva2VuXCIsIHRva2VuKTtcbiAgICBnb3RvKGNvbmZpZy5wYXRoKTtcbiAgfTtcbiAgY29uc3QgcmVtb3ZlID0gKCkgPT4ge1xuICAgIHRva2VuID0gXCJcIjtcbiAgICBsb2NhbFN0b3JhZ2VUb2tlbiA9IGZhbHNlO1xuICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmIFwibG9jYWxTdG9yYWdlXCIgaW4gd2luZG93KVxuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5yZW1vdmVJdGVtKFwicGVyc29uYWwtYWNjZXNzLXRva2VuXCIpO1xuICB9O1xuICBvbk1vdW50KCgpID0+IHtcbiAgICBpZiAoXG4gICAgICB0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmXG4gICAgICBcImxvY2FsU3RvcmFnZVwiIGluIHdpbmRvdyAmJlxuICAgICAgbG9jYWxTdG9yYWdlLmdldEl0ZW0oXCJwZXJzb25hbC1hY2Nlc3MtdG9rZW5cIilcbiAgICApXG4gICAgICBsb2NhbFN0b3JhZ2VUb2tlbiA9IHRydWU7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdmVsdGU6aGVhZD5cbiAgPHRpdGxlPntjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZFRpdGxlfTwvdGl0bGU+XG48L3N2ZWx0ZTpoZWFkPlxuXG48aDE+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkVGl0bGV9PC9oMT5cblxuPHAgY2xhc3M9XCJsZWFkXCI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkSW50cm99PC9wPlxuXG48aDI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkV2hhdERvZXNFcnJvck1lYW59PC9oMj5cblxuPHA+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkRXJyb3JNZWFuaW5nfTwvcD5cblxuPGgyPntjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZEVycm9ySG93Q2FuRml4fTwvaDI+XG5cbjxwPlxuICB7Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRFcnJvckZpeH1cbiAgPGFcbiAgICBocmVmPVwiaHR0cHM6Ly9kb2NzLmdpdGh1Yi5jb20vZW4vZnJlZS1wcm8tdGVhbUBsYXRlc3QvZ2l0aHViL2F1dGhlbnRpY2F0aW5nLXRvLWdpdGh1Yi9jcmVhdGluZy1hLXBlcnNvbmFsLWFjY2Vzcy10b2tlblwiXG4gICAgdGFyZ2V0PVwiX2JsYW5rXCI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkR2VuZXJhdGVQQVR9PC9hXG4gID5cbjwvcD5cblxueyNpZiBsb2NhbFN0b3JhZ2VUb2tlbn1cbiAgPHA+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkSGFzU2V0fTwvcD5cbiAgPGJ1dHRvbiBvbjpjbGljaz17cmVtb3ZlfT57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRSZW1vdmVUb2tlbn08L2J1dHRvbj5cbns6ZWxzZX1cbiAgPGZvcm0gb246c3VibWl0fHByZXZlbnREZWZhdWx0PXtzYXZlfT5cbiAgICA8bGFiZWw+XG4gICAgICA8c3Bhbj57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRHaXRIdWJQQVR9PC9zcGFuPlxuICAgICAgPGlucHV0XG4gICAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgYmluZDp2YWx1ZT17dG9rZW59XG4gICAgICAgIHBsYWNlaG9sZGVyPXtjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZENvcHlQYXN0ZVBBVH1cbiAgICAgIC8+XG4gICAgPC9sYWJlbD5cbiAgICA8YnV0dG9uIGNsYXNzPVwic3VibWl0LWJ1dHRvblwiIHR5cGU9XCJzdWJtaXRcIj57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRTYXZlVG9rZW59PC9idXR0b24+XG4gIDwvZm9ybT5cbnsvaWZ9XG5cbjxzdHlsZT5cbiAgcC5sZWFkIHtcbiAgICBmb250LXNpemU6IDExMCU7XG4gIH1cbiAgbGFiZWwgc3BhbiB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgbWFyZ2luLWJvdHRvbTogMC41cmVtO1xuICB9XG4gIGlucHV0LFxuICBidXR0b24ge1xuICAgIGZvbnQ6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMC41cmVtIDFyZW07XG4gICAgYm9yZGVyOiAwLjFyZW0gc29saWQgcmdiYSgwLCAwLCAwLCAwLjI1KTtcbiAgICBib3JkZXItcmFkaXVzOiAwLjJyZW07XG4gIH1cbiAgaW5wdXQge1xuICAgIHdpZHRoOiAxNXJlbTtcbiAgICBtYXgtd2lkdGg6IDEwMCU7XG4gIH1cbjwvc3R5bGU+XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0VFLENBQUMsbUNBQU0sQ0FDTCxTQUFTLENBQUUsSUFDYixDQUNBLG9CQUFLLENBQUMsbUJBQUssQ0FDVCxPQUFPLENBQUUsS0FBSyxDQUNkLFdBQVcsQ0FBRSxJQUFJLENBQ2pCLGFBQWEsQ0FBRSxNQUNqQixDQUNBLG1DQUFLLENBQ0wsb0NBQU8sQ0FDTCxJQUFJLENBQUUsT0FBTyxDQUNiLE9BQU8sQ0FBRSxNQUFNLENBQUMsSUFBSSxDQUNwQixNQUFNLENBQUUsTUFBTSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUN4QyxhQUFhLENBQUUsTUFDakIsQ0FDQSxtQ0FBTSxDQUNKLEtBQUssQ0FBRSxLQUFLLENBQ1osU0FBUyxDQUFFLElBQ2IifQ== */
|
||||
@@ -0,0 +1 @@
|
||||
import{S as e,i as t,s as a,r as i,a as r,e as s,m as n,u as o,K as c,f as l,c as d,b as h,d as u,n as m,g as f,h as p,p as E,q as x,o as v,O as w,P as g,C as L,Q as b,D as T}from"./client.2798b463.js";function P(e){let t,a,o,c,x,v,w,P,S,y,k,A=i.i18n.rateLimitExceededGitHubPAT+"",H=i.i18n.rateLimitExceededSaveToken+"";return{c(){t=s("form"),a=s("label"),o=s("span"),c=n(A),x=r(),v=s("input"),w=r(),P=s("button"),S=n(H),this.h()},l(e){t=h(e,"FORM",{});var i=u(t);a=h(i,"LABEL",{class:!0});var r=u(a);o=h(r,"SPAN",{class:!0});var s=u(o);c=m(s,A),s.forEach(l),x=d(r),v=h(r,"INPUT",{type:!0,placeholder:!0,class:!0}),r.forEach(l),w=d(i),P=h(i,"BUTTON",{class:!0,type:!0});var n=u(P);S=m(n,H),n.forEach(l),i.forEach(l),this.h()},h(){f(o,"class","svelte-1x7uoin"),f(v,"type","text"),f(v,"placeholder",i.i18n.rateLimitExceededCopyPastePAT),f(v,"class","svelte-1x7uoin"),f(a,"class","svelte-1x7uoin"),f(P,"class","submit-button svelte-1x7uoin"),f(P,"type","submit")},m(i,r){p(i,t,r),E(t,a),E(a,o),E(o,c),E(a,x),E(a,v),g(v,e[0]),E(t,w),E(t,P),E(P,S),y||(k=[L(v,"input",e[4]),L(t,"submit",b(e[2]))],y=!0)},p(e,t){1&t&&v.value!==e[0]&&g(v,e[0])},d(e){e&&l(t),y=!1,T(k)}}}function S(e){let t,a,o,c,v,w,g,b=i.i18n.rateLimitExceededHasSet+"",T=i.i18n.rateLimitExceededRemoveToken+"";return{c(){t=s("p"),a=n(b),o=r(),c=s("button"),v=n(T),this.h()},l(e){t=h(e,"P",{});var i=u(t);a=m(i,b),i.forEach(l),o=d(e),c=h(e,"BUTTON",{class:!0});var r=u(c);v=m(r,T),r.forEach(l),this.h()},h(){f(c,"class","svelte-1x7uoin")},m(i,r){p(i,t,r),E(t,a),p(i,o,r),p(i,c,r),E(c,v),w||(g=L(c,"click",e[3]),w=!0)},p:x,d(e){e&&l(t),e&&l(o),e&&l(c),w=!1,g()}}}function y(e){let t,a,v,w,g,L,b,T,y,k,A,H,I,N,O,B,C,F,M,U,D,G,R,j,q=i.i18n.rateLimitExceededTitle+"",K=i.i18n.rateLimitExceededIntro+"",Q=i.i18n.rateLimitExceededWhatDoesErrorMean+"",W=i.i18n.rateLimitExceededErrorMeaning+"",_=i.i18n.rateLimitExceededErrorHowCanFix+"",z=i.i18n.rateLimitExceededErrorFix+"",J=i.i18n.rateLimitExceededGeneratePAT+"";function V(e,t){return e[1]?S:P}document.title=t=i.i18n.rateLimitExceededTitle;let X=V(e),Y=X(e);return{c(){a=r(),v=s("h1"),w=n(q),g=r(),L=s("p"),b=n(K),T=r(),y=s("h2"),k=n(Q),A=r(),H=s("p"),I=n(W),N=r(),O=s("h2"),B=n(_),C=r(),F=s("p"),M=n(z),U=r(),D=s("a"),G=n(J),R=r(),Y.c(),j=o(),this.h()},l(e){c("svelte-1xny0el",document.head).forEach(l),a=d(e),v=h(e,"H1",{});var t=u(v);w=m(t,q),t.forEach(l),g=d(e),L=h(e,"P",{class:!0});var i=u(L);b=m(i,K),i.forEach(l),T=d(e),y=h(e,"H2",{});var r=u(y);k=m(r,Q),r.forEach(l),A=d(e),H=h(e,"P",{});var s=u(H);I=m(s,W),s.forEach(l),N=d(e),O=h(e,"H2",{});var n=u(O);B=m(n,_),n.forEach(l),C=d(e),F=h(e,"P",{});var f=u(F);M=m(f,z),U=d(f),D=h(f,"A",{href:!0,target:!0});var p=u(D);G=m(p,J),p.forEach(l),f.forEach(l),R=d(e),Y.l(e),j=o(),this.h()},h(){f(L,"class","lead svelte-1x7uoin"),f(D,"href","https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token"),f(D,"target","_blank")},m(e,t){p(e,a,t),p(e,v,t),E(v,w),p(e,g,t),p(e,L,t),E(L,b),p(e,T,t),p(e,y,t),E(y,k),p(e,A,t),p(e,H,t),E(H,I),p(e,N,t),p(e,O,t),E(O,B),p(e,C,t),p(e,F,t),E(F,M),E(F,U),E(F,D),E(D,G),p(e,R,t),Y.m(e,t),p(e,j,t)},p(e,[a]){0&a&&t!==(t=i.i18n.rateLimitExceededTitle)&&(document.title=t),X===(X=V(e))&&Y?Y.p(e,a):(Y.d(1),Y=X(e),Y&&(Y.c(),Y.m(j.parentNode,j)))},i:x,o:x,d(e){e&&l(a),e&&l(v),e&&l(g),e&&l(L),e&&l(T),e&&l(y),e&&l(A),e&&l(H),e&&l(N),e&&l(O),e&&l(C),e&&l(F),e&&l(R),Y.d(e),e&&l(j)}}}function k(e,t,a){let r="",s=!1;return v(()=>{"undefined"!=typeof window&&"localStorage"in window&&localStorage.getItem("personal-access-token")&&a(1,s=!0)}),[r,s,()=>{"undefined"!=typeof window&&"localStorage"in window&&window.localStorage.setItem("personal-access-token",r),w(i.path)},()=>{a(0,r=""),a(1,s=!1),"undefined"!=typeof window&&"localStorage"in window&&window.localStorage.removeItem("personal-access-token")},function(){r=this.value,a(0,r)}]}class A extends e{constructor(e){super(),t(this,e,k,y,a,{})}}export{A as default};
|
||||
File diff suppressed because one or more lines are too long
+203
@@ -0,0 +1,203 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell,
|
||||
Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
line-height: 1.5;
|
||||
padding-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0 0 0.5em 0;
|
||||
font-weight: 400;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (min-width: 400px) {
|
||||
body {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 0 2rem;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
article {
|
||||
padding: 1rem 1.25rem;
|
||||
position: relative;
|
||||
border-radius: 0.2rem;
|
||||
border: 1px solid;
|
||||
}
|
||||
article.link a::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
article + article {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
article + h3 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
h3 {
|
||||
opacity: 0.75;
|
||||
}
|
||||
h4 {
|
||||
font-weight: bold;
|
||||
}
|
||||
article.down {
|
||||
border-left: 0.2rem solid;
|
||||
}
|
||||
article.degraded {
|
||||
border-left: 0.2rem solid;
|
||||
}
|
||||
article.up {
|
||||
border-left: 0.2rem solid;
|
||||
}
|
||||
|
||||
.f {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
section + h2 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.tag {
|
||||
display: inline-block;
|
||||
padding: 0.33rem 0.5rem;
|
||||
border-radius: 0.2rem;
|
||||
font-size: 70%;
|
||||
vertical-align: middle;
|
||||
margin-top: -0.2rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
dl dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
dl dd {
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
|
||||
nav {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
[aria-current] {
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
|
||||
a.error-button {
|
||||
border: 0.1rem solid;
|
||||
}
|
||||
|
||||
/* Theming */
|
||||
|
||||
.submit-button {
|
||||
background: #01a3a4;
|
||||
color: #fff;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--body-background-color);
|
||||
color: var(--body-text-color);
|
||||
}
|
||||
|
||||
code {
|
||||
color: var(--code-color);
|
||||
background: var(--code-background-color);
|
||||
}
|
||||
|
||||
article {
|
||||
background: var(--card-background-color);
|
||||
border-color: var(--card-border-color);
|
||||
}
|
||||
|
||||
article.down {
|
||||
border-left-color: var(--down-border-left-color) !important;
|
||||
color: var(--down-color-color);
|
||||
}
|
||||
article.down-active {
|
||||
background: var(--down-background-color);
|
||||
border-color: var(--down-border-left-color);
|
||||
}
|
||||
article.degraded {
|
||||
border-left-color: var(--degraded-border-left-color) !important;
|
||||
color: var(--degraded-color-color);
|
||||
}
|
||||
article.up {
|
||||
border-left-color: var(--up-border-left-color) !important;
|
||||
color: var(--up-color-color);
|
||||
}
|
||||
|
||||
.tag {
|
||||
color: var(--tag-color);
|
||||
}
|
||||
.tag.closed,
|
||||
.tag.up {
|
||||
background: var(--tag-up-background-color) !important;
|
||||
}
|
||||
.tag.open,
|
||||
.tag.down {
|
||||
background: var(--tag-down-background-color) !important;
|
||||
}
|
||||
.tag.degraded {
|
||||
background: var(--tag-degraded-background-color) !important;
|
||||
}
|
||||
|
||||
.changed + section .data {
|
||||
background: var(--change-background-color);
|
||||
}
|
||||
|
||||
nav {
|
||||
border-bottom-color: var(--nav-border-bottom-color);
|
||||
background: var(--nav-background-color);
|
||||
}
|
||||
|
||||
[aria-current] {
|
||||
border-bottom-color: var(--nav-current-border-bottom-color);
|
||||
}
|
||||
|
||||
a.error-button {
|
||||
border-color: var(--error-button-border-color);
|
||||
background: var(--error-button-background-color);
|
||||
color: var(--error-button-color);
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
background: var(--submit-button-background-color);
|
||||
color: var(--submit-button-color);
|
||||
border-color: var(--submit-button-border-color);
|
||||
}
|
||||
|
||||
article .graph {
|
||||
opacity: var(--graph-opacity);
|
||||
filter: var(--graph-filter);
|
||||
}
|
||||
-540
@@ -1,540 +0,0 @@
|
||||
## ODC Open Database License (ODbL)
|
||||
|
||||
### Preamble
|
||||
|
||||
The Open Database License (ODbL) is a license agreement intended to
|
||||
allow users to freely share, modify, and use this Database while
|
||||
maintaining this same freedom for others. Many databases are covered by
|
||||
copyright, and therefore this document licenses these rights. Some
|
||||
jurisdictions, mainly in the European Union, have specific rights that
|
||||
cover databases, and so the ODbL addresses these rights, too. Finally,
|
||||
the ODbL is also an agreement in contract for users of this Database to
|
||||
act in certain ways in return for accessing this Database.
|
||||
|
||||
Databases can contain a wide variety of types of content (images,
|
||||
audiovisual material, and sounds all in the same database, for example),
|
||||
and so the ODbL only governs the rights over the Database, and not the
|
||||
contents of the Database individually. Licensors should use the ODbL
|
||||
together with another license for the contents, if the contents have a
|
||||
single set of rights that uniformly covers all of the contents. If the
|
||||
contents have multiple sets of different rights, Licensors should
|
||||
describe what rights govern what contents together in the individual
|
||||
record or in some other way that clarifies what rights apply.
|
||||
|
||||
Sometimes the contents of a database, or the database itself, can be
|
||||
covered by other rights not addressed here (such as private contracts,
|
||||
trade mark over the name, or privacy rights / data protection rights
|
||||
over information in the contents), and so you are advised that you may
|
||||
have to consult other documents or clear other rights before doing
|
||||
activities not covered by this License.
|
||||
|
||||
------
|
||||
|
||||
The Licensor (as defined below)
|
||||
|
||||
and
|
||||
|
||||
You (as defined below)
|
||||
|
||||
agree as follows:
|
||||
|
||||
### 1.0 Definitions of Capitalised Words
|
||||
|
||||
"Collective Database" – Means this Database in unmodified form as part
|
||||
of a collection of independent databases in themselves that together are
|
||||
assembled into a collective whole. A work that constitutes a Collective
|
||||
Database will not be considered a Derivative Database.
|
||||
|
||||
"Convey" – As a verb, means Using the Database, a Derivative Database,
|
||||
or the Database as part of a Collective Database in any way that enables
|
||||
a Person to make or receive copies of the Database or a Derivative
|
||||
Database. Conveying does not include interaction with a user through a
|
||||
computer network, or creating and Using a Produced Work, where no
|
||||
transfer of a copy of the Database or a Derivative Database occurs.
|
||||
"Contents" – The contents of this Database, which includes the
|
||||
information, independent works, or other material collected into the
|
||||
Database. For example, the contents of the Database could be factual
|
||||
data or works such as images, audiovisual material, text, or sounds.
|
||||
|
||||
"Database" – A collection of material (the Contents) arranged in a
|
||||
systematic or methodical way and individually accessible by electronic
|
||||
or other means offered under the terms of this License.
|
||||
|
||||
"Database Directive" – Means Directive 96/9/EC of the European
|
||||
Parliament and of the Council of 11 March 1996 on the legal protection
|
||||
of databases, as amended or succeeded.
|
||||
|
||||
"Database Right" – Means rights resulting from the Chapter III ("sui
|
||||
generis") rights in the Database Directive (as amended and as transposed
|
||||
by member states), which includes the Extraction and Re-utilisation of
|
||||
the whole or a Substantial part of the Contents, as well as any similar
|
||||
rights available in the relevant jurisdiction under Section 10.4.
|
||||
|
||||
"Derivative Database" – Means a database based upon the Database, and
|
||||
includes any translation, adaptation, arrangement, modification, or any
|
||||
other alteration of the Database or of a Substantial part of the
|
||||
Contents. This includes, but is not limited to, Extracting or
|
||||
Re-utilising the whole or a Substantial part of the Contents in a new
|
||||
Database.
|
||||
|
||||
"Extraction" – Means the permanent or temporary transfer of all or a
|
||||
Substantial part of the Contents to another medium by any means or in
|
||||
any form.
|
||||
|
||||
"License" – Means this license agreement and is both a license of rights
|
||||
such as copyright and Database Rights and an agreement in contract.
|
||||
|
||||
"Licensor" – Means the Person that offers the Database under the terms
|
||||
of this License.
|
||||
|
||||
"Person" – Means a natural or legal person or a body of persons
|
||||
corporate or incorporate.
|
||||
|
||||
"Produced Work" – a work (such as an image, audiovisual material, text,
|
||||
or sounds) resulting from using the whole or a Substantial part of the
|
||||
Contents (via a search or other query) from this Database, a Derivative
|
||||
Database, or this Database as part of a Collective Database.
|
||||
|
||||
"Publicly" – means to Persons other than You or under Your control by
|
||||
either more than 50% ownership or by the power to direct their
|
||||
activities (such as contracting with an independent consultant).
|
||||
|
||||
"Re-utilisation" – means any form of making available to the public all
|
||||
or a Substantial part of the Contents by the distribution of copies, by
|
||||
renting, by online or other forms of transmission.
|
||||
|
||||
"Substantial" – Means substantial in terms of quantity or quality or a
|
||||
combination of both. The repeated and systematic Extraction or
|
||||
Re-utilisation of insubstantial parts of the Contents may amount to the
|
||||
Extraction or Re-utilisation of a Substantial part of the Contents.
|
||||
|
||||
"Use" – As a verb, means doing any act that is restricted by copyright
|
||||
or Database Rights whether in the original medium or any other; and
|
||||
includes without limitation distributing, copying, publicly performing,
|
||||
publicly displaying, and preparing derivative works of the Database, as
|
||||
well as modifying the Database as may be technically necessary to use it
|
||||
in a different mode or format.
|
||||
|
||||
"You" – Means a Person exercising rights under this License who has not
|
||||
previously violated the terms of this License with respect to the
|
||||
Database, or who has received express permission from the Licensor to
|
||||
exercise rights under this License despite a previous violation.
|
||||
|
||||
Words in the singular include the plural and vice versa.
|
||||
|
||||
### 2.0 What this License covers
|
||||
|
||||
2.1. Legal effect of this document. This License is:
|
||||
|
||||
a. A license of applicable copyright and neighbouring rights;
|
||||
|
||||
b. A license of the Database Right; and
|
||||
|
||||
c. An agreement in contract between You and the Licensor.
|
||||
|
||||
2.2 Legal rights covered. This License covers the legal rights in the
|
||||
Database, including:
|
||||
|
||||
a. Copyright. Any copyright or neighbouring rights in the Database.
|
||||
The copyright licensed includes any individual elements of the
|
||||
Database, but does not cover the copyright over the Contents
|
||||
independent of this Database. See Section 2.4 for details. Copyright
|
||||
law varies between jurisdictions, but is likely to cover: the Database
|
||||
model or schema, which is the structure, arrangement, and organisation
|
||||
of the Database, and can also include the Database tables and table
|
||||
indexes; the data entry and output sheets; and the Field names of
|
||||
Contents stored in the Database;
|
||||
|
||||
b. Database Rights. Database Rights only extend to the Extraction and
|
||||
Re-utilisation of the whole or a Substantial part of the Contents.
|
||||
Database Rights can apply even when there is no copyright over the
|
||||
Database. Database Rights can also apply when the Contents are removed
|
||||
from the Database and are selected and arranged in a way that would
|
||||
not infringe any applicable copyright; and
|
||||
|
||||
c. Contract. This is an agreement between You and the Licensor for
|
||||
access to the Database. In return you agree to certain conditions of
|
||||
use on this access as outlined in this License.
|
||||
|
||||
2.3 Rights not covered.
|
||||
|
||||
a. This License does not apply to computer programs used in the making
|
||||
or operation of the Database;
|
||||
|
||||
b. This License does not cover any patents over the Contents or the
|
||||
Database; and
|
||||
|
||||
c. This License does not cover any trademarks associated with the
|
||||
Database.
|
||||
|
||||
2.4 Relationship to Contents in the Database. The individual items of
|
||||
the Contents contained in this Database may be covered by other rights,
|
||||
including copyright, patent, data protection, privacy, or personality
|
||||
rights, and this License does not cover any rights (other than Database
|
||||
Rights or in contract) in individual Contents contained in the Database.
|
||||
For example, if used on a Database of images (the Contents), this
|
||||
License would not apply to copyright over individual images, which could
|
||||
have their own separate licenses, or one single license covering all of
|
||||
the rights over the images.
|
||||
|
||||
### 3.0 Rights granted
|
||||
|
||||
3.1 Subject to the terms and conditions of this License, the Licensor
|
||||
grants to You a worldwide, royalty-free, non-exclusive, terminable (but
|
||||
only under Section 9) license to Use the Database for the duration of
|
||||
any applicable copyright and Database Rights. These rights explicitly
|
||||
include commercial use, and do not exclude any field of endeavour. To
|
||||
the extent possible in the relevant jurisdiction, these rights may be
|
||||
exercised in all media and formats whether now known or created in the
|
||||
future.
|
||||
|
||||
The rights granted cover, for example:
|
||||
|
||||
a. Extraction and Re-utilisation of the whole or a Substantial part of
|
||||
the Contents;
|
||||
|
||||
b. Creation of Derivative Databases;
|
||||
|
||||
c. Creation of Collective Databases;
|
||||
|
||||
d. Creation of temporary or permanent reproductions by any means and
|
||||
in any form, in whole or in part, including of any Derivative
|
||||
Databases or as a part of Collective Databases; and
|
||||
|
||||
e. Distribution, communication, display, lending, making available, or
|
||||
performance to the public by any means and in any form, in whole or in
|
||||
part, including of any Derivative Database or as a part of Collective
|
||||
Databases.
|
||||
|
||||
3.2 Compulsory license schemes. For the avoidance of doubt:
|
||||
|
||||
a. Non-waivable compulsory license schemes. In those jurisdictions in
|
||||
which the right to collect royalties through any statutory or
|
||||
compulsory licensing scheme cannot be waived, the Licensor reserves
|
||||
the exclusive right to collect such royalties for any exercise by You
|
||||
of the rights granted under this License;
|
||||
|
||||
b. Waivable compulsory license schemes. In those jurisdictions in
|
||||
which the right to collect royalties through any statutory or
|
||||
compulsory licensing scheme can be waived, the Licensor waives the
|
||||
exclusive right to collect such royalties for any exercise by You of
|
||||
the rights granted under this License; and,
|
||||
|
||||
c. Voluntary license schemes. The Licensor waives the right to collect
|
||||
royalties, whether individually or, in the event that the Licensor is
|
||||
a member of a collecting society that administers voluntary licensing
|
||||
schemes, via that society, from any exercise by You of the rights
|
||||
granted under this License.
|
||||
|
||||
3.3 The right to release the Database under different terms, or to stop
|
||||
distributing or making available the Database, is reserved. Note that
|
||||
this Database may be multiple-licensed, and so You may have the choice
|
||||
of using alternative licenses for this Database. Subject to Section
|
||||
10.4, all other rights not expressly granted by Licensor are reserved.
|
||||
|
||||
### 4.0 Conditions of Use
|
||||
|
||||
4.1 The rights granted in Section 3 above are expressly made subject to
|
||||
Your complying with the following conditions of use. These are important
|
||||
conditions of this License, and if You fail to follow them, You will be
|
||||
in material breach of its terms.
|
||||
|
||||
4.2 Notices. If You Publicly Convey this Database, any Derivative
|
||||
Database, or the Database as part of a Collective Database, then You
|
||||
must:
|
||||
|
||||
a. Do so only under the terms of this License or another license
|
||||
permitted under Section 4.4;
|
||||
|
||||
b. Include a copy of this License (or, as applicable, a license
|
||||
permitted under Section 4.4) or its Uniform Resource Identifier (URI)
|
||||
with the Database or Derivative Database, including both in the
|
||||
Database or Derivative Database and in any relevant documentation; and
|
||||
|
||||
c. Keep intact any copyright or Database Right notices and notices
|
||||
that refer to this License.
|
||||
|
||||
d. If it is not possible to put the required notices in a particular
|
||||
file due to its structure, then You must include the notices in a
|
||||
location (such as a relevant directory) where users would be likely to
|
||||
look for it.
|
||||
|
||||
4.3 Notice for using output (Contents). Creating and Using a Produced
|
||||
Work does not require the notice in Section 4.2. However, if you
|
||||
Publicly Use a Produced Work, You must include a notice associated with
|
||||
the Produced Work reasonably calculated to make any Person that uses,
|
||||
views, accesses, interacts with, or is otherwise exposed to the Produced
|
||||
Work aware that Content was obtained from the Database, Derivative
|
||||
Database, or the Database as part of a Collective Database, and that it
|
||||
is available under this License.
|
||||
|
||||
a. Example notice. The following text will satisfy notice under
|
||||
Section 4.3:
|
||||
|
||||
Contains information from DATABASE NAME, which is made available
|
||||
here under the Open Database License (ODbL).
|
||||
|
||||
DATABASE NAME should be replaced with the name of the Database and a
|
||||
hyperlink to the URI of the Database. "Open Database License" should
|
||||
contain a hyperlink to the URI of the text of this License. If
|
||||
hyperlinks are not possible, You should include the plain text of the
|
||||
required URI's with the above notice.
|
||||
|
||||
4.4 Share alike.
|
||||
|
||||
a. Any Derivative Database that You Publicly Use must be only under
|
||||
the terms of:
|
||||
|
||||
i. This License;
|
||||
|
||||
ii. A later version of this License similar in spirit to this
|
||||
License; or
|
||||
|
||||
iii. A compatible license.
|
||||
|
||||
If You license the Derivative Database under one of the licenses
|
||||
mentioned in (iii), You must comply with the terms of that license.
|
||||
|
||||
b. For the avoidance of doubt, Extraction or Re-utilisation of the
|
||||
whole or a Substantial part of the Contents into a new database is a
|
||||
Derivative Database and must comply with Section 4.4.
|
||||
|
||||
c. Derivative Databases and Produced Works. A Derivative Database is
|
||||
Publicly Used and so must comply with Section 4.4. if a Produced Work
|
||||
created from the Derivative Database is Publicly Used.
|
||||
|
||||
d. Share Alike and additional Contents. For the avoidance of doubt,
|
||||
You must not add Contents to Derivative Databases under Section 4.4 a
|
||||
that are incompatible with the rights granted under this License.
|
||||
|
||||
e. Compatible licenses. Licensors may authorise a proxy to determine
|
||||
compatible licenses under Section 4.4 a iii. If they do so, the
|
||||
authorised proxy's public statement of acceptance of a compatible
|
||||
license grants You permission to use the compatible license.
|
||||
|
||||
|
||||
4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply
|
||||
in the following:
|
||||
|
||||
a. For the avoidance of doubt, You are not required to license
|
||||
Collective Databases under this License if You incorporate this
|
||||
Database or a Derivative Database in the collection, but this License
|
||||
still applies to this Database or a Derivative Database as a part of
|
||||
the Collective Database;
|
||||
|
||||
b. Using this Database, a Derivative Database, or this Database as
|
||||
part of a Collective Database to create a Produced Work does not
|
||||
create a Derivative Database for purposes of Section 4.4; and
|
||||
|
||||
c. Use of a Derivative Database internally within an organisation is
|
||||
not to the public and therefore does not fall under the requirements
|
||||
of Section 4.4.
|
||||
|
||||
4.6 Access to Derivative Databases. If You Publicly Use a Derivative
|
||||
Database or a Produced Work from a Derivative Database, You must also
|
||||
offer to recipients of the Derivative Database or Produced Work a copy
|
||||
in a machine readable form of:
|
||||
|
||||
a. The entire Derivative Database; or
|
||||
|
||||
b. A file containing all of the alterations made to the Database or
|
||||
the method of making the alterations to the Database (such as an
|
||||
algorithm), including any additional Contents, that make up all the
|
||||
differences between the Database and the Derivative Database.
|
||||
|
||||
The Derivative Database (under a.) or alteration file (under b.) must be
|
||||
available at no more than a reasonable production cost for physical
|
||||
distributions and free of charge if distributed over the internet.
|
||||
|
||||
4.7 Technological measures and additional terms
|
||||
|
||||
a. This License does not allow You to impose (except subject to
|
||||
Section 4.7 b.) any terms or any technological measures on the
|
||||
Database, a Derivative Database, or the whole or a Substantial part of
|
||||
the Contents that alter or restrict the terms of this License, or any
|
||||
rights granted under it, or have the effect or intent of restricting
|
||||
the ability of any person to exercise those rights.
|
||||
|
||||
b. Parallel distribution. You may impose terms or technological
|
||||
measures on the Database, a Derivative Database, or the whole or a
|
||||
Substantial part of the Contents (a "Restricted Database") in
|
||||
contravention of Section 4.74 a. only if You also make a copy of the
|
||||
Database or a Derivative Database available to the recipient of the
|
||||
Restricted Database:
|
||||
|
||||
i. That is available without additional fee;
|
||||
|
||||
ii. That is available in a medium that does not alter or restrict
|
||||
the terms of this License, or any rights granted under it, or have
|
||||
the effect or intent of restricting the ability of any person to
|
||||
exercise those rights (an "Unrestricted Database"); and
|
||||
|
||||
iii. The Unrestricted Database is at least as accessible to the
|
||||
recipient as a practical matter as the Restricted Database.
|
||||
|
||||
c. For the avoidance of doubt, You may place this Database or a
|
||||
Derivative Database in an authenticated environment, behind a
|
||||
password, or within a similar access control scheme provided that You
|
||||
do not alter or restrict the terms of this License or any rights
|
||||
granted under it or have the effect or intent of restricting the
|
||||
ability of any person to exercise those rights.
|
||||
|
||||
4.8 Licensing of others. You may not sublicense the Database. Each time
|
||||
You communicate the Database, the whole or Substantial part of the
|
||||
Contents, or any Derivative Database to anyone else in any way, the
|
||||
Licensor offers to the recipient a license to the Database on the same
|
||||
terms and conditions as this License. You are not responsible for
|
||||
enforcing compliance by third parties with this License, but You may
|
||||
enforce any rights that You have over a Derivative Database. You are
|
||||
solely responsible for any modifications of a Derivative Database made
|
||||
by You or another Person at Your direction. You may not impose any
|
||||
further restrictions on the exercise of the rights granted or affirmed
|
||||
under this License.
|
||||
|
||||
### 5.0 Moral rights
|
||||
|
||||
5.1 Moral rights. This section covers moral rights, including any rights
|
||||
to be identified as the author of the Database or to object to treatment
|
||||
that would otherwise prejudice the author's honour and reputation, or
|
||||
any other derogatory treatment:
|
||||
|
||||
a. For jurisdictions allowing waiver of moral rights, Licensor waives
|
||||
all moral rights that Licensor may have in the Database to the fullest
|
||||
extent possible by the law of the relevant jurisdiction under Section
|
||||
10.4;
|
||||
|
||||
b. If waiver of moral rights under Section 5.1 a in the relevant
|
||||
jurisdiction is not possible, Licensor agrees not to assert any moral
|
||||
rights over the Database and waives all claims in moral rights to the
|
||||
fullest extent possible by the law of the relevant jurisdiction under
|
||||
Section 10.4; and
|
||||
|
||||
c. For jurisdictions not allowing waiver or an agreement not to assert
|
||||
moral rights under Section 5.1 a and b, the author may retain their
|
||||
moral rights over certain aspects of the Database.
|
||||
|
||||
Please note that some jurisdictions do not allow for the waiver of moral
|
||||
rights, and so moral rights may still subsist over the Database in some
|
||||
jurisdictions.
|
||||
|
||||
### 6.0 Fair dealing, Database exceptions, and other rights not affected
|
||||
|
||||
6.1 This License does not affect any rights that You or anyone else may
|
||||
independently have under any applicable law to make any use of this
|
||||
Database, including without limitation:
|
||||
|
||||
a. Exceptions to the Database Right including: Extraction of Contents
|
||||
from non-electronic Databases for private purposes, Extraction for
|
||||
purposes of illustration for teaching or scientific research, and
|
||||
Extraction or Re-utilisation for public security or an administrative
|
||||
or judicial procedure.
|
||||
|
||||
b. Fair dealing, fair use, or any other legally recognised limitation
|
||||
or exception to infringement of copyright or other applicable laws.
|
||||
|
||||
6.2 This License does not affect any rights of lawful users to Extract
|
||||
and Re-utilise insubstantial parts of the Contents, evaluated
|
||||
quantitatively or qualitatively, for any purposes whatsoever, including
|
||||
creating a Derivative Database (subject to other rights over the
|
||||
Contents, see Section 2.4). The repeated and systematic Extraction or
|
||||
Re-utilisation of insubstantial parts of the Contents may however amount
|
||||
to the Extraction or Re-utilisation of a Substantial part of the
|
||||
Contents.
|
||||
|
||||
### 7.0 Warranties and Disclaimer
|
||||
|
||||
7.1 The Database is licensed by the Licensor "as is" and without any
|
||||
warranty of any kind, either express, implied, or arising by statute,
|
||||
custom, course of dealing, or trade usage. Licensor specifically
|
||||
disclaims any and all implied warranties or conditions of title,
|
||||
non-infringement, accuracy or completeness, the presence or absence of
|
||||
errors, fitness for a particular purpose, merchantability, or otherwise.
|
||||
Some jurisdictions do not allow the exclusion of implied warranties, so
|
||||
this exclusion may not apply to You.
|
||||
|
||||
### 8.0 Limitation of liability
|
||||
|
||||
8.1 Subject to any liability that may not be excluded or limited by law,
|
||||
the Licensor is not liable for, and expressly excludes, all liability
|
||||
for loss or damage however and whenever caused to anyone by any use
|
||||
under this License, whether by You or by anyone else, and whether caused
|
||||
by any fault on the part of the Licensor or not. This exclusion of
|
||||
liability includes, but is not limited to, any special, incidental,
|
||||
consequential, punitive, or exemplary damages such as loss of revenue,
|
||||
data, anticipated profits, and lost business. This exclusion applies
|
||||
even if the Licensor has been advised of the possibility of such
|
||||
damages.
|
||||
|
||||
8.2 If liability may not be excluded by law, it is limited to actual and
|
||||
direct financial loss to the extent it is caused by proved negligence on
|
||||
the part of the Licensor.
|
||||
|
||||
### 9.0 Termination of Your rights under this License
|
||||
|
||||
9.1 Any breach by You of the terms and conditions of this License
|
||||
automatically terminates this License with immediate effect and without
|
||||
notice to You. For the avoidance of doubt, Persons who have received the
|
||||
Database, the whole or a Substantial part of the Contents, Derivative
|
||||
Databases, or the Database as part of a Collective Database from You
|
||||
under this License will not have their licenses terminated provided
|
||||
their use is in full compliance with this License or a license granted
|
||||
under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
|
||||
survive any termination of this License.
|
||||
|
||||
9.2 If You are not in breach of the terms of this License, the Licensor
|
||||
will not terminate Your rights under it.
|
||||
|
||||
9.3 Unless terminated under Section 9.1, this License is granted to You
|
||||
for the duration of applicable rights in the Database.
|
||||
|
||||
9.4 Reinstatement of rights. If you cease any breach of the terms and
|
||||
conditions of this License, then your full rights under this License
|
||||
will be reinstated:
|
||||
|
||||
a. Provisionally and subject to permanent termination until the 60th
|
||||
day after cessation of breach;
|
||||
|
||||
b. Permanently on the 60th day after cessation of breach unless
|
||||
otherwise reasonably notified by the Licensor; or
|
||||
|
||||
c. Permanently if reasonably notified by the Licensor of the
|
||||
violation, this is the first time You have received notice of
|
||||
violation of this License from the Licensor, and You cure the
|
||||
violation prior to 30 days after your receipt of the notice.
|
||||
|
||||
Persons subject to permanent termination of rights are not eligible to
|
||||
be a recipient and receive a license under Section 4.8.
|
||||
|
||||
9.5 Notwithstanding the above, Licensor reserves the right to release
|
||||
the Database under different license terms or to stop distributing or
|
||||
making available the Database. Releasing the Database under different
|
||||
license terms or stopping the distribution of the Database will not
|
||||
withdraw this License (or any other license that has been, or is
|
||||
required to be, granted under the terms of this License), and this
|
||||
License will continue in full force and effect unless terminated as
|
||||
stated above.
|
||||
|
||||
### 10.0 General
|
||||
|
||||
10.1 If any provision of this License is held to be invalid or
|
||||
unenforceable, that must not affect the validity or enforceability of
|
||||
the remainder of the terms and conditions of this License and each
|
||||
remaining provision of this License shall be valid and enforced to the
|
||||
fullest extent permitted by law.
|
||||
|
||||
10.2 This License is the entire agreement between the parties with
|
||||
respect to the rights granted here over the Database. It replaces any
|
||||
earlier understandings, agreements or representations with respect to
|
||||
the Database.
|
||||
|
||||
10.3 If You are in breach of the terms of this License, You will not be
|
||||
entitled to rely on the terms of this License or to complain of any
|
||||
breach by the Licensor.
|
||||
|
||||
10.4 Choice of law. This License takes effect in and will be governed by
|
||||
the laws of the relevant jurisdiction in which the License terms are
|
||||
sought to be enforced. If the standard suite of rights granted under
|
||||
applicable copyright law and Database Rights in the relevant
|
||||
jurisdiction includes additional rights not granted under this License,
|
||||
these additional rights are granted in this License in order to meet the
|
||||
terms of this License.
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://amaoke.app
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 939
|
||||
lastUpdated: 2026-05-09T23:17:20.929Z
|
||||
startTime: 2026-04-27T06:07:30.496Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://aquadx.hydev.org
|
||||
status: down
|
||||
code: 0
|
||||
responseTime: 0
|
||||
lastUpdated: 2026-05-09T23:23:54.454Z
|
||||
startTime: 2026-04-27T06:09:11.391Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://aquadx.net
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 619
|
||||
lastUpdated: 2026-05-09T23:19:03.218Z
|
||||
startTime: 2026-04-27T06:09:10.610Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://aza.moe
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 92
|
||||
lastUpdated: 2026-05-09T23:23:56.556Z
|
||||
startTime: 2026-04-27T06:09:46.916Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://camellia-sd.hydev.org/Text2Image
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 472
|
||||
lastUpdated: 2026-05-09T23:17:36.143Z
|
||||
startTime: 2026-04-27T06:07:34.810Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://docuseal.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 336
|
||||
lastUpdated: 2026-05-09T23:18:44.079Z
|
||||
startTime: 2026-04-27T06:09:00.215Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://fadtk.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 189
|
||||
lastUpdated: 2026-05-09T23:23:55.523Z
|
||||
startTime: 2026-04-27T06:09:43.309Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 789
|
||||
lastUpdated: 2026-05-09T23:17:18.710Z
|
||||
startTime: 2026-04-27T06:07:27.885Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://301-bk.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 635
|
||||
lastUpdated: 2026-05-09T23:18:44.742Z
|
||||
startTime: 2026-04-27T06:09:01.131Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://flowy.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 92
|
||||
lastUpdated: 2026-05-09T23:23:57.176Z
|
||||
startTime: 2026-04-27T06:09:48.859Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://gitea.aza.moe
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 396
|
||||
lastUpdated: 2026-05-09T23:18:43.718Z
|
||||
startTime: 2026-04-27T06:08:59.431Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://grafana.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 475
|
||||
lastUpdated: 2026-05-09T23:18:20.185Z
|
||||
startTime: 2026-04-27T06:07:38.983Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://home.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 327
|
||||
lastUpdated: 2026-05-09T23:19:02.574Z
|
||||
startTime: 2026-04-27T06:09:09.934Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://immich.hydev.org
|
||||
status: down
|
||||
code: 502
|
||||
responseTime: 468
|
||||
lastUpdated: 2026-05-09T23:19:00.358Z
|
||||
startTime: 2026-04-27T06:09:07.456Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://influx.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 323
|
||||
lastUpdated: 2026-05-09T23:18:20.536Z
|
||||
startTime: 2026-04-27T06:07:39.948Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://jellyfin.hydev.org/health
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 282
|
||||
lastUpdated: 2026-05-09T23:18:46.943Z
|
||||
startTime: 2026-04-27T06:09:06.562Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://sh.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 394
|
||||
lastUpdated: 2026-05-09T23:17:17.889Z
|
||||
startTime: 2026-04-27T06:07:27.026Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://maigo.dev
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 121
|
||||
lastUpdated: 2026-05-09T23:23:57.060Z
|
||||
startTime: 2026-04-27T06:09:48.200Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://hydev.org/_matrix/static/
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 325
|
||||
lastUpdated: 2026-05-09T23:17:19.064Z
|
||||
startTime: 2026-04-27T06:07:28.825Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://meet.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 337
|
||||
lastUpdated: 2026-05-09T23:18:45.106Z
|
||||
startTime: 2026-04-27T06:09:01.992Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://mc.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 322
|
||||
lastUpdated: 2026-05-09T23:18:20.887Z
|
||||
startTime: 2026-04-27T06:07:40.699Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://moderator-webhook.hydev.org
|
||||
status: up
|
||||
code: 405
|
||||
responseTime: 328
|
||||
lastUpdated: 2026-05-09T23:18:21.658Z
|
||||
startTime: 2026-04-27T06:08:57.672Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://neowofetch.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 324
|
||||
lastUpdated: 2026-05-09T23:23:56.915Z
|
||||
startTime: 2026-04-27T06:09:47.523Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://data.one-among.us
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 123
|
||||
lastUpdated: 2026-05-09T23:23:56.439Z
|
||||
startTime: 2026-04-27T06:09:46.297Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://hydev.org/_github
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 329
|
||||
lastUpdated: 2026-05-09T23:17:19.500Z
|
||||
startTime: 2026-04-27T06:07:29.327Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://hydev.org/backup
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 434
|
||||
lastUpdated: 2026-05-09T23:17:19.961Z
|
||||
startTime: 2026-04-27T06:07:29.928Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://one-among.us
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 120
|
||||
lastUpdated: 2026-05-09T23:23:56.292Z
|
||||
startTime: 2026-04-27T06:09:45.773Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://ow.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 337
|
||||
lastUpdated: 2026-05-09T23:18:46.289Z
|
||||
startTime: 2026-04-27T06:09:04.769Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://staging.orizuru.org
|
||||
status: down
|
||||
code: 0
|
||||
responseTime: 0
|
||||
lastUpdated: 2026-05-09T23:18:43.297Z
|
||||
startTime: 2026-04-27T06:08:58.766Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://pcast.hydev.org
|
||||
status: up
|
||||
code: 401
|
||||
responseTime: 328
|
||||
lastUpdated: 2026-05-09T23:18:45.925Z
|
||||
startTime: 2026-04-27T06:09:03.708Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://cast.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 434
|
||||
lastUpdated: 2026-05-09T23:18:45.568Z
|
||||
startTime: 2026-04-27T06:09:02.783Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://me.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 196
|
||||
lastUpdated: 2026-05-09T23:23:56.147Z
|
||||
startTime: 2026-04-27T06:09:45.162Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://profile-api.hydev.org
|
||||
status: up
|
||||
code: 404
|
||||
responseTime: 393
|
||||
lastUpdated: 2026-05-09T23:17:57.956Z
|
||||
startTime: 2026-04-27T06:07:36.403Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://profile.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 630
|
||||
lastUpdated: 2026-05-09T23:23:55.109Z
|
||||
startTime: 2026-04-27T06:09:42.050Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://p.hydev.org
|
||||
status: down
|
||||
code: 0
|
||||
responseTime: 0
|
||||
lastUpdated: 2026-05-09T23:18:19.242Z
|
||||
startTime: 2026-04-27T06:07:37.512Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://sekai.aquadx.net/llm/health
|
||||
status: down
|
||||
code: 502
|
||||
responseTime: 218
|
||||
lastUpdated: 2026-05-09T23:17:35.643Z
|
||||
startTime: 2026-04-27T06:07:33.461Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://tavern.hydev.org
|
||||
status: up
|
||||
code: 401
|
||||
responseTime: 317
|
||||
lastUpdated: 2026-05-09T23:18:46.634Z
|
||||
startTime: 2026-04-27T06:09:05.563Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,7 +0,0 @@
|
||||
url: https://slither.hydev.org
|
||||
status: up
|
||||
code: 200
|
||||
responseTime: 388
|
||||
lastUpdated: 2026-05-09T23:18:21.302Z
|
||||
startTime: 2026-04-27T06:08:56.889Z
|
||||
generator: Upptime <https://github.com/upptime/upptime>
|
||||
@@ -1,930 +0,0 @@
|
||||
[
|
||||
{
|
||||
"name": "Link Shortener (lisho)",
|
||||
"url": "https://sh.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/sh.hydev.org.ico",
|
||||
"slug": "link-shortener-lisho",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 264,
|
||||
"timeDay": 394,
|
||||
"timeWeek": 259,
|
||||
"timeMonth": 264,
|
||||
"timeYear": 264,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "File Server",
|
||||
"url": "https://hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/hydev.org.ico",
|
||||
"slug": "file-server",
|
||||
"status": "up",
|
||||
"uptime": "99.61%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.61%",
|
||||
"uptimeYear": "99.61%",
|
||||
"time": 502,
|
||||
"timeDay": 789,
|
||||
"timeWeek": 475,
|
||||
"timeMonth": 502,
|
||||
"timeYear": 502,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 71
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Matrix Synapse",
|
||||
"url": "https://hydev.org/_matrix/static/",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/hydev.org.ico",
|
||||
"slug": "matrix-synapse",
|
||||
"status": "up",
|
||||
"uptime": "97.77%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "96.31%",
|
||||
"uptimeMonth": "97.77%",
|
||||
"uptimeYear": "97.77%",
|
||||
"time": 1299,
|
||||
"timeDay": 325,
|
||||
"timeWeek": 123,
|
||||
"timeMonth": 1299,
|
||||
"timeYear": 1299,
|
||||
"dailyMinutesDown": {
|
||||
"2026-05-05": 372,
|
||||
"2026-04-30": 39
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "One Among Us GitHub Webhook",
|
||||
"url": "https://hydev.org/_github",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/hydev.org.ico",
|
||||
"slug": "one-among-us-git-hub-webhook",
|
||||
"status": "up",
|
||||
"uptime": "99.80%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.80%",
|
||||
"uptimeYear": "99.80%",
|
||||
"time": 76,
|
||||
"timeDay": 329,
|
||||
"timeWeek": 89,
|
||||
"timeMonth": 76,
|
||||
"timeYear": 76,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 37
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "One Among Us Telegram Backup",
|
||||
"url": "https://hydev.org/backup",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/hydev.org.ico",
|
||||
"slug": "one-among-us-telegram-backup",
|
||||
"status": "up",
|
||||
"uptime": "99.81%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.81%",
|
||||
"uptimeYear": "99.81%",
|
||||
"time": 145,
|
||||
"timeDay": 434,
|
||||
"timeWeek": 167,
|
||||
"timeMonth": 145,
|
||||
"timeYear": 145,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 36
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Amaoke",
|
||||
"url": "https://amaoke.app",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/amaoke.app.ico",
|
||||
"slug": "amaoke",
|
||||
"status": "up",
|
||||
"uptime": "98.82%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "98.98%",
|
||||
"uptimeMonth": "98.82%",
|
||||
"uptimeYear": "98.82%",
|
||||
"time": 2313,
|
||||
"timeDay": 939,
|
||||
"timeWeek": 3488,
|
||||
"timeMonth": 2313,
|
||||
"timeYear": 2313,
|
||||
"dailyMinutesDown": {
|
||||
"2026-05-06": 48,
|
||||
"2026-05-05": 55,
|
||||
"2026-05-01": 84,
|
||||
"2026-04-30": 29
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Voice Tools Backend",
|
||||
"url": "https://voice-backend.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/voice-backend.hydev.org.ico",
|
||||
"slug": "voice-tools-backend",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 569,
|
||||
"timeDay": 617,
|
||||
"timeWeek": 561,
|
||||
"timeMonth": 569,
|
||||
"timeYear": 569,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "Whisper Transcription Backend",
|
||||
"url": "https://whisper.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/whisper.hydev.org.ico",
|
||||
"slug": "whisper-transcription-backend",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 180,
|
||||
"timeDay": 211,
|
||||
"timeWeek": 176,
|
||||
"timeMonth": 180,
|
||||
"timeYear": 180,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "Sekai LLM Inference",
|
||||
"url": "https://sekai.aquadx.net/llm/health",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/sekai.aquadx.net.ico",
|
||||
"slug": "sekai-llm-inference",
|
||||
"status": "down",
|
||||
"uptime": "93.80%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.80%",
|
||||
"uptimeYear": "93.80%",
|
||||
"time": 516,
|
||||
"timeDay": 218,
|
||||
"timeWeek": 462,
|
||||
"timeMonth": 516,
|
||||
"timeYear": 516,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1140
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Camellia Stable Diffusion",
|
||||
"url": "https://camellia-sd.hydev.org/Text2Image",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/camellia-sd.hydev.org.ico",
|
||||
"slug": "camellia-stable-diffusion",
|
||||
"status": "up",
|
||||
"uptime": "98.98%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "99.76%",
|
||||
"uptimeMonth": "98.98%",
|
||||
"uptimeYear": "98.98%",
|
||||
"time": 663,
|
||||
"timeDay": 472,
|
||||
"timeWeek": 719,
|
||||
"timeMonth": 663,
|
||||
"timeYear": 663,
|
||||
"dailyMinutesDown": {
|
||||
"2026-05-05": 25,
|
||||
"2026-05-01": 84,
|
||||
"2026-04-28": 79
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tulip Host",
|
||||
"url": "https://tulip.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/tulip.hydev.org.ico",
|
||||
"slug": "tulip-host",
|
||||
"status": "down",
|
||||
"uptime": "93.80%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.80%",
|
||||
"uptimeYear": "93.80%",
|
||||
"time": 0,
|
||||
"timeDay": 0,
|
||||
"timeWeek": 0,
|
||||
"timeMonth": 0,
|
||||
"timeYear": 0,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1140
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Profile API",
|
||||
"url": "https://profile-api.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/profile-api.hydev.org.ico",
|
||||
"slug": "profile-api",
|
||||
"status": "up",
|
||||
"uptime": "93.80%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.80%",
|
||||
"uptimeYear": "93.80%",
|
||||
"time": 320,
|
||||
"timeDay": 393,
|
||||
"timeWeek": 364,
|
||||
"timeMonth": 320,
|
||||
"timeYear": 320,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1140
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Project Instant",
|
||||
"url": "https://p.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/p.hydev.org.ico",
|
||||
"slug": "project-instant",
|
||||
"status": "down",
|
||||
"uptime": "93.80%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.80%",
|
||||
"uptimeYear": "93.80%",
|
||||
"time": 0,
|
||||
"timeDay": 0,
|
||||
"timeWeek": 0,
|
||||
"timeMonth": 0,
|
||||
"timeYear": 0,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1140
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Telegram Channel Tree",
|
||||
"url": "https://tree.aza.moe",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/tree.aza.moe.ico",
|
||||
"slug": "telegram-channel-tree",
|
||||
"status": "up",
|
||||
"uptime": "99.87%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.87%",
|
||||
"uptimeYear": "99.87%",
|
||||
"time": 358,
|
||||
"timeDay": 414,
|
||||
"timeWeek": 332,
|
||||
"timeMonth": 358,
|
||||
"timeYear": 358,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 24
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Grafana",
|
||||
"url": "https://grafana.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/grafana.hydev.org.ico",
|
||||
"slug": "grafana",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 365,
|
||||
"timeDay": 475,
|
||||
"timeWeek": 348,
|
||||
"timeMonth": 365,
|
||||
"timeYear": 365,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "InfluxDB",
|
||||
"url": "https://influx.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/influx.hydev.org.ico",
|
||||
"slug": "influx-db",
|
||||
"status": "up",
|
||||
"uptime": "99.78%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.78%",
|
||||
"uptimeYear": "99.78%",
|
||||
"time": 964,
|
||||
"timeDay": 323,
|
||||
"timeWeek": 254,
|
||||
"timeMonth": 964,
|
||||
"timeYear": 964,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 41
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Minecraft Server",
|
||||
"url": "https://mc.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/mc.hydev.org.ico",
|
||||
"slug": "minecraft-server",
|
||||
"status": "up",
|
||||
"uptime": "93.81%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.81%",
|
||||
"uptimeYear": "93.81%",
|
||||
"time": 211,
|
||||
"timeDay": 322,
|
||||
"timeWeek": 211,
|
||||
"timeMonth": 211,
|
||||
"timeYear": 211,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1138
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Slither Link",
|
||||
"url": "https://slither.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/slither.hydev.org.ico",
|
||||
"slug": "slither-link",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 265,
|
||||
"timeDay": 388,
|
||||
"timeWeek": 242,
|
||||
"timeMonth": 265,
|
||||
"timeYear": 265,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "Moderator Webhook",
|
||||
"url": "https://moderator-webhook.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/moderator-webhook.hydev.org.ico",
|
||||
"slug": "moderator-webhook",
|
||||
"status": "up",
|
||||
"uptime": "93.81%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.81%",
|
||||
"uptimeYear": "93.81%",
|
||||
"time": 275,
|
||||
"timeDay": 328,
|
||||
"timeWeek": 226,
|
||||
"timeMonth": 275,
|
||||
"timeYear": 275,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1138
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Orizuru Staging",
|
||||
"url": "https://staging.orizuru.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/staging.orizuru.org.ico",
|
||||
"slug": "orizuru-staging",
|
||||
"status": "down",
|
||||
"uptime": "93.81%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.81%",
|
||||
"uptimeYear": "93.81%",
|
||||
"time": 0,
|
||||
"timeDay": 0,
|
||||
"timeWeek": 0,
|
||||
"timeMonth": 0,
|
||||
"timeYear": 0,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1138
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Gitea",
|
||||
"url": "https://gitea.aza.moe",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/gitea.aza.moe.ico",
|
||||
"slug": "gitea",
|
||||
"status": "up",
|
||||
"uptime": "71.29%",
|
||||
"uptimeDay": "31.78%",
|
||||
"uptimeWeek": "47.63%",
|
||||
"uptimeMonth": "71.29%",
|
||||
"uptimeYear": "71.29%",
|
||||
"time": 324,
|
||||
"timeDay": 384,
|
||||
"timeWeek": 249,
|
||||
"timeMonth": 324,
|
||||
"timeYear": 324,
|
||||
"dailyMinutesDown": {
|
||||
"2026-05-09": 1020,
|
||||
"2026-05-08": 1440,
|
||||
"2026-05-07": 1440,
|
||||
"2026-05-06": 1378
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DocuSeal",
|
||||
"url": "https://docuseal.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/docuseal.hydev.org.ico",
|
||||
"slug": "docu-seal",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 281,
|
||||
"timeDay": 336,
|
||||
"timeWeek": 243,
|
||||
"timeMonth": 281,
|
||||
"timeYear": 281,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "Flowy Backend (CSC301)",
|
||||
"url": "https://301-bk.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/301-bk.hydev.org.ico",
|
||||
"slug": "flowy-backend-csc-301",
|
||||
"status": "up",
|
||||
"uptime": "99.79%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.79%",
|
||||
"uptimeYear": "99.79%",
|
||||
"time": 378,
|
||||
"timeDay": 635,
|
||||
"timeWeek": 355,
|
||||
"timeMonth": 378,
|
||||
"timeYear": 378,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 39
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MeetSphere (CSC309)",
|
||||
"url": "https://meet.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/meet.hydev.org.ico",
|
||||
"slug": "meet-sphere-csc-309",
|
||||
"status": "up",
|
||||
"uptime": "99.89%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.89%",
|
||||
"uptimeYear": "99.89%",
|
||||
"time": 260,
|
||||
"timeDay": 337,
|
||||
"timeWeek": 234,
|
||||
"timeMonth": 260,
|
||||
"timeYear": 260,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 21
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Owncast",
|
||||
"url": "https://cast.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/cast.hydev.org.ico",
|
||||
"slug": "owncast",
|
||||
"status": "up",
|
||||
"uptime": "99.79%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.79%",
|
||||
"uptimeYear": "99.79%",
|
||||
"time": 378,
|
||||
"timeDay": 434,
|
||||
"timeWeek": 393,
|
||||
"timeMonth": 378,
|
||||
"timeYear": 378,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 39
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Owncast Public",
|
||||
"url": "https://pcast.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/pcast.hydev.org.ico",
|
||||
"slug": "owncast-public",
|
||||
"status": "up",
|
||||
"uptime": "93.81%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.81%",
|
||||
"uptimeYear": "93.81%",
|
||||
"time": 258,
|
||||
"timeDay": 328,
|
||||
"timeWeek": 239,
|
||||
"timeMonth": 258,
|
||||
"timeYear": 258,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1138
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Open WebUI",
|
||||
"url": "https://ow.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/ow.hydev.org.ico",
|
||||
"slug": "open-web-ui",
|
||||
"status": "up",
|
||||
"uptime": "99.79%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.79%",
|
||||
"uptimeYear": "99.79%",
|
||||
"time": 633,
|
||||
"timeDay": 337,
|
||||
"timeWeek": 243,
|
||||
"timeMonth": 633,
|
||||
"timeYear": 633,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 38
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SillyTavern",
|
||||
"url": "https://tavern.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/tavern.hydev.org.ico",
|
||||
"slug": "silly-tavern",
|
||||
"status": "up",
|
||||
"uptime": "93.81%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.81%",
|
||||
"uptimeYear": "93.81%",
|
||||
"time": 257,
|
||||
"timeDay": 317,
|
||||
"timeWeek": 251,
|
||||
"timeMonth": 257,
|
||||
"timeYear": 257,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1138
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Jellyfin",
|
||||
"url": "https://jellyfin.hydev.org/health",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/jellyfin.hydev.org.ico",
|
||||
"slug": "jellyfin",
|
||||
"status": "up",
|
||||
"uptime": "37.84%",
|
||||
"uptimeDay": "31.78%",
|
||||
"uptimeWeek": "4.54%",
|
||||
"uptimeMonth": "37.84%",
|
||||
"uptimeYear": "37.84%",
|
||||
"time": 278,
|
||||
"timeDay": 275,
|
||||
"timeWeek": 275,
|
||||
"timeMonth": 278,
|
||||
"timeYear": 278,
|
||||
"dailyMinutesDown": {
|
||||
"2026-05-09": 1021,
|
||||
"2026-05-08": 1440,
|
||||
"2026-05-07": 1440,
|
||||
"2026-05-06": 1440,
|
||||
"2026-05-05": 1440,
|
||||
"2026-05-04": 1440,
|
||||
"2026-05-03": 1440,
|
||||
"2026-05-02": 1440,
|
||||
"2026-05-01": 331
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Immich",
|
||||
"url": "https://immich.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/immich.hydev.org.ico",
|
||||
"slug": "immich",
|
||||
"status": "down",
|
||||
"uptime": "7.18%",
|
||||
"uptimeDay": "0.00%",
|
||||
"uptimeWeek": "0.00%",
|
||||
"uptimeMonth": "7.18%",
|
||||
"uptimeYear": "7.18%",
|
||||
"time": 10649,
|
||||
"timeDay": 468,
|
||||
"timeWeek": 15504,
|
||||
"timeMonth": 10649,
|
||||
"timeYear": 10649,
|
||||
"dailyMinutesDown": {
|
||||
"2026-05-10": 38,
|
||||
"2026-05-09": 1440,
|
||||
"2026-05-08": 1440,
|
||||
"2026-05-07": 1440,
|
||||
"2026-05-06": 1440,
|
||||
"2026-05-05": 1440,
|
||||
"2026-05-04": 1440,
|
||||
"2026-05-03": 1440,
|
||||
"2026-05-02": 1440,
|
||||
"2026-05-01": 1440,
|
||||
"2026-04-30": 1440,
|
||||
"2026-04-29": 1440,
|
||||
"2026-04-28": 1190
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Web Archive",
|
||||
"url": "https://archive.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/archive.hydev.org.ico",
|
||||
"slug": "web-archive",
|
||||
"status": "up",
|
||||
"uptime": "66.52%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "56.84%",
|
||||
"uptimeMonth": "66.52%",
|
||||
"uptimeYear": "66.52%",
|
||||
"time": 18453,
|
||||
"timeDay": 1838,
|
||||
"timeWeek": 36079,
|
||||
"timeMonth": 18453,
|
||||
"timeYear": 18453,
|
||||
"dailyMinutesDown": {
|
||||
"2026-05-06": 69,
|
||||
"2026-05-05": 1440,
|
||||
"2026-05-04": 1440,
|
||||
"2026-05-03": 1440,
|
||||
"2026-05-02": 1440,
|
||||
"2026-05-01": 328
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Home Assistant",
|
||||
"url": "https://home.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/home.hydev.org.ico",
|
||||
"slug": "home-assistant",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 555,
|
||||
"timeDay": 327,
|
||||
"timeWeek": 257,
|
||||
"timeMonth": 555,
|
||||
"timeYear": 555,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "AquaDX",
|
||||
"url": "https://aquadx.net",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/aquadx.net.ico",
|
||||
"slug": "aqua-dx",
|
||||
"status": "up",
|
||||
"uptime": "99.26%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.26%",
|
||||
"uptimeYear": "99.26%",
|
||||
"time": 251,
|
||||
"timeDay": 619,
|
||||
"timeWeek": 250,
|
||||
"timeMonth": 251,
|
||||
"timeYear": 251,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 136
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "AquaDX Mirror",
|
||||
"url": "https://aquadx.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/aquadx.hydev.org.ico",
|
||||
"slug": "aqua-dx-mirror",
|
||||
"status": "down",
|
||||
"uptime": "93.81%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "93.81%",
|
||||
"uptimeYear": "93.81%",
|
||||
"time": 0,
|
||||
"timeDay": 0,
|
||||
"timeWeek": 0,
|
||||
"timeMonth": 0,
|
||||
"timeYear": 0,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-27": 1138
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Profile Redirect",
|
||||
"url": "https://profile.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/profile.hydev.org.ico",
|
||||
"slug": "profile-redirect",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 271,
|
||||
"timeDay": 630,
|
||||
"timeWeek": 236,
|
||||
"timeMonth": 271,
|
||||
"timeYear": 271,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "tg-blog Demo",
|
||||
"url": "https://test-tg.one-among.us",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/test-tg.one-among.us.ico",
|
||||
"slug": "tg-blog-demo",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 159,
|
||||
"timeDay": 175,
|
||||
"timeWeek": 147,
|
||||
"timeMonth": 159,
|
||||
"timeYear": 159,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "FAD Toolkit Paper",
|
||||
"url": "https://fadtk.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/fadtk.hydev.org.ico",
|
||||
"slug": "fad-toolkit-paper",
|
||||
"status": "up",
|
||||
"uptime": "99.80%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.80%",
|
||||
"uptimeYear": "99.80%",
|
||||
"time": 196,
|
||||
"timeDay": 189,
|
||||
"timeWeek": 168,
|
||||
"timeMonth": 196,
|
||||
"timeYear": 196,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 36
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Voice Tools Frontend",
|
||||
"url": "https://voice.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/voice.hydev.org.ico",
|
||||
"slug": "voice-tools-frontend",
|
||||
"status": "up",
|
||||
"uptime": "99.81%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.81%",
|
||||
"uptimeYear": "99.81%",
|
||||
"time": 176,
|
||||
"timeDay": 187,
|
||||
"timeWeek": 167,
|
||||
"timeMonth": 176,
|
||||
"timeYear": 176,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 35
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Uptime Monitor",
|
||||
"url": "https://uptime.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/uptime.hydev.org.ico",
|
||||
"slug": "uptime-monitor",
|
||||
"status": "up",
|
||||
"uptime": "99.82%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.82%",
|
||||
"uptimeYear": "99.82%",
|
||||
"time": 178,
|
||||
"timeDay": 165,
|
||||
"timeWeek": 159,
|
||||
"timeMonth": 178,
|
||||
"timeYear": 178,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 33
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Personal Projects (me)",
|
||||
"url": "https://me.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/me.hydev.org.ico",
|
||||
"slug": "personal-projects-me",
|
||||
"status": "up",
|
||||
"uptime": "99.83%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.83%",
|
||||
"uptimeYear": "99.83%",
|
||||
"time": 169,
|
||||
"timeDay": 196,
|
||||
"timeWeek": 145,
|
||||
"timeMonth": 169,
|
||||
"timeYear": 169,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "One Among Us",
|
||||
"url": "https://one-among.us",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/one-among.us.ico",
|
||||
"slug": "one-among-us",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 119,
|
||||
"timeDay": 120,
|
||||
"timeWeek": 108,
|
||||
"timeMonth": 119,
|
||||
"timeYear": 119,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "One Among Us Data",
|
||||
"url": "https://data.one-among.us",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/data.one-among.us.ico",
|
||||
"slug": "one-among-us-data",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 143,
|
||||
"timeDay": 123,
|
||||
"timeWeek": 119,
|
||||
"timeMonth": 143,
|
||||
"timeYear": 143,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "Blog (aza.moe)",
|
||||
"url": "https://aza.moe",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/aza.moe.ico",
|
||||
"slug": "blog-aza-moe",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 91,
|
||||
"timeDay": 92,
|
||||
"timeWeek": 86,
|
||||
"timeMonth": 91,
|
||||
"timeYear": 91,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "Neowofetch",
|
||||
"url": "https://neowofetch.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/neowofetch.hydev.org.ico",
|
||||
"slug": "neowofetch",
|
||||
"status": "up",
|
||||
"uptime": "100.00%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "100.00%",
|
||||
"uptimeYear": "100.00%",
|
||||
"time": 245,
|
||||
"timeDay": 324,
|
||||
"timeWeek": 220,
|
||||
"timeMonth": 245,
|
||||
"timeYear": 245,
|
||||
"dailyMinutesDown": {}
|
||||
},
|
||||
{
|
||||
"name": "Maigo Labs",
|
||||
"url": "https://maigo.dev",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/maigo.dev.ico",
|
||||
"slug": "maigo-labs",
|
||||
"status": "up",
|
||||
"uptime": "99.83%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.83%",
|
||||
"uptimeYear": "99.83%",
|
||||
"time": 188,
|
||||
"timeDay": 121,
|
||||
"timeWeek": 161,
|
||||
"timeMonth": 188,
|
||||
"timeYear": 188,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Flowy (CSC301)",
|
||||
"url": "https://flowy.hydev.org",
|
||||
"icon": "https://icons.duckduckgo.com/ip3/flowy.hydev.org.ico",
|
||||
"slug": "flowy-csc-301",
|
||||
"status": "up",
|
||||
"uptime": "99.91%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.91%",
|
||||
"uptimeYear": "99.91%",
|
||||
"time": 128,
|
||||
"timeDay": 92,
|
||||
"timeWeek": 122,
|
||||
"timeMonth": 128,
|
||||
"timeYear": 128,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-30": 17
|
||||
}
|
||||
}
|
||||
]
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user