mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
140 lines
4.2 KiB
JSON
140 lines
4.2 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"default_infrastructure_source_order": [
|
|
"proxmox-pve",
|
|
"agent",
|
|
"docker",
|
|
"proxmox-pbs",
|
|
"proxmox-pmg",
|
|
"kubernetes",
|
|
"truenas"
|
|
],
|
|
"platforms": [
|
|
{
|
|
"id": "agent",
|
|
"governance_state": "supported",
|
|
"ui_label": "Agent",
|
|
"ui_tone": "bg-emerald-100 text-emerald-700 dark:bg-emerald-900 dark:text-emerald-400",
|
|
"aliases": [],
|
|
"display_tokens": ["Agent"],
|
|
"storage_family": "onprem"
|
|
},
|
|
{
|
|
"id": "docker",
|
|
"governance_state": "supported",
|
|
"ui_label": "Containers",
|
|
"ui_tone": "bg-sky-100 text-sky-700 dark:bg-sky-900 dark:text-sky-400",
|
|
"aliases": [],
|
|
"display_tokens": ["Containers", "Docker"],
|
|
"storage_family": "container"
|
|
},
|
|
{
|
|
"id": "kubernetes",
|
|
"governance_state": "supported",
|
|
"ui_label": "K8s",
|
|
"ui_tone": "bg-cyan-100 text-cyan-700 dark:bg-cyan-900 dark:text-cyan-400",
|
|
"aliases": ["k8s"],
|
|
"display_tokens": ["K8s", "Kubernetes"],
|
|
"storage_family": "container"
|
|
},
|
|
{
|
|
"id": "proxmox-pve",
|
|
"governance_state": "supported",
|
|
"ui_label": "PVE",
|
|
"ui_tone": "bg-orange-100 text-orange-700 dark:bg-orange-900 dark:text-orange-400",
|
|
"aliases": ["pve", "proxmox"],
|
|
"display_tokens": ["PVE", "Proxmox VE"],
|
|
"storage_family": "virtualization"
|
|
},
|
|
{
|
|
"id": "proxmox-pbs",
|
|
"governance_state": "supported",
|
|
"ui_label": "PBS",
|
|
"ui_tone": "bg-indigo-100 text-indigo-700 dark:bg-indigo-900 dark:text-indigo-400",
|
|
"aliases": ["pbs"],
|
|
"display_tokens": ["PBS", "Proxmox Backup Server"],
|
|
"storage_family": "virtualization"
|
|
},
|
|
{
|
|
"id": "proxmox-pmg",
|
|
"governance_state": "supported",
|
|
"ui_label": "PMG",
|
|
"ui_tone": "bg-rose-100 text-rose-700 dark:bg-rose-900 dark:text-rose-400",
|
|
"aliases": ["pmg"],
|
|
"display_tokens": ["PMG", "Proxmox Mail Gateway"],
|
|
"storage_family": "virtualization"
|
|
},
|
|
{
|
|
"id": "truenas",
|
|
"governance_state": "supported",
|
|
"ui_label": "TrueNAS",
|
|
"ui_tone": "bg-blue-100 text-blue-700 dark:bg-blue-900 dark:text-blue-400",
|
|
"aliases": [],
|
|
"display_tokens": ["TrueNAS"],
|
|
"storage_family": "onprem"
|
|
},
|
|
{
|
|
"id": "vmware-vsphere",
|
|
"governance_state": "admitted",
|
|
"ui_label": "vSphere",
|
|
"ui_tone": "bg-blue-100 text-blue-700 dark:bg-blue-900 dark:text-blue-300",
|
|
"aliases": ["vmware"],
|
|
"display_tokens": ["vSphere", "VMware vSphere"],
|
|
"storage_family": "virtualization"
|
|
},
|
|
{
|
|
"id": "unraid",
|
|
"governance_state": "presentation-only",
|
|
"ui_label": "Unraid",
|
|
"ui_tone": "bg-orange-100 text-orange-700 dark:bg-orange-900 dark:text-orange-300",
|
|
"aliases": [],
|
|
"display_tokens": ["Unraid"],
|
|
"storage_family": "onprem"
|
|
},
|
|
{
|
|
"id": "synology-dsm",
|
|
"governance_state": "presentation-only",
|
|
"ui_label": "Synology",
|
|
"ui_tone": "bg-emerald-100 text-emerald-700 dark:bg-emerald-900 dark:text-emerald-300",
|
|
"aliases": [],
|
|
"display_tokens": ["Synology", "DSM"],
|
|
"storage_family": "onprem"
|
|
},
|
|
{
|
|
"id": "microsoft-hyperv",
|
|
"governance_state": "presentation-only",
|
|
"ui_label": "Hyper-V",
|
|
"ui_tone": "bg-cyan-100 text-cyan-700 dark:bg-cyan-900 dark:text-cyan-300",
|
|
"aliases": ["hyper-v"],
|
|
"display_tokens": ["Hyper-V"],
|
|
"storage_family": "virtualization"
|
|
},
|
|
{
|
|
"id": "aws",
|
|
"governance_state": "presentation-only",
|
|
"ui_label": "AWS",
|
|
"ui_tone": "bg-amber-100 text-amber-700 dark:bg-amber-900 dark:text-amber-300",
|
|
"aliases": [],
|
|
"display_tokens": ["AWS"],
|
|
"storage_family": "cloud"
|
|
},
|
|
{
|
|
"id": "azure",
|
|
"governance_state": "presentation-only",
|
|
"ui_label": "Azure",
|
|
"ui_tone": "bg-sky-100 text-sky-700 dark:bg-sky-900 dark:text-sky-300",
|
|
"aliases": [],
|
|
"display_tokens": ["Azure"],
|
|
"storage_family": "cloud"
|
|
},
|
|
{
|
|
"id": "gcp",
|
|
"governance_state": "presentation-only",
|
|
"ui_label": "GCP",
|
|
"ui_tone": "bg-red-100 text-red-700 dark:bg-red-900 dark:text-red-300",
|
|
"aliases": [],
|
|
"display_tokens": ["GCP"],
|
|
"storage_family": "cloud"
|
|
}
|
|
]
|
|
}
|