Feature Request: Centralized Account Dashboard for GitHub Pages & Custom Domains #202299
Replies: 2 comments 1 reply
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
@mchelen this is a sharp writeup. The user-pages custom domain quietly becoming the "default" for every project Pages site has burned a lot of people, and there's still no account-level place that shows "here's every Pages site + domain + which repo owns it." +1 on a centralized Pages / domains dashboard in Account Settings. Ideal MVP would just be:
Until that exists, the least painful workaround is documenting it in the repo README / team wiki: "root Pages custom domain affects all project sites." Still not great. Hope product actually catalogs this one. Happy to upvote / add use cases if helpful. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Pages
Body
The Problem
Currently, there is no centralized UI within Account Settings to view or manage active GitHub Pages deployments and their associated custom domains.
This causes significant friction because of the way GitHub handles the primary "User Pages" repository (e.g.,
<username>.github.ioor the legacy<username>.github.com). When a custom domain is set on this specific root repository, it silently cascades that domain to all other project repositories across the account.Because this behavior operates entirely behind the scenes, developers are left dealing with unexpected side effects without clear visibility into what is causing them.
The Impact
Settings > Pagestab of every individual repository they own, or run global searches for hiddenCNAMEfiles, just to hunt down where a domain is being held hostage..github.comrepo) often forget that repository exists, making the diagnosis even harder when new project sites suddenly inherit an old custom domain.The Proposed Solution
Introduce a centralized "Pages" or "Custom Domains" dashboard under the main Account Settings sidebar.
This dashboard should provide a simple, read-only audit log that lists:
Why this matters
As developers accumulate dozens or hundreds of repositories over the years, manual auditing becomes impossible. A centralized dashboard would eliminate the confusing "ghost domain" cascade effect, prevent users from opening redundant support tickets regarding locked domains, and bring GitHub Pages management in line with the transparency expected from modern hosting platforms.
Related Discussions
This is a frequent pain point in the community. Here are just a few examples of users trying to troubleshoot the symptoms of this missing feature:
All reactions