Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add civictech.ca as managed domain #9

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ validate: ## Validate your configuration files
@echo Config files successfully validated!

dry-run: ## Dry-run DNS record update (SAFE)
$(RUN) octodns-sync --config-file config.yaml
@$(RUN) octodns-sync --config-file config.yaml

run: check ## Run DNS record update (!!!)
$(RUN) octodns-sync --config-file config.yaml --doit
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The following damains can be managed here:
- `c4nada.ca`
- `t0ronto.ca`
- `g0teborg.se`
- `civictech.ca` (pending)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `civictech.ca` (pending)
- `civictech.ca`


Changing or adding DNS records in `main` branch of this repository will update
the actual domain records.
Expand Down
8 changes: 8 additions & 0 deletions civictech.ca.domain/calgary.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
calgary: &redirect
- type: CNAME
value: 301.ronny.tw.
- type: TXT
value: 301 https://www.meetup.com/CivicTechYYC-Tech-for-Good/

yyc: *redirect
63 changes: 63 additions & 0 deletions civictech.ca.domain/civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
'':
- type: TXT
values:
# Who has admin for this domain
- admin=civictechto

# Email forwarding via forwardemail.net
# See: MX record below

# [email protected]
- forward-email=hi:[email protected]
- forward-email=hi:[email protected]

# [email protected]
- forward-email=speakers:[email protected]

# [email protected]
- forward-email=venues:[email protected]

# [email protected]
- forward-email=codeacross:[email protected]

# [email protected]
- forward-email=eventscalendar:[email protected]

# [email protected]
- forward-email=saintjohn:[email protected]

# [email protected]
- forward-email=organizers:[email protected]

# [email protected]
- forward-email=sponsorship:[email protected]

# [email protected]
- forward-email=toby:[email protected]

- type: A
value: 143.95.38.159
metdata:
repository: none
maintainer:
- civictechto

- type: MX
values:
# Allow use of forwardemail.net
# See: https://forwardemail.net/en/faq#how-do-i-get-started-and-set-up-email-forwarding
- exchange: mx1.forwardemail.net.
preference: 10
- exchange: mx2.forwardemail.net.
preference: 10

www: &redirect
- type: CNAME
value: 301.ronny.tw.
octodns:
lenient: true
- type: TXT
value: 301 https://civictech.ca

toronto: *redirect
8 changes: 8 additions & 0 deletions civictech.ca.domain/edmonton.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
edmonton: &redirect
- type: CNAME
value: 301.ronny.tw.
- type: TXT
value: 301 https://betacity.ca/

yeg: *redirect
6 changes: 6 additions & 0 deletions civictech.ca.domain/fredericton.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fredericton: &redirect
- type: CNAME
value: 301.ronny.tw.
- type: TXT
value: 301 https://www.civictechfredericton.com/
9 changes: 9 additions & 0 deletions civictech.ca.domain/link.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
link:
- type: CNAME
value: rebrandlydomain.com.
metdata:
repository: https://github.com/civictechto/civictechto-scripts#gsheet2shortlinkspy
url: https://docs.google.com/spreadsheets/d/1LCVxEXuv70R-NozOwhNxZFtTZUmn1FLMPVD5wgIor9o/edit#gid=776462093
maintainer:
- patcon
6 changes: 6 additions & 0 deletions civictech.ca.domain/london.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
london:
- type: CNAME
value: 301.ronny.tw.
- type: TXT
value: 301 http://civictechlondon.ca/
8 changes: 8 additions & 0 deletions civictech.ca.domain/ottawa.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
ottawa: &redirect
- type: CNAME
value: 301.ronny.tw.
- type: TXT
value: 301 https://ottawacivictech.ca/

yow: *redirect
8 changes: 8 additions & 0 deletions civictech.ca.domain/slack.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
slack:
type: CNAME
value: angular-temple-fx0lms4uzdcimvebrq3wtzg9.herokudns.com.
metadata:
repository: https://github.com/CivicTechTO/civictechto-slack-invite
maintainer:
- patcon
8 changes: 8 additions & 0 deletions civictech.ca.domain/toolkit.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
toolkit:
type: CNAME
value: encircled-perch-g73rg7yj4r18vg7e6r1xux3z.herokudns.com.
metadata:
repository: https://github.com/CivicTechTO/civictechto-community-toolkit
maintainer:
- patcon
8 changes: 8 additions & 0 deletions civictech.ca.domain/vancouver.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
vancouver: &redirect
- type: CNAME
value: 301.ronny.tw.
- type: TXT
value: 301 https://www.meetup.com/Civic-Tech-Vancouver/

yvr: *redirect
8 changes: 8 additions & 0 deletions civictech.ca.domain/waterloo.civictech.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
waterloo: &redirect
- type: CNAME
value: 301.ronny.tw.
- type: TXT
value: 301 https://civictechwr.org/

wr: *redirect
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ zones:
- config-files
targets:
- cloudflare
civictech.ca.:
lenient: true
sources:
- config-files
targets:
- cloudflare