-
Notifications
You must be signed in to change notification settings - Fork 104
Create nutrohost.json #213
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
base: main
Are you sure you want to change the base?
Conversation
|
icon needs to be provided and properly referenced, check this examplo https://github.com/enthec/webappanalyzer/blob/main/src/technologies/p.json#L1438 https://github.com/enthec/webappanalyzer/blob/main/src/images/icons/PayPal.svg |
kingthorin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this in its own file instead of properly added to n.json?
kingthorin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Potential icon options:
Sadly I couldn't find a svg version of their logo. I think the first one is better for the purposes here. Perhaps it could be converted?
| @@ -0,0 +1,20 @@ | |||
| { | |||
| "NutroHost": { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest just Nutro or Nutro.cloud.
I did a quick Google search and "NutroHost" doesn't return anything useful/related in the first few hits.
| "description": "NutroHost Cloud Hosting Platform", | ||
| "cats": [11], | ||
| "headers": { | ||
| "X-Powered-By": "NutroHost 1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm I have found at least one occurrence of x-powered-by: NutroHost 1.0 in the wild.
Hopefully it doesn't matter for anyone's use of these data files but I do note that one instance the header field name was all lower.
No description provided.