added postes
parent
9c30e67409
commit
5929801cd7
@ -1,11 +0,0 @@
|
||||
|
||||
<div class="header">
|
||||
<h1>{{ site.name }}</h1>
|
||||
<ul>
|
||||
{% for item in site.data.navigation %}
|
||||
<li>
|
||||
<a href="/{{ item.url }}">{{ item.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: post
|
||||
title: Webserver downtime yesterday
|
||||
---
|
||||
|
||||
socialnerds,
|
||||
|
||||
for the better part of yesterday the [hosting company](https://digitalocean.com) for our webserver had a major outage of their storage system which resulted in a twelve hour downtime of virtual machines with attached volumes. Tonight around 02:00 i received an email that the issues were resolved and affected users will be compensated for the duration of the outage. As a result some of our services like https://cloud.socialnerds.org and https://gmur.ml where also down ([see full list](https://enterprise.socialnerds.org)).
|
||||
|
||||
All is up and well now. Enjoy!
|
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: post
|
||||
title: More server downtime & new SSDs
|
||||
---
|
||||
|
||||
socialnerds,
|
||||
|
||||
For quite some time now i run a number of services from home. Namely our [GitLab instance](https://socialg.it) and an Ubuntu machine for various gameservers. Today this got a lot more awesome! I got new SSDs for the NAS storage i run those virtual machines of. Three times [Crucial MX500 1TB](https://geizhals.at/crucial-mx500-1tb-ct1000mx500ssd1-a1745357.html) in a [RAID5](https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_5) array solely for my virtualization host.
|
||||
|
||||
You can expect a lot better performance! Cheers!
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
title: socialnerds minecraft server
|
||||
---
|
||||
|
||||
|
||||
|
||||
hello this is a test
|
Loading…
Reference in New Issue