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

chore: inventory.fix.security -> fixinventory.org #239

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "inventory.fix.security",
"name": "fixinventory.org",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://discord.gg/fixsecurity
about: Chat with other users and the development team
- name: 📄 Documentation
url: https://inventory.fix.security
url: https://fixinventory.org
about: Read and search documentation
2 changes: 1 addition & 1 deletion .github/workflows/algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
site-url: https://inventory.fix.security
site-url: https://fixinventory.org
crawler-name: inventory-fix
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Please see the [Fix Inventory website/documentation contribution guide](https://inventory.fix.security/contributing/docs).
# Please see the [Fix Inventory website/documentation contribution guide](https://fixinventory.org/contributing/docs).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [Fix Inventory Website](https://inventory.fix.security)
# [Fix Inventory Website](https://fixinventory.org)

[![Netlify Status](https://api.netlify.com/api/v1/badges/e5843266-740b-40d5-ae38-3d38ba3c0456/deploy-status)](https://app.netlify.com/sites/fix-inventory/deploys)

[Please refer to the Fix Inventory documentation for details on how to submit edits or additions to the website/documentation.](https://inventory.fix.security/docs/development/documentation)
[Please refer to the Fix Inventory documentation for details on how to submit edits or additions to the website/documentation.](https://fixinventory.org/docs/development/documentation)

This project is tested with BrowserStack.
6 changes: 3 additions & 3 deletions docs/development/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ version: "1.0.0"
language: jinja2
license: "Apache 2.0"
authors: ["someengineering"]
url: "https://inventory.fix.security/"
url: "https://fixinventory.org/"
categories: ["cleanup"]
default_config:
config_schema:
Expand All @@ -152,7 +152,7 @@ version: "1.0.0"
language: jinja2
license: "Apache 2.0"
authors: ["someengineering"]
url: "https://inventory.fix.security/"
url: "https://fixinventory.org/"
categories: ["cleanup"]
default_config:
cleanup_aws_alarms:
Expand Down Expand Up @@ -203,7 +203,7 @@ version: "1.0.0"
language: jinja2
license: "Apache 2.0"
authors: ["someengineering"]
url: "https://inventory.fix.security/"
url: "https://fixinventory.org/"
categories: ["tools"]
default_config:
discord:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You will also need a valid routing key for your [PagerDuty](https://pagerduty.co
| `source` | Location of the affected system (preferably a hostname or FQDN) | `Fix Inventory` |
| `event_action` | Alert action (`trigger`, `acknowledge`, `resolve` or `assign`) | `trigger` |
| `client` | Name of the monitoring client submitting the event | `Fix Inventory` |
| `client_url` | URL to the monitoring client | `https://inventory.fix.security` |
| `client_url` | URL to the monitoring client | `https://fixinventory.org/` |
| `webhook_url` | PagerDuty events API URL endpoint | `https://events.pagerduty.com/v2/enqueue` |

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/app/info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app info <app_name>
# highlight-start
name: tagvalidator
description: Tag Validator app for Fix Inventory.
url: https://inventory.fix.security/
url: https://fixinventory.org/
version: 1.0.0
# highlight-end
```
2 changes: 1 addition & 1 deletion docs/reference/cli/config/show.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ config show <id>
​ # Start the collect workflow, when the first handling actor connects to the system.
​ start_collect_on_subscriber_connect: false
​ # Help us improving Fix Inventory by collecting usage metrics.
​ # See https://inventory.fix.security/docs/reference/telemetry for more information.
​ # See https://fixinventory.org/docs/reference/telemetry for more information.
​ # This data is anonymous. No personally identifiable information is captured or stored.
​ usage_metrics: true
​ # Workflow related properties.
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/components/core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ somecr.io/someengineering/fixinventorycore:{{imageTag}}

## API

The [Fix Inventory Core API](../api/index.mdx) is exposed at `https://<fixinventory-address>:8900/api-doc`. You can also access it at [`https://inventory.fix.security/docs/reference/api`](../api/index.mdx).
The [Fix Inventory Core API](../api/index.mdx) is exposed at `https://<fixinventory-address>:8900/api-doc`. You can also access it at [`https://fixinventory.org/docs/reference/api`](../api/index.mdx).

Fix Inventory Core has two [API](../api/index.mdx) endpoints to connect to for CLI purposes:

Expand Down Expand Up @@ -113,4 +113,4 @@ We will evaluate the search before executing it for demonstration. We also intro

# More API Endpoints

Fix Inventory Core is the central hub for everything Fix Inventory does. You can explore additional API endpoints at `https://<fixinventory-address>:8900/api-doc` or [`https://inventory.fix.security/docs/reference/api`](../api/index.mdx).
Fix Inventory Core is the central hub for everything Fix Inventory does. You can explore additional API endpoints at `https://<fixinventory-address>:8900/api-doc` or [`https://fixinventory.org/docs/reference/api`](../api/index.mdx).
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ const isProd =

const config: Config = {
organizationName: 'someengineering',
projectName: 'inventory.fix.security',
projectName: 'fixinventory.org',
deploymentBranch: 'gh-pages',
title: 'Fix Inventory by Some Engineering Inc.',
url: 'https://inventory.fix.security',
url: 'https://fixinventory.org',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
Expand All @@ -40,7 +40,7 @@ const config: Config = {
{
src: 'https://plausible.io/js/script.js',
defer: true,
'data-domain': 'inventory.fix.security',
'data-domain': 'fixinventory.org',
},
]
: [],
Expand Down
9 changes: 5 additions & 4 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
https://fix-inventory.netlify.app/* https://inventory.fix.security/:splat 301!
https://main--fix-inventory.netlify.app/* https://inventory.fix.security/:splat 301!
https://fixinventory.io/* https://inventory.fix.security/:splat 301!
https://inventory.fix.tt/* https://inventory.fix.security/:splat 301!
https://inventory.fix.security/* https://fixinventory.org/:splat 301!
https://fix-inventory.netlify.app/* https://fixinventory.org/:splat 301!
https://main--fix-inventory.netlify.app/* https://fixinventory.org/:splat 301!
https://fixinventory.io/* https://fixinventory.org/:splat 301!
https://inventory.fix.tt/* https://fixinventory.org/:splat 301!

/js/script.js https://plausible.io/js/script.js 200
/api/event https://plausible.io/api/event 200
Expand Down
2 changes: 1 addition & 1 deletion static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://inventory.fix.security/sitemap.xml
Sitemap: https://fixinventory.org/sitemap.xml
6 changes: 3 additions & 3 deletions versioned_docs/version-4.X/development/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ version: "1.0.0"
language: jinja2
license: "Apache 2.0"
authors: ["someengineering"]
url: "https://inventory.fix.security/"
url: "https://fixinventory.org/"
categories: ["cleanup"]
default_config:
config_schema:
Expand All @@ -152,7 +152,7 @@ version: "1.0.0"
language: jinja2
license: "Apache 2.0"
authors: ["someengineering"]
url: "https://inventory.fix.security/"
url: "https://fixinventory.org/"
categories: ["cleanup"]
default_config:
cleanup_aws_alarms:
Expand Down Expand Up @@ -203,7 +203,7 @@ version: "1.0.0"
language: jinja2
license: "Apache 2.0"
authors: ["someengineering"]
url: "https://inventory.fix.security/"
url: "https://fixinventory.org/"
categories: ["tools"]
default_config:
discord:
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.X/reference/cli/app/info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app info <app_name>
# highlight-start
name: tagvalidator
description: Tag Validator app for Fix Inventory.
url: https://inventory.fix.security/
url: https://fixinventory.org/
version: 1.0.0
# highlight-end
```
2 changes: 1 addition & 1 deletion versioned_docs/version-4.X/reference/cli/config/show.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ config show <id>
​ # Start the collect workflow, when the first handling actor connects to the system.
​ start_collect_on_subscriber_connect: false
​ # Help us improving Fix Inventory by collecting usage metrics.
​ # See https://inventory.fix.security/docs/reference/telemetry for more information.
​ # See https://fixinventory.org/docs/reference/telemetry for more information.
​ # This data is anonymous. No personally identifiable information is captured or stored.
​ usage_metrics: true
​ # Workflow related properties.
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-4.X/reference/components/core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ somecr.io/someengineering/fixinventorycore:{{imageTag}}

## API

The [Fix Inventory Core API](../api/index.mdx) is exposed at `https://<fixinventory-address>:8900/api-doc`. You can also access it at [`https://inventory.fix.security/docs/reference/api`](../api/index.mdx).
The [Fix Inventory Core API](../api/index.mdx) is exposed at `https://<fixinventory-address>:8900/api-doc`. You can also access it at [`https://fixinventory.org/docs/reference/api`](../api/index.mdx).

Fix Inventory Core has two [API](../api/index.mdx) endpoints to connect to for CLI purposes:

Expand Down Expand Up @@ -113,4 +113,4 @@ We will evaluate the search before executing it for demonstration. We also intro

# More API Endpoints

Fix Inventory Core is the central hub for everything Fix Inventory does. You can explore additional API endpoints at `https://<fixinventory-address>:8900/api-doc` or [`https://inventory.fix.security/docs/reference/api`](../api/index.mdx).
Fix Inventory Core is the central hub for everything Fix Inventory does. You can explore additional API endpoints at `https://<fixinventory-address>:8900/api-doc` or [`https://fixinventory.org/docs/reference/api`](../api/index.mdx).
Loading