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
Closed
Conversation
Added configuration for the coolcooking website including domain, owner details, and DNS records.
|
|
DEV-DIBSTER
suggested changes
Apr 16, 2026
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" } | ||
| ] | ||
| }, |
Member
There was a problem hiding this comment.
CNAME records cannot be used in conjunction with other records and vice versa.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added configuration for the coolcooking website including domain, owner details, and DNS records.
Requirements
https://or/.ownerfield.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!)