-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #355 from artichoke/lopopolo/domains-properties
Separate domains from web properties in domains.md docs
- Loading branch information
Showing
1 changed file
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |