diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 0669ed3d3..e6487f74a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,7 +2,7 @@ This is a Code of Conduct for any interactions in this repository. This includes pull requests, issues, etc. * **Don't be a dick** - It's not that complicated. Just be nice to people. -* **Don't abuse the service** - This service is intended for developers to get a pretty url for their personal websites. +* **Don't abuse the service** - This service is intended for developers to get a pretty URL for their personal websites. * **No Wrongful Uses Of The Service** - Do not use this site as a way, to promote hacking, cheating, committing fraud, and other illegal activites. *(cheating isn't illegal but it is still considered abuse of this service)* diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a3e7da99..da71964dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,24 +1,24 @@ # Contributing When contributing to this repository, please first discuss the change you wish to make via issue before making a change. -You should also read up on this project's [code of conduct](./CODE_OF_CONDUCT.md) +You should also read up on this project's [code of conduct](./CODE_OF_CONDUCT.md). ## Pull requests You can create an pull request for the following reasons - -* Adding, changing or removing a domain file you own -* Fixing a bug in the scripts or CI -* Fix an error in the documentation +* Adding, changing or removing a domain file you own. +* Fixing a bug in the scripts or CI. +* Fix an error in the documentation. #### Domains Changes to domain files will follow the given process - -* PR will be reviewed and merged to `main` branch -* Currently, the publishing of records is done manually. This will be automated soon with releases -* The changes should reflect soon after publishing +* PR will be reviewed and merged to `main` branch. +* Currently, the publishing of records is done manually. This will be automated soon with releases. +* The changes should reflect soon after publishing. ## Issues -* **Report an abusive domain** - Create a new issue with the label `report-abuse` -* **Report a problem with your domain** - Create a new issue with the label `support` -* **Suggestions** - Create a new issue with the label `suggestion` -* **For any questions** - Create a new issue with the label `question` -* **Report any other issues related to this repository** - Create a new issue with any label that fits +* **Report an abusive domain** - Create a new issue with the label `report-abuse`. +* **Report a problem with your domain** - Create a new issue with the label `support`. +* **Suggestions** - Create a new issue with the label `suggestion`. +* **For any questions** - Create a new issue with the label `question`. +* **Report any other issues related to this repository** - Create a new issue with any label that fits. diff --git a/berry.json b/berry.json deleted file mode 100644 index 40581dbbe..000000000 --- a/berry.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Berry's developer website", - "owner": { - "username": "AhmedBaari", - "email": "ahmed4baari@gmail.com", - "instagram": "berryciouss" - }, - "record": { - "CNAME": "cname.short.io" - } -} diff --git a/domains/elma.json b/domains/elma.json new file mode 100644 index 000000000..655ee71ba --- /dev/null +++ b/domains/elma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "minibox24", + "email": "minibox724@gmail.com" + }, + "record": { + "CNAME": "isadev.minibox.xyz" + } +} diff --git a/domains/fcircle-doc.json b/domains/fcircle-doc.json new file mode 100644 index 000000000..2b7319f95 --- /dev/null +++ b/domains/fcircle-doc.json @@ -0,0 +1,11 @@ +{ + "description": "fcircle-doc", + "repo": "https://github.com/hiltay/hexo-circle-of-friends-doc", + "owner": { + "username": "yyyz", + "email": "yyyzlyh@gmail.com" + }, + "record": { + "URL": "https://hiltay.github.io/hexo-circle-of-friends-doc" + } +} diff --git a/domains/felga.json b/domains/felga.json index e3411113d..fc90b54b7 100644 --- a/domains/felga.json +++ b/domains/felga.json @@ -4,6 +4,6 @@ "email": "wojciech.faruga@outlook.com" }, "record": { - "URL": "https://radkerouter.ddns.net/felga" + "CNAME": "felga.ddns.net" } } diff --git a/domains/frcat.json b/domains/frcat.json new file mode 100644 index 000000000..235e95ab1 --- /dev/null +++ b/domains/frcat.json @@ -0,0 +1,12 @@ +{ + "description": "FRCat's Website", + "repo": "https://github.com/frcat/Website", + "owner": { + "username": "French-Cat", + "email": "", + "discord": "French Cat#0002" + }, + "record": { + "CNAME": "frcat.github.io" + } +} diff --git a/domains/jeweetzelf.json b/domains/jeweetzelf.json new file mode 100644 index 000000000..adda9a57a --- /dev/null +++ b/domains/jeweetzelf.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jeweetzelfWasTaken", + "email": "jeweetzelf@rtexbot.com" + }, + "record": { + "A": [ + "176.31.203.23" + ] + } +} diff --git a/domains/maskduck.json b/domains/maskduck.json index 72788ae90..2f076324b 100644 --- a/domains/maskduck.json +++ b/domains/maskduck.json @@ -1,12 +1,12 @@ { "description": "MaskDuck's personal website!", - "repo": "https://github.com/aduckuwu/aduckuwu.github.io", + "repo": "https://github.com/maskducks/maskducks.github.io", "owner": { - "username": "aduckuwu", + "username": "MaskDuck", "email": "", "discord": "MaskDuck#9999" }, "record": { - "CNAME": "maskduck.ninja" + "CNAME": "maskducks.github.io" } } diff --git a/domains/yashas.json b/domains/yashas.json new file mode 100644 index 000000000..0aab88392 --- /dev/null +++ b/domains/yashas.json @@ -0,0 +1,11 @@ +{ + "description": "yashas.is-a.dev.", + "repo": "https://github.com/yashas9492", + "owner": { + "username": "Yashas9492", + "email": "yashas.codes@gmail.com" + }, + "record": { + "CNAME": "yashas9492.github.io" + } +} diff --git a/yurikawa.json b/domains/yurikawa.json similarity index 100% rename from yurikawa.json rename to domains/yurikawa.json