Skip to content

Commit

Permalink
Merge pull request #355 from artichoke/lopopolo/domains-properties
Browse files Browse the repository at this point in the history
Separate domains from web properties in domains.md docs
  • Loading branch information
lopopolo authored Aug 22, 2022
2 parents 809f657 + e590c10 commit f31fe96
Showing 1 changed file with 55 additions and 12 deletions.
67 changes: 55 additions & 12 deletions docs/domains.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,55 @@
# Domain Names

| Domain | Registrar | DNS | Description | Subdomains | Content Type | HTTPS Enabled? | MX Records in Google Workspace? |
| ----------------- | -------------- | -------------- | --------------------------------------------- | --------------------------------------------------------------- | ------------ | -------------- | ------------------------------- |
| artichoke.dev | Google Domains | None | Name reservation | None | None |||
| artichoke.run | Google Domains | Google Domains | Wasm playground | apex, www redirects to apex, rubyconf2019 hosts an old snapshot | Webapp |||
| artichokeruby.app | Google Domains | None | Name reservation | None | None |||
| artichokeruby.com | Google Domains | Google Domains | Redirects to <https://www.artichokeruby.org/> | apex, www | Redirect |||
| artichokeruby.dev | Google Domains | None | Name reservation | None | None |||
| artichokeruby.net | Google Domains | Google Domains | Redirects to <https://www.artichokeruby.org/> | apex, www | Redirect |||
| artichokeruby.org | Google Domains | Google Domains | Project website | apex redirects to www, www, codecov hosts code coverage reports | Webapp |||
| artichokeruby.run | Google Domains | Google Domains | Redirects to <https://artichoke.run/> | apex, www | Redirect |||
# Domains

## Domain Names

| Domain | Registrar | DNS | DNSSEC? | MX Records[^1]? |
| ----------------- | -------------- | -------------- | ------- | --------------- |
| artichoke.dev | Google Domains | None |||
| artichoke.run | Google Domains | Google Domains |||
| artichokeruby.com | Google Domains | Google Domains |||
| artichokeruby.dev | Google Domains | None |||
| artichokeruby.net | Google Domains | Google Domains |||
| artichokeruby.org | Google Domains | Google Domains |||
| artichokeruby.run | Google Domains | Google Domains |||

[^1]: MX records are also linked to a Google Workspace account.

## Web Properties

| Property | DNS | Description | HTTPS? | HSTS[^2]? |
| ---------------------------- | ---------------------------------- | ----------------------------------- | ------ | --------- |
| [artichoke.run] | A and AAAA records to GitHub Pages | Wasm playground |||
| [www.artichoke.run] | CNAME to GitHub Pages | Wasm playground redirect |||
| [artichokeruby.com] | Google-managed redirect | Project website redirect |||
| [www.artichokeruby.com] | Google-managed redirect | Project website redirect |||
| [rubyconf2019.artichoke.run] | CNAME to GitHub Pages | Snapshot of the Wasm playground[^3] |||
| [artichokeruby.org] | Google-managed redirect | Project website redirect |||
| [codecov.artichokeruby.org] | CNAME to CloudFront distribution | Code coverage reports |||
| [www.artichokeruby.org] | CNAME to GitHub Pages | Project website |||
| [artichokeruby.net] | Google-managed redirect | Project website redirect |||
| [www.artichokeruby.net] | Google-managed redirect | Project website redirect |||
| [artichokeruby.run] | Google-managed redirect | Wasm playground website redirect |||
| [www.artichokeruby.run] | Google-managed redirect | Wasm playground website redirect |||

[artichoke.run]: https://artichoke.run/
[www.artichoke.run]: https://www.artichoke.run/
[artichokeruby.com]: https://artichokeruby.com/
[www.artichokeruby.com]: https://www.artichokeruby.com/
[rubyconf2019.artichoke.run]: https://rubyconf2019.artichoke.run/
[artichokeruby.org]: https://artichokeruby.org/
[codecov.artichokeruby.org]: https://codecov.artichokeruby.org/
[www.artichokeruby.org]: https://www.artichokeruby.org/
[artichokeruby.net]: https://artichokeruby.net/
[www.artichokeruby.net]: https://www.artichokeruby.net/
[artichokeruby.run]: https://artichokeruby.run/
[www.artichokeruby.run]: https://www.artichokeruby.run/

[^2]: Property sets [HTTP Strict Transport Security][hsts-explainer] headers.
[^3]:
The playground snapshot at <https://rubyconf2019.artichoke.run> is used by
RubyConf 2019 presentation at <https://artichoke.github.io/rubyconf/2019/>,
which depends on Artichoke gems and embedding behavior present in this
legacy version of the playground.

[hsts-explainer]:
https://infosec.mozilla.org/guidelines/web_security#http-strict-transport-security

0 comments on commit f31fe96

Please sign in to comment.