Merge branch 'master' of git+ssh://code.ungleich.ch/ungleich-public/ungleich-staticcms

This commit is contained in:
sanghee 2020-01-27 15:14:56 +01:00
commit 2d86e85369
4 changed files with 123 additions and 1 deletions

View File

@ -0,0 +1,22 @@
title: IPv6.Chat
---
subtitle: Let's talk about IPv6
---
content:
## IPv6 chat
IPv6 deployment and usage is growing and with that the need to find
answers to common IPv6 questions.
We have created a chat room dedicated to IPv6 so that anyone can
exchange their ideas about IPv6.
You can join the chat via
* [IPv6.chat](https://IPv6.chat) (via Mattermost)
* #ipv6:ungleich.ch (via Matrix)
Note: there is also an #ipv6 channel on Freenode. We are currently
trying to figure out whether we can bridge IPv6.chat into the IRC room
to combine them.

View File

@ -0,0 +1,16 @@
title: Open Chat
---
subtitle: Open Source requires Open Communication
---
content:
You can chat with us either via Mattermost on
[chat.ungleich.ch](https://chat.ungleich.ch) or
Matrix on [matrix.ungleich.ch](https://matrix.ungleich.ch).
For matrix you can find our public channels on **+public:ungleich.ch**.
To foster IPv6 deployement, we created [IPv6.chat](../ipv6-chat),
which is also reachable on both chat systems.
And some of our channels are also available on IRC, you can find them
on the [list of bridged channels](https://redmine.ungleich.ch/projects/open-infrastructure/wiki/CHATting_with_ungleich).

View File

@ -0,0 +1,84 @@
title: Open Source
---
subtitle: Open Source literally created ungleich
---
content:
## History of Open Source at ungleich
Open Source at ungleich is deeply rooted. It is actually Open Source
that started ungleich in 2013: You might now that
[Nico](https://www.nico.schottelius.org), the founder of ungleich,
is one of the two
original authors of [cdist](https://cdi.st), an Open Source
configuration management system (Steven Armstrong being the other
crazy person).
In 2013 a company from France requested commercial support for
cdist and soon after other Swiss companies were asking for Open Source
Software consultancy. This is how ungleich was originally born.
Whenever possible, we ask our customers to make the code that we
create for them also Open Source and some of our customers very much
welcome this approach.
In 2017 we started the [Data Center Light
project](../data-center-light), which turns old buildings (like
factory halls) into data centers.
We realised that many problems that we solve are repeating
infrastructure problems.
For that reason we created the [Open
Infrastructure project](https://redmine.ungleich.ch/projects/open-infrastructure).
in 2018 to open source our infrastructure and have others profit from
our experiences. Also in 2017 we released an
[Open Source Crowdfunding Platform together with
200ok](https://200ok.ch/posts/joint-release-of-swiss-crowdfunder.html).
We also released the
[ungleich-tools](https://code.ungleich.ch/ungleich-public/ungleich-tools)
that we use to manage or support the infrastructure. Or you can find
checkout the [backup tool
ccollect](https://www.nico.schottelius.org/software/ccollect/) that we
maintain. Or if you are ever in the need to track your time,
we have [time tracking for
geeks](https://www.nico.schottelius.org/software/ctt/).
## Open Source at ungleich today
Almost all of our products are based on Open Source Software, which is
why we contribute back to projects that we use.
While we still have [our github
account](https://github.com/orgs/ungleich/), most of our public code
can be found on
[code.ungleich.ch](https://code.ungleich.ch/ungleich-public/).
We also think that **Open Communication** is important and for that
reason we allow [free access to our company chat](../open-chat) via
Mattermost and Matrix.
We started the [Digital Glarus project](../digital-glarus) to
support the local community and just recently opened the [Hacking
Hotel](../hacking-hotel) in Diesbach to welcome (FOSS) hackers from
all around the world.
And twice per year we welcome hackers to our (strongly Open Source
driven) hackathon [Hack4Glarus](https://hack4glarus.ch).
Even this website is fully Open Source and if you don't like something
on it, we look forward to a merge request against the
[ungleich-staticcms](https://code.ungleich.ch/ungleich-public/ungleich-staticcms)
repository.
## SEE ALSO
* [ccollect](https://www.nico.schottelius.org/software/ccollect/)
* [ctt](https://www.nico.schottelius.org/software/ctt/)
* [Open Chat](../open-chat)
* [Open Infrastructure](https://redmine.ungleich.ch/projects/open-infrastructure)
* [Public ungleich git repositories](https://code.ungleich.ch/ungleich-public/)
* [uncloud repository](https://code.ungleich.ch/uncloud/uncloud)
* [ungleich-staticcms](https://code.ungleich.ch/ungleich-public/ungleich-staticcms)
* [ungleich-tools](https://code.ungleich.ch/ungleich-public/ungleich-tools)

View File

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{% block title %}Welcome to ungleich.ch{% endblock %}</title>
<title>ungleich.ch - {% block title %}Welcome!{% endblock %}</title>
<!-- Bootstrap + helpers2 -->
<link rel="stylesheet"
href="/u/static/bootstrap-4.4.1-dist/css/bootstrap.min.css">