From 5afbd5d026a63ed8609de20bb66cae169bb0c3e6 Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Thu, 5 Dec 2024 09:02:43 +0100 Subject: [PATCH] chore: inventory.fix.security -> fixinventory.org (#239) --- .devcontainer/devcontainer.json | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/algolia.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 4 ++-- docs/development/apps.mdx | 6 +++--- .../alerting/create-pagerduty-alerts/index.mdx | 2 +- docs/reference/cli/app/info.mdx | 2 +- docs/reference/cli/config/show.mdx | 2 +- docs/reference/components/core.mdx | 4 ++-- docusaurus.config.ts | 6 +++--- static/_redirects | 9 +++++---- static/robots.txt | 2 +- versioned_docs/version-4.X/development/apps.mdx | 6 +++--- versioned_docs/version-4.X/reference/cli/app/info.mdx | 2 +- versioned_docs/version-4.X/reference/cli/config/show.mdx | 2 +- versioned_docs/version-4.X/reference/components/core.mdx | 4 ++-- 17 files changed, 30 insertions(+), 29 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3cfdf565..259d3ce6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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", diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f0b827ca..3bf5d91a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/workflows/algolia.yml b/.github/workflows/algolia.yml index 23c5238d..233f9f3d 100644 --- a/.github/workflows/algolia.yml +++ b/.github/workflows/algolia.yml @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c34f174b..5fd62b49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). diff --git a/README.md b/README.md index df81563d..aec54778 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/development/apps.mdx b/docs/development/apps.mdx index 7ce460dd..c075d911 100644 --- a/docs/development/apps.mdx +++ b/docs/development/apps.mdx @@ -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: @@ -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: @@ -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: diff --git a/docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx b/docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx index 4aadd86b..53b46055 100644 --- a/docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx +++ b/docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx @@ -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` | ::: diff --git a/docs/reference/cli/app/info.mdx b/docs/reference/cli/app/info.mdx index c61fe47a..03bdd3ef 100644 --- a/docs/reference/cli/app/info.mdx +++ b/docs/reference/cli/app/info.mdx @@ -26,7 +26,7 @@ app info # 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 ``` diff --git a/docs/reference/cli/config/show.mdx b/docs/reference/cli/config/show.mdx index c0efd83b..d50242e1 100644 --- a/docs/reference/cli/config/show.mdx +++ b/docs/reference/cli/config/show.mdx @@ -72,7 +72,7 @@ config show ​ # 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. diff --git a/docs/reference/components/core.mdx b/docs/reference/components/core.mdx index 17f05084..7d830cd2 100644 --- a/docs/reference/components/core.mdx +++ b/docs/reference/components/core.mdx @@ -15,7 +15,7 @@ somecr.io/someengineering/fixinventorycore:{{imageTag}} ## API -The [Fix Inventory Core API](../api/index.mdx) is exposed at `https://: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://: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: @@ -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://: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://:8900/api-doc` or [`https://fixinventory.org/docs/reference/api`](../api/index.mdx). diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5e916239..28e26210 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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', @@ -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', }, ] : [], diff --git a/static/_redirects b/static/_redirects index 19410a4b..b3ea1c8b 100644 --- a/static/_redirects +++ b/static/_redirects @@ -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 diff --git a/static/robots.txt b/static/robots.txt index e4a0763b..dd0a5f07 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Sitemap: https://inventory.fix.security/sitemap.xml +Sitemap: https://fixinventory.org/sitemap.xml diff --git a/versioned_docs/version-4.X/development/apps.mdx b/versioned_docs/version-4.X/development/apps.mdx index 7ce460dd..c075d911 100644 --- a/versioned_docs/version-4.X/development/apps.mdx +++ b/versioned_docs/version-4.X/development/apps.mdx @@ -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: @@ -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: @@ -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: diff --git a/versioned_docs/version-4.X/reference/cli/app/info.mdx b/versioned_docs/version-4.X/reference/cli/app/info.mdx index c61fe47a..03bdd3ef 100644 --- a/versioned_docs/version-4.X/reference/cli/app/info.mdx +++ b/versioned_docs/version-4.X/reference/cli/app/info.mdx @@ -26,7 +26,7 @@ app info # 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 ``` diff --git a/versioned_docs/version-4.X/reference/cli/config/show.mdx b/versioned_docs/version-4.X/reference/cli/config/show.mdx index c0efd83b..d50242e1 100644 --- a/versioned_docs/version-4.X/reference/cli/config/show.mdx +++ b/versioned_docs/version-4.X/reference/cli/config/show.mdx @@ -72,7 +72,7 @@ config show ​ # 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. diff --git a/versioned_docs/version-4.X/reference/components/core.mdx b/versioned_docs/version-4.X/reference/components/core.mdx index 17f05084..7d830cd2 100644 --- a/versioned_docs/version-4.X/reference/components/core.mdx +++ b/versioned_docs/version-4.X/reference/components/core.mdx @@ -15,7 +15,7 @@ somecr.io/someengineering/fixinventorycore:{{imageTag}} ## API -The [Fix Inventory Core API](../api/index.mdx) is exposed at `https://: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://: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: @@ -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://: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://:8900/api-doc` or [`https://fixinventory.org/docs/reference/api`](../api/index.mdx).