{"id":429,"date":"2026-08-31T07:45:00","date_gmt":"2026-08-31T05:45:00","guid":{"rendered":"https:\/\/www.lukaswojcik.com\/?p=429"},"modified":"2026-08-13T14:27:48","modified_gmt":"2026-08-13T12:27:48","slug":"local-ci-cd-raspberry-pi-automating-docker-compose-en","status":"publish","type":"post","link":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/","title":{"rendered":"Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments"},"content":{"rendered":"\r\n<p class=\"wp-block-paragraph\">Managing containerized infrastructure on edge devices such as a Raspberry Pi often involves repetitive manual SSH sessions, manual image pulls, and direct execution of Docker Compose commands. Transitioning to a localized CI\/CD pipeline automates the lifecycle of self-hosted services\u2014including Home Assistant, Nextcloud, and custom Python automation scripts\u2014by leveraging Git repositories, webhook listeners, and local deployment agents.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">1. Architecture of Local GitOps for Edge Devices<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Adopting a GitOps methodology shifts the source of truth for all infrastructure configurations from local filesystem modifications to a centralized Git repository. Rather than editing YAML files directly on the server, deployment definitions are maintained in version control.<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Declarative Configuration:<\/strong> Every service, network definition, and persistent volume is declared explicitly inside structured <code>docker-compose.yml<\/code> files stored in a Git repository.<\/li>\r\n<li><strong>Auditability &amp; Rollbacks:<\/strong> Version control provides an immutable history of configuration changes, allowing immediate rollbacks to previous working states if an update causes service instability.<\/li>\r\n<li><strong>Zero-Touch Edge Deployments:<\/strong> The edge server acts as a continuous consumer of repository states, eliminating the need for interactive shell access during routine updates.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<figure class=\"lw-diagram\">\n<img loading=\"lazy\" src=\"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/diagrams\/raspberry-pi-local-cicd-pipeline-en.png\" width=\"1120\" height=\"620\" decoding=\"async\"\n     alt=\"Vertical CI\/CD pipeline from git push through HMAC-verified webhook and git pull to docker compose and health checks\">\n<figcaption>The edge device is the consumer, not the target: it pulls the repository state itself and converges its stack. The HMAC check is the gate \u2014 an unverified webhook never reaches the pull.<\/figcaption>\n<\/figure>\n\n<h2 class=\"wp-block-heading\">2. Automated Pulls and Deployments via Webhook Listeners<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">To eliminate manual SSH deployment commands, lightweight webhook servers (such as <code>adnanh\/webhook<\/code> or dedicated automation daemons) can be deployed natively on the Raspberry Pi. These services listen for HTTP POST payloads triggered by code repository push events or CI\/CD pipelines.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Webhook Execution Workflow<\/h3>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Payload Verification:<\/strong> Incoming webhook requests are cryptographically validated using HMAC secret tokens to prevent unauthorized remote execution.<\/li>\r\n<li><strong>Automated Git Fetch:<\/strong> Upon successful validation, the local daemon triggers a non-interactive pull sequence to update the local workspace from the remote branch.<\/li>\r\n<li><strong>Stack Re-convergence:<\/strong> The orchestration daemon runs <code>docker compose up -d --remove-orphans<\/code>, ensuring that only modified container images or updated service declarations are recreated while preserving active services.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">3. Container Lifecycle Management without SSH<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Continuous deployment architectures for self-hosted environments benefit from dedicated local agents that monitor container image registries and automate container recreation without external intervention.<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Automated Registry Polling:<\/strong> Tools of the Watchtower family periodically inspect base image digests for running containers and automatically restart services when newer builds become available. The original <code>containrrr\/watchtower<\/code> repository was archived in December 2025 and the older Ouroboros project is no longer developed; maintained community forks such as <code>nickfedor\/watchtower<\/code> continue as drop-in replacements.<\/li>\r\n<li><strong>Local Build Automation:<\/strong> For custom Python scripts or microservices, local automation runners can execute Dockerfile builds directly on the ARM architecture, circumventing cross-compilation complexities.<\/li>\r\n<li><strong>Health Checks &amp; Auto-Recovery:<\/strong> Implementing native Docker health checks ensures that updated containers failing initial startup routines can be flagged immediately without requiring manual log inspections.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">4. Security Considerations for Local CI\/CD Pipelines<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Exposing automated deployment endpoints within a home or enterprise network requires strict privilege separation. Webhook daemons should never run as root; instead, access to the Docker socket should be regulated through dedicated group permissions or read-only socket proxies. Furthermore, isolating deployment listeners within a restricted management VLAN ensures that build automation remains completely protected from untrusted client devices.<\/p>\r\n\n\n<div class=\"lw-quellen\">\n<h2>Sources<\/h2>\n<ul>\n<li><a href=\"https:\/\/docs.docker.com\/compose\/\" target=\"_blank\" rel=\"noopener noreferrer\">Docker Compose documentation<\/a><\/li>\n<\/ul>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>How to manage container stacks (Home Assistant, Nextcloud, Python scripts) on a local edge server using GitOps, webhook listeners, and local agents without manual SSH login.<\/p>\n","protected":false},"author":1,"featured_media":11548,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21],"tags":[91106,91144,91145,91113,91181,91237],"class_list":["post-429","post","type-post","status-publish","format-standard","hentry","category-raspberry-pi","tag-automation","tag-devops","tag-docker","tag-homelab","tag-raspberry-pi","tag-self-hosting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments - Lukas Wojcik - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments - Lukas Wojcik - Blog\" \/>\n<meta property=\"og:description\" content=\"How to manage container stacks (Home Assistant, Nextcloud, Python scripts) on a local edge server using GitOps, webhook listeners, and local agents without manual SSH login.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/\" \/>\n<meta property=\"og:site_name\" content=\"Lukas Wojcik - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-31T05:45:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/08\/hero-429-local-ci-cd-raspberry-pi-automating--c.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"luky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"luky\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/\"},\"author\":{\"name\":\"luky\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"headline\":\"Local CI\\\/CD for Raspberry Pi: Automating Docker Compose Deployments\",\"datePublished\":\"2026-08-31T05:45:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/\"},\"wordCount\":524,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/hero-429-local-ci-cd-raspberry-pi-automating--c.png\",\"keywords\":[\"Automation\",\"DevOps\",\"Docker\",\"Homelab\",\"Raspberry Pi\",\"Self-Hosting\"],\"articleSection\":[\"Raspberry PI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/\",\"name\":\"Local CI\\\/CD for Raspberry Pi: Automating Docker Compose Deployments - Lukas Wojcik - Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/hero-429-local-ci-cd-raspberry-pi-automating--c.png\",\"datePublished\":\"2026-08-31T05:45:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/hero-429-local-ci-cd-raspberry-pi-automating--c.png\",\"contentUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/hero-429-local-ci-cd-raspberry-pi-automating--c.png\",\"width\":1200,\"height\":630,\"caption\":\"Local CI\\\/CD for Raspberry Pi: Automating Docker Compose Deployments\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/raspberry-pi\\\/local-ci-cd-raspberry-pi-automating-docker-compose-en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Local CI\\\/CD for Raspberry Pi: Automating Docker Compose Deployments\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/\",\"name\":\"Lukas Wojcik - Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\",\"name\":\"luky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"width\":424,\"height\":636,\"caption\":\"luky\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\"},\"sameAs\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\"],\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/author\\\/luky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments - Lukas Wojcik - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/","og_locale":"en_US","og_type":"article","og_title":"Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments - Lukas Wojcik - Blog","og_description":"How to manage container stacks (Home Assistant, Nextcloud, Python scripts) on a local edge server using GitOps, webhook listeners, and local agents without manual SSH login.","og_url":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/","og_site_name":"Lukas Wojcik - Blog","article_published_time":"2026-08-31T05:45:00+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/08\/hero-429-local-ci-cd-raspberry-pi-automating--c.png","type":"image\/png"}],"author":"luky","twitter_card":"summary_large_image","twitter_misc":{"Written by":"luky","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/#article","isPartOf":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/"},"author":{"name":"luky","@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"headline":"Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments","datePublished":"2026-08-31T05:45:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/"},"wordCount":524,"commentCount":0,"publisher":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"image":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/#primaryimage"},"thumbnailUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/08\/hero-429-local-ci-cd-raspberry-pi-automating--c.png","keywords":["Automation","DevOps","Docker","Homelab","Raspberry Pi","Self-Hosting"],"articleSection":["Raspberry PI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/","url":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/","name":"Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments - Lukas Wojcik - Blog","isPartOf":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/#primaryimage"},"image":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/#primaryimage"},"thumbnailUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/08\/hero-429-local-ci-cd-raspberry-pi-automating--c.png","datePublished":"2026-08-31T05:45:00+00:00","breadcrumb":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/#primaryimage","url":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/08\/hero-429-local-ci-cd-raspberry-pi-automating--c.png","contentUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/08\/hero-429-local-ci-cd-raspberry-pi-automating--c.png","width":1200,"height":630,"caption":"Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments"},{"@type":"BreadcrumbList","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/raspberry-pi\/local-ci-cd-raspberry-pi-automating-docker-compose-en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.lukaswojcik.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Local CI\/CD for Raspberry Pi: Automating Docker Compose Deployments"}]},{"@type":"WebSite","@id":"https:\/\/www.lukaswojcik.com\/blog\/#website","url":"https:\/\/www.lukaswojcik.com\/blog\/","name":"Lukas Wojcik - Blog","description":"","publisher":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lukaswojcik.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9","name":"luky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","url":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","contentUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","width":424,"height":636,"caption":"luky"},"logo":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg"},"sameAs":["https:\/\/www.lukaswojcik.com\/blog"],"url":"https:\/\/www.lukaswojcik.com\/blog\/author\/luky\/"}]}},"_links":{"self":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/comments?post=429"}],"version-history":[{"count":3,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/429\/revisions"}],"predecessor-version":[{"id":9892,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/429\/revisions\/9892"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/media\/11548"}],"wp:attachment":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/media?parent=429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/categories?post=429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/tags?post=429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}