aboutsummaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2024-08-05 14:21:53 +0200
committerAdam Stück <adam@adast.dk>2024-08-05 14:21:53 +0200
commit363f85d32b6062dedaf4b22c1c7404b47ebf6c2a (patch)
treee219fd6feddb0b074dff11b2bf3c81125be5b7df /config.yml
parent37085c8f9a398d2d9cee596ee8ece555dc69c2bb (diff)
Initial commit as status.adast.dk
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml42
1 files changed, 20 insertions, 22 deletions
diff --git a/config.yml b/config.yml
index f968d0b..88ca670 100644
--- a/config.yml
+++ b/config.yml
@@ -43,7 +43,7 @@
# What is your status page called?
# Shows up in the browser bar and meta tags
-title: Eggsample Status
+title: adast.dk status
# Should posts, which have a publish date
# from the future, be built? Useful for
@@ -97,7 +97,7 @@ defaultContentLanguage: en
#
# Broken example:
# baseUrl: /
-baseURL: https://example.com
+baseURL: https://status.adast.dk/
# For features like Last modified, you
# need to use a Git repository. If you
@@ -143,10 +143,10 @@ params:
# For help, see the wiki:
# https://github.com/cstate/cstate/wiki/Customization
categories:
- - name: North Coast
- description: The main servers are located here.
- closed: true
- - name: Empty Category
+ # - name: North Coast
+ # description: The main servers are located here.
+ # closed: true
+ # - name: Empty Category
- name: Uncategorized
untitled: true
@@ -158,19 +158,17 @@ params:
# For help, see the wiki:
# https://github.com/cstate/cstate/wiki/Customization
systems:
- - name: Gateway
- category: North Coast
- - name: Backup Gateway
- category: North Coast
- - name: Website
- description: The web frontend for the application.
+ - name: chat.adast.xyz
category: Uncategorized
- link: https://example.com/
- - name: API
- description: The guts of the application.
+ - name: cloud.adast.dk
category: Uncategorized
- - name: Media Proxy
- description: This is the service responsible for serving images, audio, and video. It is reliant on our CDN.
+ - name: mc.adast.dk
+ category: Uncategorized
+ - name: mumble.adast.dk
+ category: Uncategorized
+ - name: search.adast.dk
+ category: Uncategorized
+ - name: tv.adast.dk
category: Uncategorized
# What date format to use?
@@ -182,7 +180,7 @@ params:
#
# dateFormat Default: "January 2, 2006 at 3:04 PM"
# shortDateFormat Default: "15:04 — Jan 2"
- dateFormat: January 2, 2006 at 3:04 PM UTC
+ dateFormat: January 2, 2006 at 15:04 UTC
shortDateFormat: 15:04 UTC — Jan 2
# Should relative time (x min ago) be used?
@@ -233,7 +231,7 @@ params:
#
# Default: `true`
# BOOLEAN; `true`, `false`
- useLargeHeaderDesign: false
+ useLargeHeaderDesign: true
# Should incident history be separated
# like in an archive view?
@@ -242,7 +240,7 @@ params:
#
# Default: `yearly`
# STRING; `monthly`, `yearly`, `none`
- incidentHistoryFormat: "yearly"
+ incidentHistoryFormat: "none"
# Should incident history be hidden?
#
@@ -276,7 +274,7 @@ params:
#
# Default: `false`
# BOOLEAN; `true`, `false`
- useLogo: true
+ useLogo: false
# Where is the logo located, if one is
# present at all?
@@ -292,7 +290,7 @@ params:
# on the footer and meta tags.
#
# Default: We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.
- description: We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.
+ description: This page is updated by humans, who have to sleep from time to time.
# Tabs on homepage
# Uncomment to enable.