Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 957 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 957 Bytes

community-subdomain-template

Template repository for WikiPathways subdomains

Developers

Subdomain redirect strategy for communities (portals), etc.

  1. Create new repo from the community-subdomain-template
  2. Add CNAME file with desired subdomain name. Create manually or use Settings/Pages
  3. Edit the index.html file with redirect details
  4. In CloudFlare, add CNAME record to cloudflare with name = subdomain (e.g., cptac), target = wikipathways.github.io and proxy = DNS only
  5. Back at the repo, go to Settings/Pages, choose the main branch, enter the custom domain, and enforce HTTPS

The DNS will direct sudomain traffic to the target GitHub org and then GitHub will manage the final direction to the repo containing the matching CNAME file. The repo can contain web content or a simple index.html file with redirect info (like this example).