Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create *oli-mebberson.is-cool.dev.json #1967

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions domains/*oli-mebberson.is-cool.dev.json
Copy link
Member

Choose a reason for hiding this comment

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

Invalid file. Wildcards are not done like this.

Copy link
Author

Choose a reason for hiding this comment

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

How do I do them then? I followed the instructions.

Copy link
Author

Choose a reason for hiding this comment

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

@DEV-DIBSTER I just fixed all the issues i could think of that are possible.

Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason for wildcard records?

Copy link
Author

Choose a reason for hiding this comment

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

I don't understand?

Copy link
Member

Choose a reason for hiding this comment

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

Just use a normal A record then, I don't see why you need wildcards though.

Copy link
Author

Choose a reason for hiding this comment

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

What is the difference? I thought I was applying for a normal domain anyway.

Copy link
Member

Choose a reason for hiding this comment

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

Wilcard is dsfkdsfljksf.oli-mebberson.is-cool.dev asdasdas.oli-mebberson.is-cool.dev 1223.oli-mebberson.is-cool.dev testiungs-aasdlasda.oli-mebberson.is-cool.dev to all resolve. You don't need that, you just need a normal A record:

oli-mebberson.is-cool.dev.json

Copy link
Author

@olii-dev olii-dev Jan 31, 2025

Choose a reason for hiding this comment

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

Oooh, yeah I just need a normal A record, so I will adjust that, sorry and thanks!

Edit: I can't find where I do this?

Copy link
Member

Choose a reason for hiding this comment

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

Should be the three dot menu, and hit edit file. You can then click on the name and edit it.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"description": "My portfolio website",
"domain": "is-cool.dev",
"subdomain": "oli-mebberson",
"owner": {
"repo": "https://github.com/olii-dev/aboutme",
"email": "[email protected]"
},
"record": {
"CNAME": "olii-dev.github.io"
},
"proxied": false
}
Loading