diff options
author | 2024-04-29 14:51:09 +0100 | |
---|---|---|
committer | 2024-04-29 14:51:09 +0100 | |
commit | f04e2038d16076d76039ef33fcd631d9c2ae6df7 (patch) | |
tree | 88fb2a0e305acb9738108e68c4eee292d55489a8 | |
parent | Update tag styles (diff) |
add some more services
-rw-r--r-- | data/services.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/services.yaml b/data/services.yaml index 579e4be..c990810 100644 --- a/data/services.yaml +++ b/data/services.yaml @@ -32,3 +32,23 @@ url: https://pixels-modsite.pythondiscord.com/ description: Moderation and anti-spam frontend for the Pixels event. tags: [moderation, events] + +- name: Cloudflare + url: https://dash.cloudflare.com/ + description: Cloudflare is a content delivery network (CDN) and DDoS protection service used by Python Discord. + tags: [infrastructure, security] + +- name: Sentry + url: https://python-discord.sentry.io/ + description: Sentry is an error tracking tool used by Python Discord to monitor and fix errors in our projects. + tags: [errors, monitoring] + +- name: Netcup + url: https://customercontrolpanel.de/ + description: Netcup is a hosting provider used by Python Discord to host various services. + tags: [infrastructure] + +- name: Linode + url: https://cloud.linode.com/ + description: Linode is a hosting provider used by Python Discord to host various services. + tags: [infrastructure] |