I recently configured GitLab as a OAuth2 client to a Nextcloud Instance. I wanted OAuth2 to be the only way of logging in, and Nextcloud to provide the information needed for one-click user signup (actually, three clicks). This process was not entirely straightforward, especially since I don’t want my buttons to read “OAuth2-Generic”. Changing the name after setting everything up, means changing URLs and in combination with Nextcloud this means recreating your tokens. Long story short: I wrote down how I did it.
Author Archive
OAuth2 with Nextcloud (Provider) and GitLab (Client)
Posted by Claudius Coenen on October 13th, 2018 | Comments Off on OAuth2 with Nextcloud (Provider) and GitLab (Client)
Filed under Technik | Tags: Admin, HowTo, OpenSource
Hörenswerte Podcast-Episoden II
Posted by Claudius Coenen on June 29th, 2018 | Comments Off on Hörenswerte Podcast-Episoden II
Einzel-Episoden
- CRE #218 – Diamanten (3h, deutsch)
- Forschergeist #55 mit Harald Lesch (2h, deutsch)
- Soziopod Radio Edition #013 – Freiheit und Internet (1:15h, deutsch)
- 99 percent invisible #308 – Curb Cuts (45min, englisch)
- Rechtsbelehrung Episoden über die DSGVO: #54 Grundlagen, #55 Empfehlungen und #56 Speziell zu Fotos (je 1:30-2:20h lang, deutsch)
Außerdem die Empfehlung sich Ologies (englisch) mal anzuhören.
Filed under Fundstück
Hörenswerte Podcast-Episoden
Posted by Claudius Coenen on November 20th, 2017 | Comments Off on Hörenswerte Podcast-Episoden
Ich höre einen Haufen Podcasts. Immer mal sind dazwischen außergewöhnliche Episoden. In den letzten Tagen waren außergewöhnlich viele Gute dabei:
- the end #8 mit Judith Holofernes (1h, deutsch, nachdenlich)
- Geek’s Guide to the Galaxy #276 mit Adam Savage (1h, englisch)
- Lila Podcast #80 über Transfrauen (1h, deutsch)
- Voices of VR #590 “Designing The Future through Sci-Fi World Building” (1:11h, englisch)
- Raumzeit #67 über Neutronensterne (2h, deutsch)
- Resonator #118 über Kognitionsforschung (1:40h, deutsch)
- CRE #215 über Kurdistan (4h, deutsch, die erste halbe Stunde geht es um den Gast, und um Berlin und um Geschichte)
- ReWork #5 “Take a Stand” (30min, englisch)
- Viele der SyFy 25 Origin Stories (je ~25min, englisch). Vor Allem: Neil Gaiman (Coraline), Ron Moore (Star Trek TNG oder Battlestar Galactica), Natasha Vita-More (Transhumanismus)
Filed under Fundstück
McCoy – ATtiny LED Project
Posted by Claudius Coenen on October 29th, 2016 | Comments Off on McCoy – ATtiny LED Project
McCoy is a side project I made to learn how to use the ATtiny microcontroller. The Idea came about at MRMCD2016, when I received a welcome gift in form of a light-up LED Pill. The very first thing crossing my mind was to put more electronics into this tiny housing.
Filed under Technik | Tags: Arduino, ATtiny, Hardware, LED, Projekt
Retracing a project’s state with git
Posted by Claudius Coenen on September 12th, 2015 | Comments Off on Retracing a project’s state with git
Imagine, you’re coming back to a project that has advanced by two months with various people coming and going. And it’s your job to figure it all out. Git has your back! Here’s how.
Filed under Keine Kategorie