Thomas Capricelli archive
Tag: web design

March 23, 2025

KiCad: how to publish your PCB in 3D

by orzel
Categories: electronic
Tags: , ,
Comments: Leave a Comment

Introduction Among a huge list of great features, KiCad allows to display the PCB in 3D, even with components and such. This is extremely useful while routing. This post is about providing the same functionnality, but on a web page. This has no real usefulness, but it adds a huge wow ! effect to your […]

November 14, 2022

System Administration

Nextcloud and Keycloak integration

by orzel
Categories: Admin
Tags: , ,
Comments: Leave a Comment

I want to use a Keycloak instance (SSO provider) for authenticating users on a nextcloud application. Since version 19, nextcloud has an “official” plugin for connecting to an openid server (one of different SSO protocols). The plugin is called “OpenID Connect user backend” (official plugin, github). The only kind of documentation they provide is this […]

April 17, 2016

System Administration

Using keystone 9.0.0 (Mitaka) with gunicorn and nginx

by orzel
Categories: Admin, Gentoo
Tags: , , , , , , ,
Comments: Leave a Comment

(all of this is done in Gentoo, but this is mostly irrelevant here). With the Mitaka release, keystone expects a WSGI server of some sort. The ‘canonical’ documentation is focused on apache + uwsgi. Apache is so old school, I haven’t used it at all since .. 2010 or so I think. I have nothing against uwsgi […]