Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
7eben committed Sep 6, 2024
1 parent 1037093 commit 7095046
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 7 deletions.
27 changes: 23 additions & 4 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,43 @@ owner: kuflow # Your GitHub organization or username, where this repository live
repo: kuflow-status # The name of this repository

sites:
- name: KuFlow App
- name: App
url: https://app.kuflow.com
icon: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/favicon.ico
- name: Rest API
url: https://api.kuflow.com
icon: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/api-rest-icon.svg
method: POST
expectedStatusCodes:
- 401
- name: Engine API
check: "tcp-ping"
url: engine.kuflow.com
icon: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/api-engine-icon.svg
port: 443

assignees:
- kuflow-devops

status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
# cname: demo.upptime.js.org
cname: status.kuflow.com
baseUrl: /kuflow-status
logoUrl: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/kuflow-icon.svg
name: KuFlow status
introTitle: "**KuFlow service status**"
name: KuFlow
introTitle: "**KuFlow services status**"
introMessage: Status of **KuFlow** services in real time
navbar:
- title: Status
href: /
- title: KuFlow
href: https://kuflow.com
- title: GitHub
href: https://github.com/$OWNER
themeUrl: https://kuflow.github.io/kuflow-status/kuflow-theme.css
favicon: https://kuflow.github.io/kuflow-status/favicon.ico
faviconSvg: https://raw.githubusercontent.com/kuflow/kuflow-status/master/assets/kuflow-icon.svg

# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration
78 changes: 78 additions & 0 deletions assets/api-engine-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions assets/api-rest-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions assets/kuflow-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
--body-background-color: #ffffff;
--body-text-color: #000000;
--card-background-color: #ffffff;
--nav-background-color: #ff5a00;
--nav-border-bottom-color: #cc4800;
--nav-background-color: #ffffff;
--nav-border-bottom-color: #ff5a00;
--nav-current-border-bottom-color: #ff9f10;
--card-border-color: #cc4800;
--card-border-color: #ff5a00;
--down-border-left-color: #ff9f10;
--down-background-color: #ff9f10;
--degraded-border-left-color: #ffe1a1;
Expand Down

0 comments on commit 7095046

Please sign in to comment.