

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>/</id>
  <title>Fattylewis.com</title>
  <subtitle>A collection of my notes, guides and musings.</subtitle>
  <updated>2025-10-19T21:21:45+01:00</updated>
  <author>
    <name>Jon Hayward</name>
    <uri>/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2025 Jon Hayward </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Importing Authentik objects into Terraform</title>
    <link href="/posts/importing-authentik-resources-into-terraform/" rel="alternate" type="text/html" title="Importing Authentik objects into Terraform" />
    <published>2025-10-19T05:15:37+01:00</published>
  
    <updated>2025-10-19T05:15:37+01:00</updated>
  
    <id>/posts/importing-authentik-resources-into-terraform/</id>
    <content type="text/html" src="/posts/importing-authentik-resources-into-terraform/" />
    <author>
      <name>jon</name>
    </author>

  
    
    <category term="Terraform" />
    
    <category term="Authentik" />
    
  

  <summary>This is a super small note more for myself as i forget how to do this everytime ive wanted to do. There isnt really much documentation on the internet about how to import objects into Terraform when using the Authentik provider. As i have recently done this, i figured id note down how i did it. Ideally the docs would be updated to include this, but at time of writing they dont.  My usual flow i...</summary>

  </entry>

  
  <entry>
    <title>Adding the E3D PZ probe to a Voron V0.2</title>
    <link href="/2025/01/15/adding-the-e3d-pz-probe-to-a-voron-v0-2/" rel="alternate" type="text/html" title="Adding the E3D PZ probe to a Voron V0.2" />
    <published>2025-01-15T04:15:37+00:00</published>
  
    <updated>2025-01-15T04:15:37+00:00</updated>
  
    <id>/2025/01/15/adding-the-e3d-pz-probe-to-a-voron-v0-2/</id>
    <content type="text/html" src="/2025/01/15/adding-the-e3d-pz-probe-to-a-voron-v0-2/" />
    <author>
      <name>jon</name>
    </author>

  
    
    <category term="3D Printing" />
    
  

  <summary>Over a year ago i built and LDO Voron V0.2 sold to me by 3djake.uk. It was my first venture into the Voron world although not my first time with a premium DIY kit. I have built and use a RatRig Vcore3 and have upgraded it to a 3.1 with every upgrade RatRig released.  I really enjoyed building the V0.2, all the printed parts was printed on a BambuLabs X1C which i bought through the kickstarter w...</summary>

  </entry>

  
  <entry>
    <title>Creating my first API in FastAPI</title>
    <link href="/2024/12/07/creating-my-first-api-in-fastapi/" rel="alternate" type="text/html" title="Creating my first API in FastAPI" />
    <published>2024-12-07T10:31:26+00:00</published>
  
    <updated>2024-12-07T10:31:26+00:00</updated>
  
    <id>/2024/12/07/creating-my-first-api-in-fastapi/</id>
    <content type="text/html" src="/2024/12/07/creating-my-first-api-in-fastapi/" />
    <author>
      <name>jon</name>
    </author>

  
    
    <category term="fastapi" />
    
  

  <summary>Just thought this would be a good spot to introduce the first API i have built. Its currently hosted at grid-data.co.uk.  It is quite a simple API with only a couple of endpoints at the moment, but it gives an almost live view of the UK power grid. Showing how our energy is being generated, be it via gas, nuclear or other.  This is heavily based on the work of Kate Morely and her very informati...</summary>

  </entry>

  
  <entry>
    <title>Automating my tortoise&amp;#8217;s home</title>
    <link href="/2024/07/12/automating-my-tortoises-home/" rel="alternate" type="text/html" title="Automating my tortoise&amp;amp;#8217;s home" />
    <published>2024-07-12T13:25:11+01:00</published>
  
    <updated>2024-07-12T13:25:11+01:00</updated>
  
    <id>/2024/07/12/automating-my-tortoises-home/</id>
    <content type="text/html" src="/2024/07/12/automating-my-tortoises-home/" />
    <author>
      <name>jon</name>
    </author>

  
    
    <category term="Home Automation" />
    
  

  <summary>I recently bought a tortoise (named Burrito) as a little buddy in my office. He’s a cool dude, only about 18 months old so pretty small. Due to work and kid commitments i was struggling to remember to turn his heating on, so i needed a way of automating this.  - [The plan](#the-plan) - [Hardware Used](#hardware-used) - [Software Used](#software-used) - [ESP8266 Setup](#esp-8266-setup) - [Wiring...</summary>

  </entry>

  
  <entry>
    <title>Building the greatest monitoring stack with Prometheus</title>
    <link href="/2023/12/10/building-the-ultimate-monitoring-stack-with-prometheus/" rel="alternate" type="text/html" title="Building the greatest monitoring stack with Prometheus" />
    <published>2023-12-10T10:15:00+00:00</published>
  
    <updated>2023-12-10T10:15:00+00:00</updated>
  
    <id>/2023/12/10/building-the-ultimate-monitoring-stack-with-prometheus/</id>
    <content type="text/html" src="/2023/12/10/building-the-ultimate-monitoring-stack-with-prometheus/" />
    <author>
      <name>jon</name>
    </author>

  
    
    <category term="Monitoring" />
    
    <category term="Prometheus" />
    
  

  <summary>- [Traefik￼](#traefik￼) - [Prometheus](#prometheus) - [Alertmanager￼](#alertmanager￼) - [Grafana￼](#grafana￼) - [Blackbox Exporter￼](#blackbox-exporter￼) - [Node Exporter￼](#node-exporter￼) - [Watchtower￼](#watchtower￼)   Perhaps not the “greatest” monitoring stack, but this should give you a fantastic (in my opinion) baseline to be well on your way to a useful monitoring stack using Prometheus...</summary>

  </entry>

</feed>


