liftedinit / liftedinit/ghostcloud-frontend
Verify current domain ownership
@jgryffindor is already working on this.
Since Oct 26, 2023.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
It's possible for a user to re-use an existing A record of a domain that no longer has an active site, but the record was left in place.
**Describe the solution you'd like**
- To prevent this when creating a site, users should be required to create a unique TXT record related to the current deployment.
- The ingress system should verify the A Record, www CNAME, and TXT record match the expected values to proceed with creating the site ingress.
**Describe alternatives you've considered**
- An alternative would be a secondary system that emails the registered email on the domain.
**Additional context**
-
Contributor guide
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.
Assessment
This issue has not been assessed yet.