{"id":32665,"date":"2026-08-03T01:17:08","date_gmt":"2026-08-02T23:17:08","guid":{"rendered":"https:\/\/contabo.com\/blog\/?p=32665"},"modified":"2026-08-03T01:17:11","modified_gmt":"2026-08-02T23:17:11","slug":"self-hosted-paas-replace-heroku","status":"publish","type":"post","link":"https:\/\/contabo.com\/blog\/self-hosted-paas-replace-heroku\/","title":{"rendered":"Best Self-Hosted PaaS to Replace Heroku in 2026 (No Kubernetes Required)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you are leaving Heroku and do not want to manage a <a href=\"https:\/\/contabo.com\/blog\/kubernetes-basics\/\">Kubernetes <\/a>cluster, four self-hosted platforms cover the use case in 2026: <a href=\"https:\/\/contabo.com\/en\/coolify-vps\/\">Coolify <\/a>(best overall), Dokku (closest git push parity), <a href=\"https:\/\/contabo.com\/en\/dokploy-hosting\/\">Dokploy <\/a>(best for Docker Compose workflows), and <a href=\"https:\/\/contabo.com\/blog\/coolify-vs-caprover\/\">CapRover<\/a> (battle-tested multi-server). All four run on a single <a href=\"https:\/\/contabo.com\/en\/vps\/\">Contabo VPS<\/a>. None require Kubernetes, <a href=\"https:\/\/contabo.com\/blog\/wiki\/container-orchestration\/\">container orchestration<\/a> experience, or an ops team.<\/p>\n\n\n\n<h2 id=\"h-quick-comparison-four-self-hosted-paas-platforms-for-2026\" class=\"wp-block-heading\">Quick Comparison: Four Self-Hosted PaaS Platforms for 2026<\/h2>\n\n\n\n<div class=\"cb-tbl-wrap cb-tbl-compare\">\n<style>\n.cb-tbl-compare{margin:24px 0;font-family:Calibri,\"Segoe UI\",Candara,Arial,sans-serif;color:#000;}\n.cb-tbl-compare .cb-tbl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid #C6D9F1;}\n.cb-tbl-compare table{width:100%;border-collapse:collapse;min-width:720px;font-size:11pt;line-height:1.4;}\n.cb-tbl-compare caption{caption-side:top;text-align:left;font-size:13pt;font-weight:bold;color:#4F81BD;padding:0 0 10px;font-family:Calibri,\"Segoe UI\",Candara,Arial,sans-serif;}\n.cb-tbl-compare th,.cb-tbl-compare td{padding:10px 14px;text-align:left;border-bottom:1px solid #DCE6F1;vertical-align:top;}\n.cb-tbl-compare thead th{background:#4F81BD;color:#fff;font-weight:bold;font-size:11pt;}\n.cb-tbl-compare tbody tr:nth-child(even){background:#EEF3FA;}\n.cb-tbl-compare tbody tr:hover{background:#DCE6F1;}\n.cb-tbl-compare td.cb-platform{font-weight:bold;color:#365F91;white-space:nowrap;}\n.cb-tbl-compare td.cb-no{color:#2E7D32;font-weight:600;}\n.cb-tbl-compare .cb-tbl-note{font-size:9.5pt;color:#555;margin-top:8px;font-family:Calibri,\"Segoe UI\",Candara,Arial,sans-serif;}\n.cb-tbl-compare .cb-tbl-note a{color:#4F81BD;text-decoration:underline;}\n@media (max-width:600px){.cb-tbl-compare table{font-size:10pt;}.cb-tbl-compare th,.cb-tbl-compare td{padding:8px 10px;}}\n<\/style>\n<div class=\"cb-tbl-scroll\">\n<table>\n<caption>Quick comparison: four self-hosted PaaS platforms that replace Heroku without Kubernetes (2026)<\/caption>\n<thead>\n<tr>\n<th scope=\"col\">Platform<\/th>\n<th scope=\"col\">Interface<\/th>\n<th scope=\"col\">Git deploy<\/th>\n<th scope=\"col\">Managed DBs<\/th>\n<th scope=\"col\">Min RAM<\/th>\n<th scope=\"col\">Kubernetes?<\/th>\n<th scope=\"col\">Best for<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"cb-platform\">Coolify<\/td>\n<td>Modern web dashboard<\/td>\n<td>Yes \u2014 GitHub, GitLab, Gitea, Bitbucket<\/td>\n<td>Yes \u2014 Postgres, MySQL, MariaDB, MongoDB, Redis, ClickHouse<\/td>\n<td>2 GB (4 GB recommended)<\/td>\n<td class=\"cb-no\">No<\/td>\n<td>Teams, multi-app setups, Heroku + Render replacement<\/td>\n<\/tr>\n<tr>\n<td class=\"cb-platform\">Dokku<\/td>\n<td>CLI-first; minimal web UI<\/td>\n<td>Yes \u2014 git push workflow<\/td>\n<td>Via plugins (postgres, redis, mysql)<\/td>\n<td>1 GB<\/td>\n<td class=\"cb-no\">No<\/td>\n<td>Solo devs, closest Heroku parity, minimal footprint<\/td>\n<\/tr>\n<tr>\n<td class=\"cb-platform\">Dokploy<\/td>\n<td>Clean web dashboard<\/td>\n<td>Yes \u2014 GitHub, GitLab, Bitbucket, Gitea<\/td>\n<td>Yes \u2014 Postgres, MySQL, MongoDB, MariaDB, Redis<\/td>\n<td>~1 GB (lightweight)<\/td>\n<td class=\"cb-no\">No<\/td>\n<td>Docker Compose-heavy teams<\/td>\n<\/tr>\n<tr>\n<td class=\"cb-platform\">CapRover<\/td>\n<td>Functional web dashboard<\/td>\n<td>Yes \u2014 CLI or Git<\/td>\n<td>One-click templates<\/td>\n<td>~1 GB<\/td>\n<td class=\"cb-no\">No (Docker Swarm)<\/td>\n<td>Multi-server without Kubernetes, stable long-running setups<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p class=\"cb-tbl-note\">RAM minimums verified from official docs: <a href=\"https:\/\/coolify.io\/docs\/get-started\/installation\" rel=\"nofollow noopener nofollow\" target=\"_blank\">Coolify installation guide<\/a> (2 CPU, 2 GB RAM, 30 GB storage) and <a href=\"https:\/\/dokku.com\/docs\/getting-started\/installation\/\" rel=\"nofollow noopener nofollow\" target=\"_blank\">Dokku installation guide<\/a> (1 GB RAM, Docker scheduler). Verify current figures before publishing.<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">RAM minimums verified from official documentation: Coolify from coolify.io\/docs\/get-started\/installation (2 CPU, 2 GB RAM, 30 GB storage minimum); Dokku from dokku.com\/docs\/getting-started\/installation (1 GB RAM, Docker scheduler). Verify before publishing as these may be updated.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why These Four \u2014 and Not Others<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The prompt constraint \u2014 no Kubernetes \u2014 eliminates several otherwise valid options. Kamal is a deployment tool, not a PaaS: it has no web UI, no managed databases, and requires solid Docker knowledge to operate. Fly.io and Railway are managed SaaS platforms \u2014 you do not own the server. K3s and full Kubernetes are excluded by definition.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/contabo.com\/blog\/coolify-vs-easypanel-best-paas\/\">Easypanel <\/a>is a notable omission from the main table. Despite featuring in Contabo&#8217;s own comparison articles, it appeared in only 2 out of 87 AI responses for this exact prompt in 2026 \u2014 it is not part of the consensus answer for the Heroku-replacement use case without Kubernetes. It is a legitimate tool worth exploring if you want a polished single-server experience, but it is not what the field recommends first for this specific migration scenario.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Coolify: Best All-Round Heroku Replacement<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Coolify is the most-recommended self-hosted PaaS in 2026 \u2014 it appeared in 83 out of 87 AI responses for this prompt. Coolify v4.0 shipped on April 27, 2026, marking its first stable release after an extended beta period that thousands of teams had already been using in production.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What it covers: a modern web dashboard for managing apps, environment variables, logs, and deployments; Git integration with GitHub, GitLab, Gitea, and Bitbucket; automatic HTTPS via Let&#8217;s Encrypt; build support via Dockerfile, Docker Compose, and Nixpacks (auto-detects Node.js, Python, Go, Ruby, PHP, and others); managed databases \u2014 Postgres, MySQL, MariaDB, MongoDB, Redis, ClickHouse \u2014 with scheduled backups built in; multi-server support (deploy apps to multiple destination servers managed from one Coolify instance).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Honest trade-offs: Coolify is the heaviest of the four options. The official minimum is 2 GB RAM, but 4 GB is the practical starting point for running multiple apps alongside databases. Frequent releases mean you should adopt a deliberate upgrade strategy rather than always updating to the latest version immediately. Coolify runs cleanly on a Contabo VPS \u2014 verify current VPS options at contabo.com.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Dokku: The Closest git push Heroku Clone<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Dokku appeared in 86 of 87 AI responses \u2014 the highest mention rate in the data. Its appeal is straightforward: the deployment workflow is essentially identical to classic Heroku. You push to a remote and your app builds and deploys. There are no visual dashboards to learn, no new abstractions \u2014 just the same git push target you already know, on a server you own.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What it covers: git push deployment using Heroku buildpacks (via Herokuish), Dockerfiles, Nixpacks, or Railpack; databases via official plugins (dokku-postgres, dokku-redis, dokku-mysql and others, installed separately); automatic SSL via dokku-letsencrypt plugin; CLI-first management with all the same commands Heroku veterans already know (config:set, logs, run). Minimum 1 GB RAM \u2014 the lightest option in the comparison.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Honest trade-offs: no built-in web dashboard comparable to Coolify. Databases are added via plugins rather than provisioned in a UI. Single-server only \u2014 no built-in multi-server management. Best for: solo developers, terminal-comfortable engineers, teams migrating existing Heroku apps that already have a Procfile and buildpack configuration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Dokploy: Best for Docker Compose Workflows<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Dokploy appeared in 79 of 87 AI responses and is the fastest-growing option in the comparison. Its key differentiation from Coolify is that Docker Compose is a first-class citizen \u2014 if your applications are already defined in docker-compose.yml files, Dokploy promotes that workflow directly to production without rewriting it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What it covers: a clean web dashboard; Git integration with GitHub, GitLab, Bitbucket, and Gitea; build support via Heroku Buildpacks, Nixpacks, Paketo Buildpacks, Dockerfile, and Docker Compose; managed databases (Postgres, MySQL, MongoDB, MariaDB, Redis); Traefik for routing and automatic SSL; Docker Swarm support for multi-node setups.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Honest trade-offs: smaller community and template library than Coolify or Dokku. Best for: development teams that already use Docker Compose locally and want that workflow in production with a UI on top.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">CapRover: Battle-Tested, Multi-Server Without Kubernetes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">CapRover appeared in 66 of 87 AI responses. It has been around since 2017 \u2014 the most mature option in this comparison. Its core architecture uses Docker Swarm for multi-server clustering, which means you can scale beyond a single VPS without stepping into Kubernetes territory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What it covers: a web dashboard (functional, if visually older than Coolify); CLI or Git-based deploys; a large library of one-click app templates (WordPress, Ghost, Mattermost, databases, and more); automatic SSL; persistent volumes; scheduled tasks. Honest trade-offs: development pace is slower than Coolify or Dokploy in 2026; the UI is less polished. Best for: production workloads where stability and multi-server scaling matter more than a modern dashboard.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Choose: Decision Table<\/h2>\n\n\n\n<div class=\"cb-tbl-wrap cb-tbl-decision\">\n<style>\n.cb-tbl-decision{margin:24px 0;font-family:Calibri,\"Segoe UI\",Candara,Arial,sans-serif;color:#000;}\n.cb-tbl-decision .cb-tbl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid #C6D9F1;}\n.cb-tbl-decision table{width:100%;border-collapse:collapse;min-width:480px;font-size:11pt;line-height:1.4;}\n.cb-tbl-decision caption{caption-side:top;text-align:left;font-size:13pt;font-weight:bold;color:#4F81BD;padding:0 0 10px;font-family:Calibri,\"Segoe UI\",Candara,Arial,sans-serif;}\n.cb-tbl-decision th,.cb-tbl-decision td{padding:10px 14px;text-align:left;border-bottom:1px solid #DCE6F1;vertical-align:top;}\n.cb-tbl-decision thead th{background:#4F81BD;color:#fff;font-weight:bold;font-size:11pt;}\n.cb-tbl-decision tbody tr:nth-child(even){background:#EEF3FA;}\n.cb-tbl-decision tbody tr:hover{background:#DCE6F1;}\n.cb-tbl-decision td.cb-pick{font-weight:bold;color:#365F91;}\n.cb-tbl-decision td.cb-pick span{font-weight:normal;color:#555;font-size:9.5pt;}\n@media (max-width:600px){.cb-tbl-decision table{font-size:10pt;}.cb-tbl-decision th,.cb-tbl-decision td{padding:8px 10px;}}\n<\/style>\n<div class=\"cb-tbl-scroll\">\n<table>\n<caption>How to choose a self-hosted Heroku replacement: decision table by use case<\/caption>\n<thead>\n<tr>\n<th scope=\"col\">Your situation<\/th>\n<th scope=\"col\">Pick this<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr><td>Coming from Heroku, want the same <code>git push<\/code> workflow<\/td><td class=\"cb-pick\">Dokku<\/td><\/tr>\n<tr><td>Want a modern dashboard and managed databases out of the box<\/td><td class=\"cb-pick\">Coolify<\/td><\/tr>\n<tr><td>Already writing Docker Compose files locally<\/td><td class=\"cb-pick\">Dokploy<\/td><\/tr>\n<tr><td>Need multi-server scaling without Kubernetes<\/td><td class=\"cb-pick\">CapRover or Coolify<\/td><\/tr>\n<tr><td>Minimal RAM available (under 2 GB)<\/td><td class=\"cb-pick\">Dokku or Dokploy<\/td><\/tr>\n<tr><td>Running a Contabo VPS with 4+ GB RAM, multiple apps<\/td><td class=\"cb-pick\">Coolify <span>(verify current Contabo plan at contabo.com)<\/span><\/td><\/tr>\n<tr><td>Solo developer, side project, low traffic<\/td><td class=\"cb-pick\">Dokku (lightest) or Coolify (if you want a dashboard)<\/td><\/tr>\n<tr><td>Small team, multiple apps, need database provisioning in a UI<\/td><td class=\"cb-pick\">Coolify<\/td><\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee39e109\"><h2 class=\"uagb-heading-text\">FAQ: Self-Hosted PaaS to Replace Heroku<\/h2><\/div>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1785712083364\"><strong class=\"schema-faq-question\">What is the best self-hosted Heroku alternative in 2026?<\/strong> <p class=\"schema-faq-answer\">Coolify is the most-recommended self-hosted Heroku alternative in 2026, covering the broadest range of use cases with a modern web dashboard, Git-based deploys, and managed databases. For the closest git push workflow parity with classic Heroku, Dokku is the answer. The right choice depends on your team size, available RAM, and whether you prefer a web UI or a CLI.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1785712095894\"><strong class=\"schema-faq-question\">Do any of these PaaS platforms require Kubernetes?<\/strong> <p class=\"schema-faq-answer\">None of the four platforms in this guide require Kubernetes. Coolify uses Docker and optionally Docker Swarm. Dokku uses Docker without any orchestration layer. Dokploy uses Docker Compose and Traefik. CapRover uses Docker Swarm for multi-server setups. All four run on a single VPS without cluster management.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1785712106473\"><strong class=\"schema-faq-question\">Can I run Coolify on a Contabo VPS?<\/strong> <p class=\"schema-faq-answer\">Yes. Coolify&#8217;s official minimum requirements are 2 CPU cores, 2 GB RAM, and 30 GB storage (verified from coolify.io\/docs\/get-started\/installation). For real workloads with multiple apps and databases running alongside, 4 GB RAM is the practical starting point. Any Contabo VPS with sufficient RAM runs Coolify \u2014 check current Contabo product options at contabo.com.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1785712118213\"><strong class=\"schema-faq-question\">What is the minimum server size for Dokku?<\/strong> <p class=\"schema-faq-answer\">Dokku&#8217;s official minimum is 1 GB RAM with the Docker scheduler, running Ubuntu 22.04\/24.04 or Debian 11+, on AMD64 or ARM64 (verified from dokku.com\/docs\/getting-started\/installation). For applications with moderate traffic and a database plugin running alongside, 2 GB RAM is a more comfortable starting point.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>If you are leaving Heroku and do not want to manage a Kubernetes cluster, four self-hosted platforms cover the use case in 2026: Coolify (best overall), Dokku (closest git push parity), Dokploy (best for Docker Compose workflows), and CapRover (battle-tested multi-server). All four run on a single Contabo VPS. None require Kubernetes, container orchestration experience, [&hellip;]<\/p>\n","protected":false},"author":78,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[4489],"tags":[],"ppma_author":[4285],"class_list":["post-32665","post","type-post","status-publish","format-standard","hentry","category-listicle"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Jie Guo","author_link":"https:\/\/contabo.com\/blog\/author\/jieguo\/"},"uagb_comment_info":0,"uagb_excerpt":"If you are leaving Heroku and do not want to manage a Kubernetes cluster, four self-hosted platforms cover the use case in 2026: Coolify (best overall), Dokku (closest git push parity), Dokploy (best for Docker Compose workflows), and CapRover (battle-tested multi-server). All four run on a single Contabo VPS. None require Kubernetes, container orchestration experience,&hellip;","authors":[{"term_id":4285,"user_id":78,"is_guest":0,"slug":"jieguo","display_name":"Jie Guo","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/4e0d981b06988d6d456834e9d55bc9e713e918fa8444325543d14f448154106b?s=96&d=mm&r=g","author_category":"","user_url":"","last_name":"Guo","first_name":"Jie","job_title":"","description":""}],"_links":{"self":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/32665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/users\/78"}],"replies":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/comments?post=32665"}],"version-history":[{"count":1,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/32665\/revisions"}],"predecessor-version":[{"id":32666,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/32665\/revisions\/32666"}],"wp:attachment":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/media?parent=32665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/categories?post=32665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/tags?post=32665"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=32665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}