blog.broncotoxique.com

Just another geek website

  • TrueNas Scale :: NPMPlus and CrowdSec

    In this post I’ll explain you how to deploy NPMPlus as an TrueNas Scale plugin from the plugins market AND make it run with CrowdSec. There is also the possibility to deploy it using Docker Compose, this solution is explain in the NPMPlus repository. Small recall, the docker compose deployment will deploy in the same…

  • TrueNas Scale :: oPodSync (former micro-gpodder-server)

    This post is a quick explanation of how to deploy MicroGpodder inside your TrueNass scale using Docker. First of all the project Mgpodder doesn’t provide an official Docker image, so I fell-back on an image built and provided by … Who is “promising” that it’s an image without any customization.

  • 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 your 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…