Tag: Web
All the articles with the tag "Web".
Humidity and Temperature Monitoring
Updated:With the temperature the past few weeks I thought I'd setup a means of monitoring it to trigger alerts in Grafana or Incinga2 by using a Raspberry Pi to co
Barcode Scanner
Updated:I found this very useful. Not just scanning QR codes, but I can use Vivaldi to scan any barcode and copy the output to the clipboard. Keep an eye on the ad
JWTAuth, Laravel and Vue.js
Updated:The past few days have been rather eventful trying to get JavaScript Web Tokens (JWT) to authenticate my Laravel, Vue.js environment. As per my previous po
Nginx Maintenance Mode
Updated:We use a simple method of putting an Nginx site into maintenance mode. Just set a geo default variable on on and have it generate a HTTP 503 status respons
step-ca and ACME
Updated:We have a couple of hundred certs with Let's Encrypt and it is a great service. Right now though we need to issue certs to internal systems and thought it
MediaWiki and OAuth2
Updated:With a move to a more joined up authentication using Single Sign On (SSO) I deployed a Keycloak service in a docker container - that should probably form p
Auto Select Client Certificate
Updated:When you visit a site requiring a client certificate you'll be presented with a dialog to select a certificate to use. This is awkward in a kiosk scenario
Nginx SSL Certificate Error
Updated:We're using client side certificates on an Nginx host to ensure the credentials of the connecting users and haven't used the site for a while. I tried to l
Nginx Configuration Synchronisation
Updated:Back when I built the Nginx failovers using Nginx and Keepalived I also required that should the config change on the master then the config would automati
php 7.0 on Debian Buster
Updated:Actually this is more about any version of php (5.6, 7.0, 7.1, 7.2) on buster. Php source has taken on a bit of a split and the standard repositories only deal with the one supported version for the current release of Debian you are using.