Skip to content

Commit

Permalink
Remove proxmox (#703)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Nov 29, 2024
1 parent 0d7e7d3 commit 638d235
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 69 deletions.
1 change: 0 additions & 1 deletion docs/guides/concept-guide/components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ sidebar_position: 10
* [Privileged Access Management (PAM) to all infrastructure with Teleport](./teleport)
* [Logging, Monitoring & Telemetry with Prometheus & Grafana](./prometheus)
* [Realtime insights with Netdata](./netdata)
* [Simple virtualization & containerization with Proxmox VE](./proxmox)
40 changes: 0 additions & 40 deletions docs/guides/concept-guide/components/proxmox.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/concept-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ sidebar_position: 10
* [Privileged Access Management (PAM) to all infrastructure with Teleport](./components/teleport)
* [Logging, Monitoring & Telemetry with Prometheus & Grafana](./components/prometheus)
* [Realtime insights with Netdata](./components/netdata)
* [Simple virtualization & containerization with Proxmox VE](./components/proxmox)

## Requirements

Expand Down
8 changes: 0 additions & 8 deletions i18n/de/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,6 @@
"message": "Teleport is an innovative open-source software that redefines the way teams access their infrastructure. Designed with security and efficiency at its core, Teleport allows engineers and DevOps teams to seamlessly access servers, Kubernetes clusters, and internal applications, regardless of where they are located or what device they are using. It centralizes access control, providing a unified gateway to manage permissions and access rights across your entire infrastructure landscape.",
"description": "Teleport description"
},
"module.proxmox.title": {
"message": "Einfache Virtualisierung & Containerisierung mit Proxmox VE",
"description": "Proxmos title"
},
"module.proxmox.description": {
"message": "Proxmox VE is a comprehensive open-source platform designed for virtualization and container-based management. It seamlessly combines two virtualization technologies in one solution: KVM for virtual machines and LXC for containerized applications. This dual capability allows to manage VMs and containers through a single, intuitive web-based interface, enhancing operational efficiency and flexibility.",
"description": "Proxmox description"
},
"theme.ErrorPageContent.title": {
"message": "This page crashed.",
"description": "The title of the fallback page when the page crashed"
Expand Down
8 changes: 0 additions & 8 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,6 @@
"message": "Teleport is an innovative open-source software that redefines the way teams access their infrastructure. Designed with security and efficiency at its core, Teleport allows engineers and DevOps teams to seamlessly access servers, Kubernetes clusters, and internal applications, regardless of where they are located or what device they are using. It centralizes access control, providing a unified gateway to manage permissions and access rights across your entire infrastructure landscape.",
"description": "Teleport description"
},
"module.proxmox.title": {
"message": "Simple virtualization & containerization with Proxmox VE",
"description": "Proxmos title"
},
"module.proxmox.description": {
"message": "Proxmox VE is a comprehensive open-source platform designed for virtualization and container-based management. It seamlessly combines two virtualization technologies in one solution: KVM for virtual machines and LXC for containerized applications. This dual capability allows to manage VMs and containers through a single, intuitive web-based interface, enhancing operational efficiency and flexibility.",
"description": "Proxmox description"
},
"theme.ErrorPageContent.title": {
"message": "This page crashed.",
"description": "The title of the fallback page when the page crashed"
Expand Down
11 changes: 0 additions & 11 deletions src/components/SoftwareModules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,6 @@ const FeatureList = [
</>
),
},
{
title: (<Translate description="Proxmox title">module.proxmox.title</Translate>),
name: (<>Proxmox VE</>),
linktarget: "/docs/guides/concept-guide/components/proxmox",
Svg: require('@site/static/img/logo-proxmox.svg').default,
description: (
<>
<Translate description="Proxmox description">module.proxmox.description</Translate>
</>
),
},
];

function Feature({Svg, title, description, name, linktarget}) {
Expand Down

0 comments on commit 638d235

Please sign in to comment.