your own personal id for your website https://part-of.my.id
  • JavaScript 58.9%
  • Shell 23.3%
  • Nix 17.8%
Find a file
2024-10-14 20:47:04 +07:00
.github pr template 2024-10-14 19:59:21 +07:00
.vscode initial 2024-10-14 18:47:53 +07:00
domains Create satr14.json 2024-10-14 19:43:01 +07:00
.gitignore initial 2024-10-14 18:47:53 +07:00
dnsconfig.js switch to file 2024-10-14 19:10:30 +07:00
LICENSE license 2024-10-14 20:47:04 +07:00
README.md documentation 2024-10-14 20:08:23 +07:00

part-of-my-id

your id on the web

registration

  1. Star and Fork this repository.
  2. Add a new file called your-name.json in the /domains folder to register your-name.part-of.my.id subdomain (replace your-name with whatever subdomain you want).
  3. Edit the file (below is just an example, provide a valid JSON file with your needs, the format is very strict.)
{
    "description": "Project Description",
    "owner": {
        "repo": "https://github.com/username/repo",
        "email": "hello@example.com",
        "username": "github-username"
    },
    "record": {
        "A": ["1.1.1.1", "1.0.0.1"],
        "AAAA": ["::1", "::2"],
        "CNAME": "example.com",
        "MX": ["mx1.example.com", "mx2.example.com"],
        "TXT": ["example_verification=1234567890"],
        "SRV": [
            { "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.example.com" },
            { "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.example.com" }
        ]
    },
    "proxied": false
}

  1. Your pull request will be reviewed and merged. Please don't ignore the pull request checklist. If you ignore the checklist, your pull request will be ignored too. Make sure to keep an eye on it in case we need you to make any changes!
  2. After the pull request is merged, please allow up to 24 hours for the changes to propagate (usually, it takes 5..15 minutes)
  3. Enjoy your new domain!

Domains used for illegal purposes will be removed and permanently banned. Please, provide a clear description of your resource in the pull request.