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

Add NameSilo provider #866

Merged
merged 16 commits into from
Dec 24, 2024
Merged

Add NameSilo provider #866

merged 16 commits into from
Dec 24, 2024

Conversation

hyperring
Copy link
Contributor

Adds support for NameSilo. Resolves #313

I have tested locally and it seems to work for my domains. Wildcards and IPv6 are supported. The provider will create a new record if one does not already exist.

With credit to @Zeustopher for writing most of the readme in this comment.

The API documentation is here for reference: NameSilo API Reference.

Copy link
Owner

@qdm12 qdm12 left a comment

Choose a reason for hiding this comment

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

Hi there! Thanks for the PR! Nice code and thank you for the great documentation!
I have a few comments here and there, but overall it's pretty much already good code 😉 💯 !

docs/namesilo.md Outdated Show resolved Hide resolved
docs/namesilo.md Outdated Show resolved Hide resolved
docs/namesilo.md Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
docs/namesilo.md Outdated Show resolved Hide resolved
hyperring and others added 3 commits December 15, 2024 13:30
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
- Splits create and update logic for simplicity.
- Fixes scope of internal response struct.
- Compresses example images to minimise repo size.
@hyperring
Copy link
Contributor Author

I have updated the PR based on the review suggestions.
Let me know if anything else is required.

Copy link
Owner

@qdm12 qdm12 left a comment

Choose a reason for hiding this comment

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

Nice, thanks! 💯

internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
internal/provider/providers/namesilo/provider.go Outdated Show resolved Hide resolved
@qdm12
Copy link
Owner

qdm12 commented Dec 22, 2024

NOTE: you may need to git pull given I self-pushed a few self-suggestions from the github ui

Can you add the following entry to .github/workflows/configs/mlc-config.json so the markdown links check ignores them:

    {
      "pattern": "^https://www.namesilo.com/"
    },

Given the markdown CI check errors:

ERROR: 2 dead links found!
[✖] https://www.namesilo.com/ → Status: 403
[✖] https://www.namesilo.com/account_domains.php → Status: 403

Thanks!!

@qdm12 qdm12 merged commit 78f3061 into qdm12:master Dec 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

namesilo.com
2 participants