new post about the new git service

This commit is contained in:
david 2020-12-05 23:33:17 +01:00
parent fa7d946a9e
commit 862ba36262
4 changed files with 23 additions and 7 deletions

View File

@ -1,11 +1,11 @@
- name: "Mail server - excelsior.socialnerds.org"
- name: "E-Mail"
url: https://excelsior.socialnerds.org
- name: "Nextcloud - socialnerds.cloud"
- name: "Nextcloud"
url: https://socialnerds.cloud
- name: "Gitlab - socialg.it"
url: https://socialg.it
- name: "Git"
url: https://git.socialnerds.org
- name: "Mumble server - gmur.ml"
- name: "Mumble"
url: https://gmur.ml

View File

@ -0,0 +1,16 @@
---
layout: post
title: New Git service @ socialnerds.org
---
Greetings fellow nerds,
it has not been an easy decision but i'll be replacing our [Gitlab](https://gitlab.org) instance at [socialg.it](https://socialg.it) with [Gitea](https://gitea.io). The new system is already in place at [git.socialnerds.org](https://git.socialnerds.org/) and you can start migrating your data immediately.
The reasons for this move are that Gitlab is quite slow and uses insane amounts of resources. To name an example it consumes four to six gigabytes of memory while idling. Also the interface became bloated with a ton of features not needed in my opinion. Long story short i think a more resource conserving, faster and stripped in unnecessary features variant of Git hosting is much better suited for us. And it comes with SMTP user authentication which means you can just go ahead and login to [git.socialnerds.org](https://git.socialnerds.org) with your socialnerds.org email account. Various OAuth2 user backends like [github.com](https://github.com) and [gitlab.com](https://gitlab.com) will also be enabled so collaboration with external users will continue to be possible.
The domain [socialg.it](https://socialg.it) will expire and the [Gitlab](https://gitlab.org) service will effectively shutdown on the __8th of February 2021__. Please move over your data before then. If you fail to do so it will be sucked into the void of the Internet and will be lost forever.
Read more about [Gitea](https://gitea.io) on the project's [documentation page](https://docs.gitea.io).
![gitea screenshot](/images/gitea.png)

BIN
images/gitea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

View File

@ -15,7 +15,7 @@ layout: default
<p>
Read on:
{% for pages in site.data.pages %}
<a href="{{ pages.url }}">{{ pages.name}}</a>,
<a href="{{ pages.url }}">{{ pages.name }}</a>,
{% endfor %}
<a href="/feed.xml">feed</a>
</p>
@ -26,7 +26,7 @@ layout: default
<ul>
{% for websites in site.data.websites %}
<li>
- <a href="{{ websites.url }}">{{ websites.name }}</a>
- {{ websites.name }} (<a href="{{ websites.url }}">{{ websites.url }}</a>)
</li>
{% endfor %}
</ul>