From 751f8f030da5282d3285791a5f7d6f48797af3eb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 09:29:13 +0100 Subject: [PATCH 01/10] add project: IPv6 Chat --- content/u/projects/ipv6-chat/contents.lr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/u/projects/ipv6-chat/contents.lr diff --git a/content/u/projects/ipv6-chat/contents.lr b/content/u/projects/ipv6-chat/contents.lr new file mode 100644 index 0000000..e2d7acc --- /dev/null +++ b/content/u/projects/ipv6-chat/contents.lr @@ -0,0 +1,18 @@ +title: IPv6.Chat +--- +subtitle: Let's talk about IPv6 +--- +content: + +## TL;DR + +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) From 6569ee320af0b911c6fc4eb382d01704de31811d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 10:05:45 +0100 Subject: [PATCH 02/10] ++chat update --- content/u/projects/ipv6-chat/contents.lr | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/u/projects/ipv6-chat/contents.lr b/content/u/projects/ipv6-chat/contents.lr index e2d7acc..cf6726c 100644 --- a/content/u/projects/ipv6-chat/contents.lr +++ b/content/u/projects/ipv6-chat/contents.lr @@ -4,7 +4,7 @@ subtitle: Let's talk about IPv6 --- content: -## TL;DR +## IPv6 chat IPv6 deployment and usage is growing and with that the need to find answers to common IPv6 questions. @@ -16,3 +16,7 @@ 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. From 30aec85605d1c99b41cdf37d4c3fd7504dbde47b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 17:46:09 +0100 Subject: [PATCH 03/10] ++open chat ++ open source --- content/u/projects/open-chat/contents.lr | 16 +++++++ content/u/projects/opensource/contents.lr | 57 +++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 content/u/projects/open-chat/contents.lr create mode 100644 content/u/projects/opensource/contents.lr diff --git a/content/u/projects/open-chat/contents.lr b/content/u/projects/open-chat/contents.lr new file mode 100644 index 0000000..0ab5e8a --- /dev/null +++ b/content/u/projects/open-chat/contents.lr @@ -0,0 +1,16 @@ +title: Open Chat of ungleich +--- +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). diff --git a/content/u/projects/opensource/contents.lr b/content/u/projects/opensource/contents.lr new file mode 100644 index 0000000..8598fa6 --- /dev/null +++ b/content/u/projects/opensource/contents.lr @@ -0,0 +1,57 @@ +title: Open Source at ungleich +--- +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 I am 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. We also released the +[ungleich-tools](https://code.ungleich.ch/ungleich-public/ungleich-tools) +that we use to manage or support the infrastructure. + + +## 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. + + +## SEE ALSO + +* [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-tools](https://code.ungleich.ch/ungleich-public/ungleich-tools) From 69f4a022db1eb0bde3a38a8aa1b0ca7b7987645c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 17:49:33 +0100 Subject: [PATCH 04/10] shorten title --- content/u/projects/open-chat/contents.lr | 2 +- content/u/projects/opensource/contents.lr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/u/projects/open-chat/contents.lr b/content/u/projects/open-chat/contents.lr index 0ab5e8a..bcad496 100644 --- a/content/u/projects/open-chat/contents.lr +++ b/content/u/projects/open-chat/contents.lr @@ -1,4 +1,4 @@ -title: Open Chat of ungleich +title: Open Chat --- subtitle: Open Source requires Open Communication --- diff --git a/content/u/projects/opensource/contents.lr b/content/u/projects/opensource/contents.lr index 8598fa6..45425fe 100644 --- a/content/u/projects/opensource/contents.lr +++ b/content/u/projects/opensource/contents.lr @@ -1,4 +1,4 @@ -title: Open Source at ungleich +title: Open Source --- subtitle: Open Source literally created ungleich --- From 340db1aad21698d43844280ece4c2a4d81c456cb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 17:50:48 +0100 Subject: [PATCH 05/10] add ungleich.ch to the title --- templates/layout-2020.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout-2020.html b/templates/layout-2020.html index 987cada..599c123 100644 --- a/templates/layout-2020.html +++ b/templates/layout-2020.html @@ -5,7 +5,7 @@ - {% block title %}Welcome to ungleich.ch{% endblock %} + ungleich.ch - {% block title %}Welcome!{% endblock %} From 443d4a9f9c5c89954653454e3e72749341234e94 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 17:57:02 +0100 Subject: [PATCH 06/10] ++collect --- content/u/projects/opensource/contents.lr | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/u/projects/opensource/contents.lr b/content/u/projects/opensource/contents.lr index 45425fe..0723488 100644 --- a/content/u/projects/opensource/contents.lr +++ b/content/u/projects/opensource/contents.lr @@ -30,7 +30,9 @@ Infrastructure project](https://redmine.ungleich.ch/projects/open-infrastructure in 2018 to open source our infrastructure and have others profit from our experiences. We also released the [ungleich-tools](https://code.ungleich.ch/ungleich-public/ungleich-tools) -that we use to manage or support the infrastructure. +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. ## Open Source at ungleich today @@ -50,6 +52,7 @@ Mattermost and Matrix. ## SEE ALSO +* [ccollect](https://www.nico.schottelius.org/software/ccollect/) * [Open Chat](../open-chat) * [Open Infrastructure](https://redmine.ungleich.ch/projects/open-infrastructure) * [Public ungleich git repositories](https://code.ungleich.ch/ungleich-public/) From b9fe26954b641e8d95261b971567221ade8e1b72 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 18:01:12 +0100 Subject: [PATCH 07/10] ++hacking hotel ++ctt --- content/u/projects/opensource/contents.lr | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/u/projects/opensource/contents.lr b/content/u/projects/opensource/contents.lr index 0723488..ee0ced4 100644 --- a/content/u/projects/opensource/contents.lr +++ b/content/u/projects/opensource/contents.lr @@ -32,7 +32,10 @@ our experiences. 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. +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 @@ -49,10 +52,19 @@ 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). + ## 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/) From 4d90cb2be88da84d66dbb1e7c9d69aba36acc0f1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 18:05:54 +0100 Subject: [PATCH 08/10] ++website itself --- content/u/projects/opensource/contents.lr | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/u/projects/opensource/contents.lr b/content/u/projects/opensource/contents.lr index ee0ced4..1980cb3 100644 --- a/content/u/projects/opensource/contents.lr +++ b/content/u/projects/opensource/contents.lr @@ -60,6 +60,11 @@ 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 @@ -69,4 +74,5 @@ driven) hackathon [Hack4Glarus](https://hack4glarus.ch). * [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) From b023ca7956d03d49146b81179c0a4eb347cea456 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 18:12:25 +0100 Subject: [PATCH 09/10] 3rd person --- content/u/projects/opensource/contents.lr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/u/projects/opensource/contents.lr b/content/u/projects/opensource/contents.lr index 1980cb3..e591237 100644 --- a/content/u/projects/opensource/contents.lr +++ b/content/u/projects/opensource/contents.lr @@ -7,7 +7,9 @@ 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 I am one of the two +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). From 89acfb278021a270d615d23d21948e151aca9b58 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Jan 2020 18:28:03 +0100 Subject: [PATCH 10/10] ++200ok/swiss crowdfunder --- content/u/projects/opensource/contents.lr | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/u/projects/opensource/contents.lr b/content/u/projects/opensource/contents.lr index e591237..68d218d 100644 --- a/content/u/projects/opensource/contents.lr +++ b/content/u/projects/opensource/contents.lr @@ -30,7 +30,11 @@ 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. We also released the +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