Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Add coolcooking.is-cool.dev configuration#3451

Closed
coolmusiccode wants to merge 1 commit into
open-domains:mainfrom
coolmusiccode:main
Closed

Add coolcooking.is-cool.dev configuration#3451
coolmusiccode wants to merge 1 commit into
open-domains:mainfrom
coolmusiccode:main

Conversation

@coolmusiccode

Copy link
Copy Markdown

Added configuration for the coolcooking website including domain, owner details, and DNS records.

Requirements

  • You have completed your website.
  • The website is reachable.
  • The CNAME record doesn't contain https:// or /.
  • There is sufficient information at the owner field.
  • There is no NS Records (Enforced as of September 4th, 2024)
  • I fully accept and understand the Terms of Service outline when using this service.
  • I understand that if these requirements are not met my pull request will be closed.

Description

CoolCooking is a simple, non-commercial cooking website created for personal use. It provides a small collection of recipes with clear instructions and ingredient lists, mainly intended for myself and a few friends.

The website is designed as a lightweight and easy-to-use platform to share and organize recipes in one place. It is not intended for commercial purposes, advertising, or large-scale public use.

Link to Website

https://coolmusiccode.github.io/coolcooking/

(will be changed to the domain, if the PR is accepted!)

Added configuration for the coolcooking website including domain, owner details, and DNS records.
@coolmusiccode coolmusiccode requested a review from a team as a code owner April 16, 2026 18:46
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Comment on lines +12 to +21
"CNAME": "coolmusiccode.github.io",
"CAA": [
{ "flags": 0, "tag": "issue", "value": "letsencrypt.org" },
{ "flags": 0, "tag": "issuewild", "value": "sectigo.com" }
],
"SRV": [
{ "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.example.com" },
{ "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.example.com" }
]
},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

CNAME records cannot be used in conjunction with other records and vice versa.

@DEV-DIBSTER DEV-DIBSTER added Invalid: Records Records provided are incorrect. Invalid: File File provided is mismatched or not properly formatted. Invalid: JSON The JSON file not valid. labels Apr 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Invalid: File File provided is mismatched or not properly formatted. Invalid: JSON The JSON file not valid. Invalid: Records Records provided are incorrect.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants