Keycloak upgrade to 16.1.0 standalone

Upgrading Keycloak to 16.1.0 is not straightforward, it requires manual hands, especially if you’re behind a nginx proxy or other reverse proxy. The documentation has some vague hints that sends you to dead ends. I wrote a little upgrade script for my keycloak upgrades

Read Article

Crayon Syntax Highlighter Updated for PHP 8

I have updated the Crayon Syntax Highlighter to work with PHP8 and above. While I have tagged the release as 2.8.6 I’m moving away from that version scheme.

and use master branch. Remember to visit the settings page and save your settings, especially when switching PHP versions. To my knowledge this is the only…

Read Article

Quasar v2 create re-usable js file with vue3

I had a little problem migrating Quasar v1 to v2. I wanted to have a re-usable (importable) .js file that I could import in every SFC. This particular case used i18n. I create a directory lib under the src dir. Since this .js file was to set the default menu items in every SFC I…

Read Article