AHAlexandre Hausherrinblog.ahausherr.fr·Apr 26, 2022 · 2 min readHow to execute code at the very end of a transaction in AlfrescoSometimes we mix actions and behaviors in Alfresco to automate tasks, and it is hard to have control over their execution order. It is especially true when you mix behaviors and action.Depending on the frequency of the behavior, a behavior might trig...00
AHAlexandre Hausherrinblog.ahausherr.fr·Sep 30, 2021 · 1 min readISRG Root X1 signed certificates with win-acme for IISOn september the 30th of 2021, the Let's Encrypt DST Root CA X3 certificate expired . If you are hosting a website on Windows Server with IIS, if you generated your TLS certificates with win-acme and if you don't have the new ISRG Root X1 certificat...00
AHAlexandre Hausherrinblog.ahausherr.fr·Sep 24, 2021 · 9 min readBilan après 1 an sur Codeur.com en tant que développeurDéveloppeur indépendant depuis quelque temps déjà, j'ai eu connaissance du site codeur.com il y a un peu plus d'un an. A propos de codeur.com Le site met en relation développeurs, webmasters, dba, UX/UI designers ou autres prestataires techniques ave...00
AHAlexandre Hausherrinblog.ahausherr.fr·Sep 16, 2021 · 1 min readSet custom variables in Smoobu bookingsSmoobu's API allows third-party systems to insert custom variables in bookings and apartments (currently in beta) , even-though it is not clear since they call these variables "custom placeholders", because these variables can be set as placeholders...00
AHAlexandre Hausherrinblog.ahausherr.fr·Sep 7, 2021 · 2 min readView PostgreSQL logs in SupabaseSupabase doesn't yet provide a way to see postgresql logs from the admin interface. But there is a way to see the logs from within PostgreSQL, using SQL. The file_fdw extension The file_fdw extension allows to wrap an external data source into a ta...00