From ceb5db2622d6015c2f9495931827f1bed327840e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 29 Oct 2021 10:12:14 +0200 Subject: [PATCH 1/6] ++has-a.name update --- .../u/blog/has-a-name-for-every-ipv6-address/contents.lr | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/u/blog/has-a-name-for-every-ipv6-address/contents.lr b/content/u/blog/has-a-name-for-every-ipv6-address/contents.lr index 86b1603..101e4d1 100644 --- a/content/u/blog/has-a-name-for-every-ipv6-address/contents.lr +++ b/content/u/blog/has-a-name-for-every-ipv6-address/contents.lr @@ -18,11 +18,16 @@ body: ## TL;DR You can use **IPv6address.has-a.name** as a domain name -for any of your containers or VMs. The required format is +for any of your computers, containers or VMs. The required format is **1234-5678-9abc-def0-1234-5678-9abc-def0.has-a.name**. This is already a valid name and points to the IPv6 address *1234:5678:9abc:def0:1234:5678:9abc:def0*. +Alternatively you can also use the domain **has-aaaa.name**, which +implies IPv6 stronger. + +Both domains support IPv6 abbreviation using dashes, +you can f.i. use **2a0a-e5c0--3.has-aaaa.name**. ## Introduction From 40db12d934d3d1d9c073cca7ec3e6dceb2501e66 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 5 Dec 2021 14:22:19 +0100 Subject: [PATCH 2/6] Add dedicated APU offer (initial version) --- .../alpine-3.15-dedicated-apu/contents.lr | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 content/u/offers/alpine-3.15-dedicated-apu/contents.lr diff --git a/content/u/offers/alpine-3.15-dedicated-apu/contents.lr b/content/u/offers/alpine-3.15-dedicated-apu/contents.lr new file mode 100644 index 0000000..cc71e72 --- /dev/null +++ b/content/u/offers/alpine-3.15-dedicated-apu/contents.lr @@ -0,0 +1,103 @@ +_model: product +--- +_discoverable: no +--- +_hidden: no +--- +title: Low power Dedicated Alpine servers +--- +subtitle: Celebrating Alpine Linux 3.15 +--- +headline1: Alpine Linux 3.15 +--- +headline2: Low Power +--- +headline3: Real Hardware +--- +header_background_color: #211C1E +--- +header_text_color: text-light +--- +nav_classes: navbar-dark +--- +description1: + +## Alpine Linux 3.15 celebration + +Just recently [Alpine Linux +3.15](https://alpinelinux.org/posts/Alpine-3.15.0-released.html) has +ben released. Also just a few days ago the first public +[dedicated server offer from ungleich](../dedicated-december-2021) has +been released. Enough reason to add one on top of it: + +**Dedicated, low power servers running with Alpine Linux 3.15** + + +## Low Power Servers + +We are proudly using the [PCengines +APU](https://pcengines.ch/apu2.htm) in a lot of places at Data Center +Light. They are small, robust and easy to handle. And furthermore: +they consume only about 10W of power. + +While there are other systems that are more power efficient, these +boxes are very suitable to be running as a tiny cluster. Webserver? No +problem. Mail server? No problem. + +So let's have a look at the specifications: + +* 4 real cores +* 4 GB RAM +* 1x 120GB SSD (usable: ca. 100GB) +* Gigabit Ethernet + + +## The offer in detail + +The offer is valid for all orders received between 2021-12-06 to +2021-12-24. The monthly price is 100 instead 150 CHF. +The price stays the same until the end of the contract. + +You get: + +* A dedicated, routed /48 IPv6 network +* A dedicated layer 2 network +* (optional, add on) IPv4 addresses (mapped via NAT64) +* **No setup fee** (instead of regular setup fee of 50 CHF) +* A server powered by 100% hydro power + +The fine print: + +* Minimum contract duration: 3 months + +On order, you get access to the server with Alpine Linux 3.15 +installed. You will need to provide your public SSH key for accessing +the device. + +The server includes 15TB traffic per month. Additional 30TB traffic +can be added for 75 CHF/month. The server is located in an *IPv6 only* +network. It can reach the IPv4 Internet via outgoing NAT64. If you +need **incoming** IPv4 connectivity, we offer dedicated public IPv4 +addresses for 9 CHF/month. They are mapped via NAT64-SIIT +to an IPv6 address of your choice. + +The default setup fee of 50 CHF for dedicated servers is removed for +this offers. + +The offer is limited to 10 dedicated servers on a first come, first +serve basis. + +## What if it hardware breaks? + +As this is real hardware, hardware failures can occur and they will be +repaired without any extra cost. It is however your responsibility to +inform the Data Center Light team about issues. Response times +according to [your selected SLA level](/u/products/ungleich-sla/). + +## How can I start / how can order? + +You can order at the [Data Center Light / Dedicated Server +1](https://datacenterlight.ch/product/dedicated-server-1/) page. + +After the order is confirmed you will get access to the server +5 working days. From 3f1b56b6c7766a0b7be054558e5be47ebb243c18 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 5 Dec 2021 14:24:25 +0100 Subject: [PATCH 3/6] Add git push to default build/push process --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5935ca1..b266c83 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,17 @@ BUILDDIR?=../ungleich-staticcms-build DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstatic/staticcms.ungleich.ch/www/u/ -all: publish +all: goodpush pull: git pull +push: + git push + +goodpush: + make publish && make push + publish: pull build deploy deploy: permissions From d545c52ecd71fe869d34f7d752a1b491c77c2daf Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 5 Dec 2021 14:26:24 +0100 Subject: [PATCH 4/6] Remove dot from directory name Lektor seems to be confused --- .../contents.lr | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/u/offers/{alpine-3.15-dedicated-apu => alpine-315-dedicated-apu}/contents.lr (100%) diff --git a/content/u/offers/alpine-3.15-dedicated-apu/contents.lr b/content/u/offers/alpine-315-dedicated-apu/contents.lr similarity index 100% rename from content/u/offers/alpine-3.15-dedicated-apu/contents.lr rename to content/u/offers/alpine-315-dedicated-apu/contents.lr From 0dc25c2746b4b88dc38545a727dfbce7d08d5e63 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 5 Dec 2021 14:42:11 +0100 Subject: [PATCH 5/6] Update Dedicated Alpine offer details --- .../alpine-315-dedicated-apu/contents.lr | 35 +++++++++++++++---- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/content/u/offers/alpine-315-dedicated-apu/contents.lr b/content/u/offers/alpine-315-dedicated-apu/contents.lr index cc71e72..f089b88 100644 --- a/content/u/offers/alpine-315-dedicated-apu/contents.lr +++ b/content/u/offers/alpine-315-dedicated-apu/contents.lr @@ -35,7 +35,7 @@ been released. Enough reason to add one on top of it: ## Low Power Servers -We are proudly using the [PCengines +We are proudly using the [PC Engines APU](https://pcengines.ch/apu2.htm) in a lot of places at Data Center Light. They are small, robust and easy to handle. And furthermore: they consume only about 10W of power. @@ -55,7 +55,7 @@ So let's have a look at the specifications: ## The offer in detail The offer is valid for all orders received between 2021-12-06 to -2021-12-24. The monthly price is 100 instead 150 CHF. +2021-12-24. The monthly price is 100 CHF instead 150 CHF. The price stays the same until the end of the contract. You get: @@ -87,6 +87,29 @@ this offers. The offer is limited to 10 dedicated servers on a first come, first serve basis. +## The costs in the offer and even more competitve offer + +Some of you will be doing the calculation of what it costs for hosting +it yourself. And we want to be as transparent as possible so that you +understand how the price is calculated. + +The costs for ungleich consist roughly of: + +* The hardware itself (~150~200 CHF) +* The manual work (~150 CHF) +* The support work (~100 CHF) +* The electricity (~5-10 CHF/month) +* The network traffic (~20~90 CHF/month) + +Some of these can be optimised with larger quantities, but some of +them are rather static. However you can see that the network traffic +(based on 10~50 Mbit/s average) is one of the bigger parts of the +monthly cost. + +For that reason, we offer a second, even more affordable version: if +you commit on using less than 10 Mbit/s on average (still burstable up +to 1000 Mbit/s), we can offer the dedicated APU for 50 CHF/month. + ## What if it hardware breaks? As this is real hardware, hardware failures can occur and they will be @@ -96,8 +119,8 @@ according to [your selected SLA level](/u/products/ungleich-sla/). ## How can I start / how can order? -You can order at the [Data Center Light / Dedicated Server -1](https://datacenterlight.ch/product/dedicated-server-1/) page. +You can order at the +[Data Center Light / Dedicated APU Alpine 3.15](https://datacenterlight.ch/product/dedicated-apu/) or +the [10 Mbit/s variant](https://datacenterlight.ch/product/dedicated-apu-10mbit/) -After the order is confirmed you will get access to the server -5 working days. +After the order is confirmed you will get access to the server within 5 working days. From c92c7dd11f67455a524fedd1d4584303cb99c20b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 5 Dec 2021 14:45:15 +0100 Subject: [PATCH 6/6] Make offer discoverable --- content/u/offers/alpine-315-dedicated-apu/contents.lr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/u/offers/alpine-315-dedicated-apu/contents.lr b/content/u/offers/alpine-315-dedicated-apu/contents.lr index f089b88..b3055ff 100644 --- a/content/u/offers/alpine-315-dedicated-apu/contents.lr +++ b/content/u/offers/alpine-315-dedicated-apu/contents.lr @@ -1,6 +1,6 @@ _model: product --- -_discoverable: no +_discoverable: yes --- _hidden: no --- @@ -121,6 +121,8 @@ according to [your selected SLA level](/u/products/ungleich-sla/). You can order at the [Data Center Light / Dedicated APU Alpine 3.15](https://datacenterlight.ch/product/dedicated-apu/) or -the [10 Mbit/s variant](https://datacenterlight.ch/product/dedicated-apu-10mbit/) +on [Data Center Light / Dedicated APU Alpine 3.15 10 +Mbit/s](https://datacenterlight.ch/product/dedicated-apu-10mbit/). + After the order is confirmed you will get access to the server within 5 working days.