Skip to content
Open
Changes from all commits
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
20 changes: 20 additions & 0 deletions src/technologies/nutrohost.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"NutroHost": {
Copy link
Copy Markdown
Contributor

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"
Copy link
Copy Markdown
Contributor

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.

},
"meta": {
"generator": "(?:NutroHost|7TFramework)"
},
"url": [
"nutro\\.cloud"
],
"icon": "https://nutro.cloud/favicon.ico",
"website": "https://nutro.cloud",
"oss": false,
"saas": true,
"pricing": ["mid", "freemium"]
}
}