chore: datas are ok and sync also
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"https://docs.docker.com/",
|
||||
"https://github.com/docker/docker-ce"
|
||||
],
|
||||
"icon": "fab-docker"
|
||||
"icon": "fab-docker",
|
||||
"importance": "incontournable"
|
||||
},
|
||||
{
|
||||
"id": "kubernetes",
|
||||
@@ -22,7 +23,8 @@
|
||||
"https://kubernetes.io/docs/",
|
||||
"https://github.com/kubernetes/kubernetes"
|
||||
],
|
||||
"icon": "fas-layers"
|
||||
"icon": "fas-layers",
|
||||
"importance": "incontournable"
|
||||
},
|
||||
{
|
||||
"id": "aws",
|
||||
@@ -33,7 +35,8 @@
|
||||
"https://docs.aws.amazon.com/",
|
||||
"https://github.com/aws"
|
||||
],
|
||||
"icon": "fab-aws"
|
||||
"icon": "fab-aws",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "terraform",
|
||||
@@ -44,7 +47,8 @@
|
||||
"https://learn.hashicorp.com/terraform",
|
||||
"https://github.com/hashicorp/terraform"
|
||||
],
|
||||
"icon": "fas-tools"
|
||||
"icon": "fas-tools",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "jenkins",
|
||||
@@ -55,7 +59,8 @@
|
||||
"https://www.jenkins.io/doc/",
|
||||
"https://github.com/jenkinsci/jenkins"
|
||||
],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "githubactions",
|
||||
@@ -66,14 +71,16 @@
|
||||
"https://docs.github.com/en/actions",
|
||||
"https://github.com/actions"
|
||||
],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "ansible",
|
||||
"name": "Ansible",
|
||||
"description": "Outil d'automatisation IT et de gestion de configuration",
|
||||
"links": ["https://www.ansible.com/", "https://docs.ansible.com/"],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "gitlab-ci",
|
||||
@@ -83,21 +90,24 @@
|
||||
"https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/",
|
||||
"https://docs.gitlab.com/ee/ci/"
|
||||
],
|
||||
"icon": "fab-gitlab"
|
||||
"icon": "fab-gitlab",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "prometheus",
|
||||
"name": "Prometheus",
|
||||
"description": "Système de monitoring et d'alerting",
|
||||
"links": ["https://prometheus.io/", "https://prometheus.io/docs/"],
|
||||
"icon": "fas-chart-line"
|
||||
"icon": "fas-chart-line",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "grafana",
|
||||
"name": "Grafana",
|
||||
"description": "Plateforme de visualisation et monitoring",
|
||||
"links": ["https://grafana.com/", "https://grafana.com/docs/"],
|
||||
"icon": "fas-chart-line"
|
||||
"icon": "fas-chart-line",
|
||||
"importance": "incontournable"
|
||||
},
|
||||
{
|
||||
"id": "elk-stack",
|
||||
@@ -107,50 +117,56 @@
|
||||
"https://www.elastic.co/what-is/elk-stack",
|
||||
"https://www.elastic.co/guide/"
|
||||
],
|
||||
"icon": "fas-search"
|
||||
"icon": "fas-search",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "nginx",
|
||||
"name": "Nginx",
|
||||
"description": "Serveur web et proxy inverse",
|
||||
"links": ["https://nginx.org/", "https://nginx.org/en/docs/"],
|
||||
"icon": "fas-server"
|
||||
"icon": "fas-server",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "apache",
|
||||
"name": "Apache HTTP Server",
|
||||
"description": "Serveur web open source",
|
||||
"links": ["https://httpd.apache.org/", "https://httpd.apache.org/docs/"],
|
||||
"icon": "fas-server"
|
||||
"icon": "fas-server",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "traefik",
|
||||
"name": "Traefik",
|
||||
"description": "Proxy inverse moderne et load balancer",
|
||||
"links": ["https://traefik.io/", "https://doc.traefik.io/"],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "helm",
|
||||
"name": "Helm",
|
||||
"description": "Gestionnaire de packages pour Kubernetes",
|
||||
"links": ["https://helm.sh/", "https://helm.sh/docs/"],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "istio",
|
||||
"name": "Istio",
|
||||
"description": "Service mesh pour microservices",
|
||||
"links": ["https://istio.io/", "https://istio.io/latest/docs/"],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "consul",
|
||||
"name": "HashiCorp Consul",
|
||||
"description": "Service discovery et configuration",
|
||||
"links": ["https://www.consul.io/", "https://learn.hashicorp.com/consul"],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "nomad",
|
||||
@@ -160,29 +176,32 @@
|
||||
"https://www.nomadproject.io/",
|
||||
"https://learn.hashicorp.com/nomad"
|
||||
],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "kong",
|
||||
"name": "Kong",
|
||||
"description": "Gateway API open source pour la gestion, la sécurisation et le monitoring des API avec support de plugins",
|
||||
"links": ["https://konghq.com/", "https://docs.konghq.com/"],
|
||||
"icon": "fas-door-open"
|
||||
"icon": "fas-door-open",
|
||||
"importance": "majeure"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "ceph",
|
||||
"name": "Ceph",
|
||||
"description": "Système de stockage distribué open source offrant des services d'objets, de blocs et de fichiers",
|
||||
"links": ["https://ceph.io/", "https://docs.ceph.com/"],
|
||||
"icon": "fas-hdd"
|
||||
"icon": "fas-hdd",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "harbor",
|
||||
"name": "Harbor",
|
||||
"description": "Registre de conteneurs open source pour le stockage et la distribution sécurisée des images Docker",
|
||||
"links": ["https://goharbor.io/", "https://goharbor.io/docs/"],
|
||||
"icon": "fas-ship"
|
||||
"icon": "fas-ship",
|
||||
"importance": "incontournable"
|
||||
},
|
||||
{
|
||||
"id": "zabbix",
|
||||
@@ -192,7 +211,8 @@
|
||||
"https://www.zabbix.com/",
|
||||
"https://www.zabbix.com/documentation"
|
||||
],
|
||||
"icon": "fas-chart-line"
|
||||
"icon": "fas-chart-line",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "nutanix",
|
||||
@@ -202,14 +222,16 @@
|
||||
"https://www.nutanix.com/",
|
||||
"https://portal.nutanix.com/page/documents"
|
||||
],
|
||||
"icon": "fas-server"
|
||||
"icon": "fas-server",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "backstage",
|
||||
"name": "Backstage",
|
||||
"description": "Plateforme de portail développeur open source pour centraliser la documentation, les services et les outils de développement",
|
||||
"links": ["https://backstage.io/", "https://backstage.io/docs/"],
|
||||
"icon": "fas-home"
|
||||
"icon": "fas-home",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "cohesity",
|
||||
@@ -219,22 +241,24 @@
|
||||
"https://www.cohesity.com/",
|
||||
"https://www.cohesity.com/support/"
|
||||
],
|
||||
"icon": "fas-database"
|
||||
"icon": "fas-database",
|
||||
"importance": "standard"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "sonar",
|
||||
"name": "Sonar",
|
||||
"description": "Plateforme d'analyse statique de code multi-langage pour la détection des bugs, vulnérabilités et code smells",
|
||||
"links": ["https://www.sonarsource.com/", "https://docs.sonarqube.org/"],
|
||||
"icon": "fas-search"
|
||||
"icon": "fas-search",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "git",
|
||||
"name": "Git",
|
||||
"description": "Système de contrôle de version distribué pour le suivi des modifications du code source",
|
||||
"links": ["https://git-scm.com/", "https://git-scm.com/doc"],
|
||||
"icon": "fab-git"
|
||||
"icon": "fab-git",
|
||||
"importance": "incontournable"
|
||||
},
|
||||
{
|
||||
"id": "trivy",
|
||||
@@ -244,30 +268,32 @@
|
||||
"https://aquasecurity.github.io/trivy/",
|
||||
"https://aquasecurity.github.io/trivy/latest/docs/"
|
||||
],
|
||||
"icon": "fas-shield-alt"
|
||||
"icon": "fas-shield-alt",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "checkmarx",
|
||||
"name": "Checkmarx",
|
||||
"description": "Solution d'analyse de sécurité applicative (SAST) pour la détection des vulnérabilités dans le code source",
|
||||
"links": ["https://checkmarx.com/", "https://checkmarx.com/resources/"],
|
||||
"icon": "fas-shield-alt"
|
||||
"icon": "fas-shield-alt",
|
||||
"importance": "standard"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "liquibase",
|
||||
"name": "Liquibase",
|
||||
"description": "Outil de gestion des changements de base de données pour le versioning et le déploiement des schémas",
|
||||
"links": ["https://www.liquibase.org/", "https://docs.liquibase.com/"],
|
||||
"icon": "fas-database"
|
||||
"icon": "fas-database",
|
||||
"importance": "standard"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "puppet",
|
||||
"name": "Puppet",
|
||||
"description": "Plateforme de gestion de configuration et d'automatisation infrastructure permettant le déploiement et la conformité des systèmes",
|
||||
"links": ["https://puppet.com/", "https://puppet.com/docs/"],
|
||||
"icon": "fas-cog"
|
||||
"icon": "fas-cog",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "azure-devops",
|
||||
@@ -277,7 +303,8 @@
|
||||
"https://azure.microsoft.com/fr-fr/services/devops/server/",
|
||||
"https://docs.microsoft.com/azure/devops/"
|
||||
],
|
||||
"icon": "fab-microsoft"
|
||||
"icon": "fab-microsoft",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "nexus",
|
||||
@@ -287,7 +314,8 @@
|
||||
"https://www.sonatype.com/products/sonatype-nexus-repository",
|
||||
"https://help.sonatype.com/repomanager3/"
|
||||
],
|
||||
"icon": "fas-archive"
|
||||
"icon": "fas-archive",
|
||||
"importance": "standard"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user