Thomas Capricelli archive
Category: Admin

December 5, 2023

Mercurial Mirror For Django 5.0 Branch

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

The mirror is up and running since the first beta or so, but I forgot to mention it on the blog. Now that 5.0 is officially released, it seems a perfect timing to fix that. For the record, those mirrors are read-only, and aimed at production (aka “I want an easy way to update Django […]

February 14, 2023

Mercurial Mirror For Django 4.2 Branch

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

Slightly late, but here’s the 4.2 mirror. As usual, read-only, and aimed at production (aka “using django on servers “), not development (aka “commit”).

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 […]

September 16, 2022

Testing IMAP IDLE/NOTIFY with python

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

I have to troubleshoot a buggy relationship between a mail client (thunderbird) and an IMAP server (dovecot), regarding notification. That’s when the server informs the client about new mails, as opposed to the client polling the server to get this information. There’s this stackoverflow thread with some very useful exemple code. Unfortunately, it’s old, and […]

May 18, 2022

Mercurial Mirror For Django 4.1 Branch

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

The usual ‘production’ mirror for the recently announced Django 4.1.

October 28, 2021

Mercurial Mirror For Django 4.0 Branch

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

The first beta for Django 4.0 was just announced, and it’s time for another ‘production’ mercurial mirror.

January 21, 2021

Mercurial mirror for Django 3.2 branch

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

As usual when Django releases a new Alpha version, I’ve settled a new mirror. The URL (both web and clone) is https://freehackers.org/mirrors/django-3.2-production As stated before, I no longer use bitbucket as they’ve dropped support for mercurial. Shame on them ! 🙂

August 26, 2020

Mirrors migrated out of bitbucket

by orzel
Categories: Admin, Django, Linux kernel
Tags: , ,
Comments: Leave a Comment

As you are probably aware, bitbucket is dead. At least the original bitbucket as we knew it, the leader in mercurial hosting. They no longer host mercurial repositories, so I had to move my kernel and Django mirrors. They are now hosted on my own heptapod instance, at the following URL: https://www.freehackers.org/mirrors I did the […]

September 10, 2019

Django mercurial mirrors updates

by orzel
Categories: Admin, Django
Tags: ,
Comments: 1 Comment

Time to clean up my mercurial mirrors as Django 3.0 has just had its first alpha released. Keeping an eye on the supported versions, I did the following changes: Added mirror for 3.0 branch : https://bitbucket.org/orzel/django-3.0-production/ Removed mirror for 1.8 branch Removed mirror for 1.9 branch Removed mirror for 1.10 branch Branch 2.0 is officially […]

February 11, 2019

Mercurial Mirror For Django 2.1 Branch

by orzel
Categories: Admin, Django
Tags: ,
Comments: 1 Comment

I’m slightly late on this one, but here it is. For the record, main purposes of this mirror are: being a lightweight read-only repository to clone from for production servers hide the ugly git stuff behind a great mercurial interface The clone is at the usual location at bitbucket, from which you can browse, clone, […]