commit 084eecf7971ea6acbb49679aa236e365ce1ad19e Author: dvirlabs Date: Wed Nov 26 01:57:31 2025 +0200 Create simple dvirlabs-landing page for dvirlabs.com diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..eaee210 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,13 @@ +# Dockerfile +FROM nginx:1.27-alpine + +# Remove default nginx index +RUN rm -rf /usr/share/nginx/html/* + +# Copy your static landing page +COPY index.html /usr/share/nginx/html/index.html + +# Optional: basic security / best practice +EXPOSE 80 + +CMD ["nginx", "-g", "daemon off;"] diff --git a/index.html b/index.html new file mode 100644 index 0000000..26cb97a --- /dev/null +++ b/index.html @@ -0,0 +1,468 @@ + + + + + DvirLabs — Home Lab & DevOps Playground + + + + + + + + + + + +
+
+
+
DL
+
+
DvirLabs
+
HOME LAB · DEVOPS · AUTOMATION
+
+
+
+ + LAB ONLINE +
+
+ +
+ +
+
+
Self-Hosted Lab
+

Kubernetes, GitOps & Observability — all at home.

+

+ DvirLabs is a personal infrastructure lab used for experimenting with + Kubernetes, CI/CD, monitoring, security, and cloud-native tooling — running + fully on self-hosted hardware. +

+ +
+
K3s · Argo CD · GitOps
+
Grafana & Prometheus
+
Keycloak SSO
+
Cloudflare · Tunnels
+
+ + +
+
+ + + +
+ +
+
© DvirLabs. Personal home lab environment.
+
+ Contact: lab@dvirlabs.com +
+
+
+ + + +