Skip to content
@software-engineer-space

software-engineer-space

software-engineer.space domain name 🧑‍🚀💻

This organization contains automations and tools to offer a subdomain for software-engineer.space for anyone asking. Any subdomain granted needs to be served by GitHub and its repository should be placed under the sofware-engineer-space organization.

How to claim your-domain.software-engineer.space

In order to register your-domain subdomain and have it assigned to your user on GitHub (your-github-username in the following example), create a PR in the software-engineer.space-terraform repository which adds to the root of the repository a file named your-domain.software-engineer.space.tf.

The content of the file should be the following:

module "your-domain" {
  source             = "./modules/software-engineer-space"
  domain_prefix      = "your-domain"
  github_handle      = "your-github-username"
  cloudflare_zone_id = cloudflare_zone.software-engineer-space.id

  providers = {
    cloudflare = cloudflare
    github = github
  }
}

Whenever possible the PR will be merged and changes applied.

Your GitHub user will be assigned with the permissions to write on the newly created your-domain.sogware-engineer.space in order to modify the content of the website.

Popular repositories

  1. software-engineer.space-terraform software-engineer.space-terraform Public

    HCL

  2. software-engineer.space software-engineer.space Public

    Ruby

  3. inge4pres.software-engineer.space inge4pres.software-engineer.space Public

    HTML

  4. .github .github Public

  5. this-agio.software-engineer.space this-agio.software-engineer.space Public

    HTML

  6. your-domain.software-engineer.space your-domain.software-engineer.space Public

    HTML

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…