-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (93 loc) · 4.92 KB
/
Copy pathindex.html
File metadata and controls
100 lines (93 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html lang="en" suppressHydrationWarning>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark light" />
<meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#080808" media="(prefers-color-scheme: dark)" />
<title>Superphenix: A full cloud stack running on your own hardware</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="canonical" href="https://superphenix.net/" />
<meta
name="description"
content="Superphenix runs a full cloud stack on your hardware: an open source project for building your own cloud platform."
/>
<meta
name="keywords"
content="Superphenix, Kubernetes cloud platform, sovereign cloud, private cloud, IaaS, PaaS, SaaS, GitOps, KubeVirt, virtualization, software-defined networking, SDN, cloud storage, S3-compatible storage, multi-AZ, hyperconverged infrastructure, VMware alternative, Nutanix alternative, open source cloud, Rayshift, cloud service provider, CSP infrastructure"
/>
<meta name="author" content="Superphenix Project" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="googlebot" content="index, follow" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta property="og:site_name" content="Superphenix" />
<meta property="og:title" content="Build your own cloud platform with Superphenix." />
<meta
property="og:description"
content="Kubernetes-native IaaS through SaaS on your own hardware: VMs, VPCs, storage, GitOps, multi-AZ. Open source–first platform with documentation and optional enterprise support."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://superphenix.net/" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://superphenix.net/dashboard-light.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Superphenix cloud console — dashboard for infrastructure and operations" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Build your own cloud platform with Superphenix." />
<meta
name="twitter:description"
content="Kubernetes-native IaaS through SaaS on your own hardware: VMs, VPCs, storage, GitOps, multi-AZ. Open source–first; docs and optional enterprise support."
/>
<meta name="twitter:image" content="https://superphenix.net/dashboard-light.png" />
<meta name="twitter:image:alt" content="Superphenix cloud console — dashboard for infrastructure and operations" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://superphenix.net/#organization",
"name": "Superphenix Project",
"url": "https://superphenix.net/",
"logo": {
"@type": "ImageObject",
"url": "https://superphenix.net/favicon.svg"
},
"sameAs": ["https://github.com/super-phenix/superphenix"]
},
{
"@type": "WebSite",
"@id": "https://superphenix.net/#website",
"name": "Superphenix",
"url": "https://superphenix.net/",
"description": "Build your own cloud platform with Superphenix — Kubernetes-native IaaS, PaaS, and SaaS on your hardware, with GitOps and multi-AZ operations.",
"inLanguage": ["en", "fr"],
"publisher": { "@id": "https://superphenix.net/#organization" },
"about": { "@id": "https://superphenix.net/#software" }
},
{
"@type": "SoftwareSourceCode",
"@id": "https://superphenix.net/#software",
"name": "Superphenix",
"url": "https://superphenix.net/",
"description": "Full-stack cloud platform using Kubernetes as control plane: virtualization, software-defined networking and storage, managed services, observability, and GitOps-based lifecycle.",
"codeRepository": "https://github.com/super-phenix/superphenix",
"runtimePlatform": "Kubernetes",
"maintainer": { "@id": "https://superphenix.net/#organization" }
}
]
}
</script>
</head>
<body>
<noscript>
<h1>Build your own cloud platform with Superphenix</h1>
<p>Enable JavaScript to see the full website.</p>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>