{% 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 "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 %}