{% extends "datacenterlight/base.html" %} {% load staticfiles i18n%} {% block content %}

{% trans "Why Data Center Light?" %}

{% trans "Tech Stack" %}

{% trans "We are seriously open source." %}

{% blocktrans %} Our full software stack is open source – We don't use anything that isn't open source.
Yes, we are that cool. {% endblocktrans %}

Devuan {% trans "Our services run on" %}
Prometheus {% trans "Our monitoring" %}
Ceph {% trans "Our storage layer" %}
Django {% trans "Our web frontend" %}
Opennebula {% trans "Our cloud" %}
Cdist by ungleich {% trans "Our configuration management system" %}
Python {% trans "Our awesome juice" %}
Tayga {% trans "Our NAT64 gateway" %}

Opennebula
Cdist byu ngleich
Prometheus

{% trans "We believe in giving back to the FOSS community." %}

{% blocktrans %}Data Center Light is the child of free and open source software (FOSS) movement.
We grew up with it, live by it, and believe in it.
The more we work on our data center,
the more we contribute back to the FOSS community.{% endblocktrans %}


{% trans "We bring the future to you." %}

100% IPv6

{% blocktrans %}Data Center Light uses the most modern technologies out there.
Your VM needs only IPv6. Data Center Light provides
transparent two-way IPv6/IPv4 translation.{% endblocktrans %}

100% SSD SSD

{% blocktrans %} No more spinning metal plates! Data Center Light uses only SSDs. We keep things faster and lighter. {% endblocktrans %}

{% trans "Starting from only 15CHF per month. Try now." %}

{% trans "Actions speak louder than words. Let's do it, try our VM now." %}

{% include "datacenterlight/includes/_calculator_form.html" %}
{% endblock %}