blog.broncotoxique.com

Just another geek website

  • TrueNas Scale :: MovieNight

    This post is aim to explain you how to install MovieNight (MN), into a Docker container, into you TrueNas Scale instance. First of all, I’ll assume that you have an TrueNas Scale instance working, you have configured the app deployment of you nas, and you also have setup the Docker Hub link with your nas.…

  • VTD-XML :: Iterate over block

    This post is the result of my research after having difficulties with VTD-XML and iteration over a list of blocks. Let say you have a XML document like following, and you want to get the value of the entity. It also works for any XPath match, that means you can match an XPath relative to…

  • PHPBB Matomo (former Piwik)

    This small blog post is aimed to explain to you, how to integrate Matomo analytics to your PHPBB board. As a pre-requisite I’ll assume that you already have a working Matomo server somewhere, and you already setted-up the board statistics space ready to accept your futur stats. The first obvious solution is to generate the…

  • TrueNAS Scale :: Docker Compose => qBittorrent + Gluetun

    Based on the post from Raveen.ca here is a way to deploy a qBittorent with all the traffic going through a VPN using Gluetun. The most part of this post will be a copy of Raveen post. My motivation and the main diffrence between Raveen and me is : I prefere using the official qBittorrent…

  • How to: Maven Build Cache on Maven 3.9.x-SNAPSHOT

    EDIT: When I wrote this post, Maven 3.9.x wasn’t available on pulbic release. This doc is aim to help you use Maven Build Cache. Remember, if you’re not fluent in Maven, you might stop here. Since Maven-Build-Cache run only with Maven >= 3.9.x we will use the 3.9.x-SNAPSHOT version. So the summed up version this…

  • Spring-Framework, JavaMelody and MongoTemplate

    Let say you use Spring-Framework (without Spring-Boot), MongoTemplate and JavaMelody in the same app. I guess you will need to see the mongo request statistics in the Melody dashboard, like you see the SQL statistics. First you might have followed the JavaMelody documentation to setup Melody into you app. Let say you create your MongoTemplate…

  • Identify connection on Postgres

  • Howto: Swagger OIDC and Spring Boot 3

    This small post will show you how to setupt an OIDC authentication on the Swagger-UI interface of your Spring-Boot backend. The important part is, in the example the “client” used for the Swagger authentication will be different than the client used for the “main” authentication, that will allow you to turn off one authentication channel…

  • Get size of a postgres database

    Request that will give you the size of the DATA_BASE_NAME of your PostGRES instance.

  • Deploy micro-gpodder-server on Clever-Cloud

    Let say you want to deploy a micro-gpodder-server, you can use clever-cloud to do so, it’s pretty simple. Let’s go ! First, one of the best working idea is to deploying from a Git repository. Clever-Cloud provid you many ways to deploy from git, like, pushing to a remote, pulling from your github/gitlab, etc. Choose…