{"id":15328,"date":"2025-07-18T17:32:52","date_gmt":"2025-07-18T12:02:52","guid":{"rendered":"https:\/\/www.skynats.com\/?p=15328"},"modified":"2026-02-27T13:46:48","modified_gmt":"2026-02-27T08:16:48","slug":"how-to-install-coolify-on-ubuntu-24","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/","title":{"rendered":"How to Install Coolify on Ubuntu 24"},"content":{"rendered":"\n<p>For those seeking an effortless way to self-host applications, Coolify serves as a robust, open-source option compared to platforms. It functions as a self-hosted PaaS (Platform as a Service) that enables developers to easily deploy, manage, and scale applications on their own infrastructure.This Guide to Installing Coolify on <a href=\"https:\/\/ubuntu.com\/blog\/tag\/ubuntu-24-04-lts\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-color\">Ubuntu 24<\/mark><\/a> will help you set up Coolify quickly and start leveraging its powerful features for your projects.<\/p>\n\n\n\n<p>Coolify accommodates various technologies \u2014 including static sites, Node.js applications, databases such as PostgreSQL, and services like Redis. You can link your Git repositories (from GitHub, GitLab, etc.), and Coolify will automatically retrieve and deploy your code utilizing Docker in the background.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-key-features-of-coolify\"><strong>Key Features of Coolify<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Self-hosted PaaS: Run your own Heroku\/Vercel-style platform on any server.<\/li>\n\n\n\n<li>Git Integration: Automatically deploy from GitHub, GitLab, or Bitbucket.<\/li>\n\n\n\n<li>Docker-Powered: Every app and service runs in isolated Docker containers.<\/li>\n\n\n\n<li>One-Click Deployments: Build and deploy apps with a single click or on push.<\/li>\n\n\n\n<li>Database Support: Easily deploy databases like PostgreSQL, MySQL, MongoDB, and Redis.<\/li>\n\n\n\n<li>Environment Management: Manage environment variables and secrets securely.<\/li>\n\n\n\n<li>Built-in SSL: Free HTTPS support with automatic Let&#8217;s Encrypt integration.<\/li>\n\n\n\n<li>Resource Monitoring: View CPU, memory, and storage usage in real time.<\/li>\n\n\n\n<li>Multi-Project Support: Organize and deploy multiple apps and services in one place.<\/li>\n\n\n\n<li>Private &amp; Secure: Fully under your control \u2014 no external vendor lock-in.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-two-ways-to-use-coolify\"><strong>Two Ways to Use Coolify<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Self-Host Coolify<\/strong><strong><br><\/strong> Install and run Coolify on your own server.<\/li>\n\n\n\n<li><strong>Coolify Cloud<\/strong><strong><br><\/strong> Let the Coolify team host and manage everything for you.&nbsp;<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-prerequisites\"><strong>Prerequisites<\/strong><\/h2>\n\n\n\n<p>Before diving into installation, make sure your server environment meets the following requirements:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Minimum Specs:&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>CPU: 2 cores&nbsp;&nbsp;<\/p>\n\n\n\n<p>Memory (RAM): 2 GB&nbsp;<\/p>\n\n\n\n<p>Storage: 30 GB of free space<\/p>\n\n\n\n<p>64-bit\/AMD64 or ARM64<\/p>\n\n\n\n<p>This is the minimum requirement for running Coolify alone. To host your applications in the local environment you must need resources higher than the above mentioned or otherwise you can add remote servers to the Coolify installed server. Use a fresh server to install Coolify to avoid conflicts during installation.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SSH access and root\/sudo privileges<\/li>\n\n\n\n<li>Setup a firewall<\/li>\n\n\n\n<li>Make sure that curl is installed.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-quick-installation-steps\"><strong>Quick Installation Steps<\/strong><\/h2>\n\n\n\n<p>Coolify provides a one-command quick install script that sets up everything you need \u2014 including Docker, Docker Compose, and Coolify itself.<\/p>\n\n\n\n<p><strong>Step 1<\/strong>: SSH into Your Server<\/p>\n\n\n\n<p>Open your terminal and connect to your server:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh root@your-server-ip<\/code><\/pre>\n\n\n\n<p><strong>Step 2<\/strong>: Update the server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update &amp;&amp; apt upgarde<\/code><\/pre>\n\n\n\n<p><strong>Step 3:<\/strong> Run the Quick Install Script<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -fsSL https:\/\/cdn.coollabs.io\/coolify\/install.sh | bash<\/code><\/pre>\n\n\n\n<p>This script installs Docker and Docker Compose (if not already present), downloads and configures Coolify, launches it as a Docker service, and automatically sets up SSL using Let&#8217;s Encrypt\u2014note that the process may take a few minutes depending on your server specs.<\/p>\n\n\n\n<p><strong>Step 4:<\/strong> Access Coolify Dashboard<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;YOUR_SERVER_IP:8000<\/code><\/pre>\n\n\n\n<p>You\u2019ll be prompted to create an admin account on the first login.<\/p>\n\n\n\n<p><strong>Step 5<\/strong>: Configure a Domain with HTTPS (Optional)<\/p>\n\n\n\n<p>Point your desired domain to the server IP, then go to <strong>Settings<\/strong> in the Coolify dashboard.<\/p>\n\n\n\n<p>Under <strong>Instance Domain<\/strong>, enter your domain (e.g., mycoolifydomain.com).<\/p>\n\n\n\n<p>Wait a few minutes for DNS propagation.<\/p>\n\n\n\n<p>Once the SSL certificate is set up automatically by Coolify, visit https:\/\/mycoolifydomain.com in your browser.<\/p>\n\n\n\n<p><strong>Step 6<\/strong>: Firewall Configuration<\/p>\n\n\n\n<p>Ensure ufw or other firewalls allow traffic on ports 80, 443, and 22.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-conclusion\"><strong>Conclusion<\/strong><\/h3>\n\n\n\n<p>Coolify makes it incredibly simple to host and manage your own applications. With just one script, you can deploy an entire PaaS platform in minutes. Whether you&#8217;re a solo developer or running production apps, Coolify offers a flexible, open-source way to take control of your deployments.<\/p>\n\n\n\n<p>By using the quick install method, you eliminate the need to manually configure Docker, databases, SSL, or file systems \u2014 making Coolify the perfect starting point for your self-hosted journey.<\/p>\n\n\n\n<p>If you encounter any challenges during the installation or configuration process, our expert team is here to help. Whether you need assistance with deploying Coolify or optimizing your server environment, Skynats offers reliable <a href=\"https:\/\/www.skynats.com\/plesk-server-management\/ \">Linux Server Management<\/a> and <a href=\"https:\/\/www.skynats.com\/devops-support\" type=\"link\" id=\"https:\/\/www.skynats.com\/devops-support\">DevOps support<\/a> tailored to your needs. contact us today to ensure a seamless and secure deployment experience.<br><\/p>\n\n\n\n<p><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For those seeking an effortless way to self-host applications, Coolify serves as a robust, open-source option compared to platforms. It functions as a self-hosted PaaS (Platform as a Service) that enables developers to easily deploy, manage, and scale applications on their own infrastructure.This Guide to Installing Coolify on Ubuntu 24 will help you set up [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[1064,1010,993],"class_list":["post-15328","post","type-post","status-publish","format-standard","hentry","category-blog","tag-devops-support-services","tag-linux-server-management-services","tag-ubuntu-24"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Guide to Installing Coolify on Ubuntu 24 \u2013 Easy Setup Steps<\/title>\n<meta name=\"description\" content=\"Guide to Installing Coolify on Ubuntu 24 \u2013 Follow this quick setup guide &amp; deploy apps with ease. Start building now!\" \/>\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.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Coolify on Ubuntu 24\" \/>\n<meta property=\"og:description\" content=\"Guide to Installing Coolify on Ubuntu 24 \u2013 Follow this quick setup guide &amp; deploy apps with ease. Start building now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-18T12:02:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-27T08:16:48+00:00\" \/>\n<meta name=\"author\" content=\"Merin John\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Merin John\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-install-coolify-on-ubuntu-24\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-install-coolify-on-ubuntu-24\\\/\"},\"author\":{\"name\":\"Merin John\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/b80e05405ba11197c3f60db56df40ded\"},\"headline\":\"How to Install Coolify on Ubuntu 24\",\"datePublished\":\"2025-07-18T12:02:52+00:00\",\"dateModified\":\"2026-02-27T08:16:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-install-coolify-on-ubuntu-24\\\/\"},\"wordCount\":661,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"devops support services\",\"linux server management services\",\"Ubuntu 24\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-install-coolify-on-ubuntu-24\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-install-coolify-on-ubuntu-24\\\/\",\"name\":\"Guide to Installing Coolify on Ubuntu 24 \u2013 Easy Setup Steps\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2025-07-18T12:02:52+00:00\",\"dateModified\":\"2026-02-27T08:16:48+00:00\",\"description\":\"Guide to Installing Coolify on Ubuntu 24 \u2013 Follow this quick setup guide & deploy apps with ease. Start building now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-install-coolify-on-ubuntu-24\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-install-coolify-on-ubuntu-24\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-install-coolify-on-ubuntu-24\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Coolify on Ubuntu 24\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/b80e05405ba11197c3f60db56df40ded\",\"name\":\"Merin John\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g\",\"caption\":\"Merin John\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Guide to Installing Coolify on Ubuntu 24 \u2013 Easy Setup Steps","description":"Guide to Installing Coolify on Ubuntu 24 \u2013 Follow this quick setup guide & deploy apps with ease. Start building now!","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.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Coolify on Ubuntu 24","og_description":"Guide to Installing Coolify on Ubuntu 24 \u2013 Follow this quick setup guide & deploy apps with ease. Start building now!","og_url":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2025-07-18T12:02:52+00:00","article_modified_time":"2026-02-27T08:16:48+00:00","author":"Merin John","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Merin John","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/"},"author":{"name":"Merin John","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/b80e05405ba11197c3f60db56df40ded"},"headline":"How to Install Coolify on Ubuntu 24","datePublished":"2025-07-18T12:02:52+00:00","dateModified":"2026-02-27T08:16:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/"},"wordCount":661,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["devops support services","linux server management services","Ubuntu 24"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/","url":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/","name":"Guide to Installing Coolify on Ubuntu 24 \u2013 Easy Setup Steps","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2025-07-18T12:02:52+00:00","dateModified":"2026-02-27T08:16:48+00:00","description":"Guide to Installing Coolify on Ubuntu 24 \u2013 Follow this quick setup guide & deploy apps with ease. Start building now!","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/how-to-install-coolify-on-ubuntu-24\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Coolify on Ubuntu 24"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/b80e05405ba11197c3f60db56df40ded","name":"Merin John","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g","caption":"Merin John"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/15328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=15328"}],"version-history":[{"count":4,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/15328\/revisions"}],"predecessor-version":[{"id":17407,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/15328\/revisions\/17407"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=15328"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=15328"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=15328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}