dns and https setup for (www.)borgbackup.org
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- github
- Domain
- infrastructure, networking
Research direction
Start with the DNS zone instructions and the borgbackup/borgbackup.github.io repository settings described in the issue. Configure the @ A record and www CNAME, set the Custom domain to www.borgbackup.org, enable Enforce HTTPS, then verify the apex redirect and certificate behavior.
Written by the indexing model from the issue text.
Description
DNS zone borgbackup.org:
@ IN A <IP from dig borgbackup.github.io>
www IN CNAME borgbackup.github.io.
Notes:
- first entry: CNAME does not work for @ thus one needs to lookup the IP(s) used by github and configure same IP(s) as A record(s) in DNS.
- second entry: github complains "incorrectly configured" if not like shown.
Github repo settings for borgbackup/borgbackup.github.io:
Custom domain: www.borgbackup.org
Notes:
- it is not possible to fill in multiple values in the form field, like:
www.borgbackup.org borgbackup.org - we used
www.borgbackup.org- that redirectsb.o --> www.b.o, which is wanted. - if one used
borgbackup.org, it would redirect like:www.b.o --> b.o
X Enforce https
Notes:
- this will fetch a letsencrypt cert
- sadly, it is only for
www.borgbackup.organd not also forborgbackup.org, so the latter will have a mismatching cert.
- Dominant language
- CSS
- Stars
- 31
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from borgbackup/borgbackup.github.io
-
documentation
Difficulty 3/5 1-2 days Newbie friendliness 35/100
All issues in borgbackup/borgbackup.github.io
Similar issues
-
kind/bug needs-triage
Difficulty 1/5 Under an hour Newbie friendliness 72/100
matrixorigin/matrixone#29223 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
copse-dev/agent-pane#2953 ·
-
bug ci-failure high priority
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
vllm-project/vllm-omni#7972 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
bug good first issue
Difficulty 1/5 Under an hour Newbie friendliness 88/100
amponce/archive-movie-browser#166 ·