Skip to content

Commit a429411

Browse files
authored
Merge pull request #17 from kraai/update-infrastructure-providers
Update infrastructure providers
2 parents bd5e7cd + 66648f7 commit a429411

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ You can contact the current team at any time with an email to admin@haskell.org,
4343
### Infrastructure providers
4444
Haskell.org uses many service providers for its infrastructure.
4545

46-
* [Packet.com](https://www.packet.com/) provides compute, storage, and networking resources, powering almost all of Haskell.org in several regions around the world.
4746
* [Fastly](https://www.fastly.com/) provides low latency access for all of Haskell.org's downloads and highest traffic services, including the primary Hackage server, and Haskell Platform/GHC downloads.
4847
* [CloudFlare](https://www.cloudflare.com/) provides DNS management, Anti-DDoS, and high-grade frontend SSL and caching for most of Haskell.org
4948
* Status.io powers https://status.haskell.org, and lets us easily tell you when we broke something.
5049
* [DreamHost](https://www.dreamhost.com/) supports Haskell.org by providing free and unlimited object storage and bandwidth via DreamObjects, which we use to stash logs, perform backups, and generally host all kinds of long-term content that we might need.
51-
50+
* [SimSpace](https://simspace.com/) hosts some of the GHC CI infrastructure for ARM.
51+
* [Discourse](https://www.discourse.org/) hosts <https://discourse.haskell.org/>.
52+
* [DigitalOcean](https://www.digitalocean.com/)
53+
* [OpenCape](https://www.opencape.org/)

servers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Haskell Infra Core Servers List
22

3-
## www-combo-origin.haskell.org (packet)
3+
## www-combo-origin.haskell.org
44

55
Almost all content is static except for the wiki.
66

@@ -27,26 +27,26 @@ Hosts the main haskell.org website and the following subsites
2727

2828
Also hosts a number of subdomains such as: archives.haskell.org, hoogle.haskell.org, downloads.haskell.org, wiki.haskell.org, summer.haskell.org, pvp.haskell.org
2929

30-
## misc-services-origin.haskell.org (packet)
30+
## misc-services-origin.haskell.org
3131

3232
Hosts nonstatic content and services
3333

3434
* discourse.haskell.org
3535
* postfix (half migrated)
3636
* hoogle service
3737

38-
## hackage-origin.haskell.org (packet)
38+
## hackage-origin.haskell.org
3939

4040
Hosts hackage
4141

42-
## docbuilder.hackage.haskell.org (packet)
42+
## docbuilder.hackage.haskell.org
4343

4444
Hosts the docbuilder (maintained by gbaz centrally)
4545

4646
## matrix.hackage.haskell.org
4747

4848
Hosts the build matrix (maintained by hvr)
4949

50-
## Various ghc ci boxes (packet)
50+
## Various ghc ci boxes
5151

5252
ghc-arm-2, ghc-ci-1, ghc-ci-m1, etc. (in flux)

0 commit comments

Comments
 (0)