diff --git a/.upptimerc.yml b/.upptimerc.yml index 4105be908a..ccf7e86024 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -71,15 +71,11 @@ sites: - funkypenguin 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 - status-website: - theme: dark + themeUrl: https://status.elfhosted.com/elfhosted.css cname: status.elfhosted.com - # baseUrl: /your-repo-name - # logoUrl: https://raw.githubusercontent.com/seedplicity/upptime/master/assets/seedplicity_logo.svg - # faviconSvg: https://raw.githubusercontent.com/seedplicity/upptime/master/assets/seedplicity_logo.svg - name: ElfHosted Status + logoUrl: https://status.elfhosted.com/elfhosted-logo.svg + faviconSvg: https://status.elfhosted.com/elfhosted-logo.svg + name: Status | ElfHosted introTitle: "**ElfHosted** is an open-source PaaS build by and for geeks" introMessage: We engineer our platform to be as automated and resilient as possible, but life happens! If something's not right, check here first, or the [#elf-status](https://discord.com/channels/396055506072109067/1119479124684193933) channel in [Discord](https://chat.funkypenguin.co.nz)! navbar: diff --git a/assets/elfhosted-logo.svg b/assets/elfhosted-logo.svg new file mode 100644 index 0000000000..e74a87c4b5 --- /dev/null +++ b/assets/elfhosted-logo.svg @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/elfhosted.css b/assets/elfhosted.css new file mode 100644 index 0000000000..fd76a29749 --- /dev/null +++ b/assets/elfhosted.css @@ -0,0 +1,26 @@ +:root { + --body-background-color: #1E2129; + --body-text-color: #C8D4BE; + --card-background-color: #50762E; + --nav-background-color: #002b29; + --nav-border-bottom-color: #015450; + --nav-current-border-bottom-color: #1abc9c; + --card-border-color: #015450; + --down-border-left-color: #eb3b5a; + --down-background-color: #6b1020; + --degraded-border-left-color: #f7b731; + --up-border-left-color: #20bf6b; + --tag-color: #002b29; + --tag-up-background-color: #20bf6b; + --tag-down-background-color: #eb3b5a; + --tag-degraded-background-color: #f7b731; + --change-background-color: #f7b731; + --error-button-border-color: #1a46ad; + --error-button-background-color: #3867d6; + --error-button-color: #ffffff; + --submit-button-border-color: #1a46ad; + --submit-button-background-color: #3867d6; + --submit-button-color: #ffffff; + --graph-opacity: 1; + --graph-filter: none; + } \ No newline at end of file