{"id":629,"date":"2023-08-29T01:00:00","date_gmt":"2023-08-28T23:00:00","guid":{"rendered":"https:\/\/schaal-it.dev\/en\/?p=629"},"modified":"2023-10-20T07:33:18","modified_gmt":"2023-10-20T05:33:18","slug":"script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server","status":"publish","type":"post","link":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/","title":{"rendered":"Script to install Proxmox 7.x &#8211; 8.x on a Dedicated Hetzner Server"},"content":{"rendered":"\n<p>The Proxmox-Version depends on your OS: Proxmox 7.x on Debian Bullsey and Proxmox 8.x on Debian Bookworm.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install Proxmox on your server<\/li>\n\n\n\n<li>Let&#8217;s Encrypt Certificate for the Proxmox-Interface<\/li>\n\n\n\n<li>Option to use Thin-Pool Storage<\/li>\n\n\n\n<li>Read the Server-IPs (Single-IP and Subnet) from the Hetzner-Robot<\/li>\n\n\n\n<li>Write the Network-Config<\/li>\n\n\n\n<li>Option to create private IPs if you use a vSwitch<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"#notes\"><\/a>Notes<\/h2>\n\n\n\n<p>You can put your Robot-Credentials in the file robot.conf.php so the script will not ask your for the Robot-Login.<\/p>\n\n\n\n<p>If you just want to generate the network config (even for a different server), see chapter <strong>Network-Setup<\/strong> at the end of this page<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"#installation\"><\/a>Installation<\/h2>\n\n\n\n<p>Boot your server into the Rescue-Mode, use installimage and choose the minimal Debian Bullseye or Debian Bookworm Version.<\/p>\n\n\n\n<p>Set the <strong>HOSTNAME<\/strong> to a FQDN<\/p>\n\n\n\n<p>If you want to use Thin-Pool, use something like:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>PART lvm pve all\nLV   pve root \/ ext4 10G<\/code><\/pre>\n\n\n\n<p>Reboot the server and run the following commands to download the script:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt -y update\napt -y install php-cli php-curl wget\ncd \/root\nwget https:\/\/download.schaal-it.net\/hetzner-proxmox.tgz\ntar xfz hetzner-proxmox.tgz\ncd proxmox<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"#install-proxmox\"><\/a>Install Proxmox<\/h2>\n\n\n\n<p>To install Proxmox, please read the following notes before running the script.<\/p>\n\n\n\n<p>The directory custom contains several files that are used during the installation.<\/p>\n\n\n\n<p>In the <strong>custom directory<\/strong> you will find:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>etc\/aliases<\/li>\n\n\n\n<li>etc\/cron.d\/trim.example<\/li>\n\n\n\n<li>etc\/sysctl.d\/pve.conf<\/li>\n\n\n\n<li>root\/trim.sh.example<\/li>\n\n\n\n<li>root\/update-lxc.sh.example<\/li>\n\n\n\n<li>ssh (empty)<\/li>\n<\/ul>\n\n\n\n<p>If you want to install your ssh-key, just put your public-key into <strong>ssh\/authorized_keys<\/strong>. The installer will copy this file to <strong>\/root\/.ssh\/authorized_keys<\/strong><\/p>\n\n\n\n<p>The files from etc\/cron.d calls the responding scripts from root. If you want to use them, rename the file in etc\/cron.d and root.<\/p>\n\n\n\n<p>You can also put your own files into the custom-dir and \/ or change the files. For more informations see the file <strong>custom\/README.txt<\/strong>.<\/p>\n\n\n\n<p>To finally install proxmox, just run<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php install-proxmox.php<\/code><\/pre>\n\n\n\n<p><strong>The script shows you the detected OS and the Proxmox-Version, that will be installed:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Detected OS: Debian Bookworm\nInstall Proxmox-Version: 8.x<\/code><\/pre>\n\n\n\n<p><strong>You will be asked the following questions:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Full qualified hostname (FQDN) of the server &#91;server]:<\/code><\/pre>\n\n\n\n<p>Add the full name here (i.e. server.example.com). Otherwise you can not use Let&#8217;s Encrypt.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>IP of the server &#91;100.150.0.100]:<\/code><\/pre>\n\n\n\n<p>Make sure that the recognized ip is also the one from your server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Network Card &#91;enp0s31f6]:<\/code><\/pre>\n\n\n\n<p>Usually, you don&#8217;t have to change the detected value.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Do you want to autoconfigure the network? (y,n) &#91;y]:<\/code><\/pre>\n\n\n\n<p>Choose <strong>y<\/strong> to let the script generate the network-config.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Enter your credentials for the Hetzner-API\nrobot_url &#91;https:\/\/robot-ws.your-server.de]:\nrobot_user &#91;]: \nrobot_password &#91;]:<\/code><\/pre>\n\n\n\n<p>Enter your robot-credentials if you did not already stored them in robot.conf.php.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Enabled Thin-Pool for Proxmox? (y,n) &#91;n]:<\/code><\/pre>\n\n\n\n<p>With <strong>y<\/strong> the installer will generate a Thin-Pool:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Only one LV found - using pve\nUse LV Name for Proxmox Thin-Pool - 'none' to skip &#91;data]:<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>SSH Port &#91;22]:\nSSH PremitRootLogin &#91;yes]:<\/code><\/pre>\n\n\n\n<p>You you should use the defaults for a Cluster-Setup.<code>Use Let's Encrypt for the Interface (y,n) [y]:<\/code><\/p>\n\n\n\n<p>Choose <strong>y<\/strong> if you want a free ssl-cert from Let&#8217;s Encrypt for the Backend.<code><\/code><code><\/code><\/p>\n\n\n\n<p><code>Email to use with Let's Encrypt and in scripts [admin@local]:<\/code><code><\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Start Proxmox Install? (y,n) &#91;y]:<\/code><\/pre>\n\n\n\n<p>Finally run the setup.<\/p>\n\n\n\n<p>If your server is connected to a vSwicth:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>This server is connected to the vswitch with the ID 4868 &#91;4001]\nAdd the vswitch to the network-config? (y,n) &#91;y]:\nUse Private IP &#91;]:\nUse Private IP &#91;]: \nNetmask &#91;24]:<\/code><\/pre>\n\n\n\n<p>Choose a private IP like 10.0.0.1 for this server and set the netmask.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>copy \/etc\/network\/interfaces to \/root\/interfaces.save\nwriting new \/etc\/network\/interfaces\n\nCheck the network-confg and reboot your server\nUpdating \/etc\/aliases\nAdding your authorized_keys<\/code><\/pre>\n\n\n\n<p>Install finished. You can reboot the server now.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"#network-setup\"><\/a>Network-Setup<\/h2>\n\n\n\n<p>You can also use network-manual.php to generate a network-config on an existing server.<\/p>\n\n\n\n<p><em>This will not overwrite your current setup.<\/em><\/p>\n\n\n\n<p>Run<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php network-manual.php<\/code><\/pre>\n\n\n\n<p>and answer the questions. You find the generated config in \/root\/interfaces.generated<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"#contributing\"><\/a>Contributing<\/h2>\n\n\n\n<p>Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.<\/p>\n\n\n\n<p>Please make sure to update tests as appropriate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"#bugtracker\"><\/a>Bugtracker<\/h2>\n\n\n\n<p>Visit our <a href=\"https:\/\/git.schaal-it.com\/hetzner\/proxmox\/issues\">issue tracker<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Proxmox-Version depends on your OS: Proxmox 7.x on Debian Bullsey and Proxmox 8.x on Debian Bookworm. Notes You can put your Robot-Credentials in the&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-629","post","type-post","status-publish","format-standard","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.9 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Script to install Proxmox 7.x - 8.x on a Dedicated Hetzner Server<\/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:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Script to install Proxmox 7.x - 8.x on a Dedicated Hetzner Server\" \/>\n<meta property=\"og:description\" content=\"The Proxmox-Version depends on your OS: Proxmox 7.x on Debian Bullsey and Proxmox 8.x on Debian Bookworm. Notes You can put your Robot-Credentials in the&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/\" \/>\n<meta property=\"og:site_name\" content=\"schaal @it UG\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-28T23:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-20T05:33:18+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#\\\/schema\\\/person\\\/97112bea38186367c303945fe91f1101\"},\"headline\":\"Script to install Proxmox 7.x &#8211; 8.x on a Dedicated Hetzner Server\",\"datePublished\":\"2023-08-28T23:00:00+00:00\",\"dateModified\":\"2023-10-20T05:33:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/\"},\"wordCount\":516,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#organization\"},\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/\",\"name\":\"Script to install Proxmox 7.x - 8.x on a Dedicated Hetzner Server\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#website\"},\"datePublished\":\"2023-08-28T23:00:00+00:00\",\"dateModified\":\"2023-10-20T05:33:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Script to install Proxmox 7.x &#8211; 8.x on a Dedicated Hetzner Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/\",\"name\":\"schaal @it UG\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#organization\",\"name\":\"schaal@it UG\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/10\\\/cropped-schaal_it_logo2_2_-_250px.png\",\"contentUrl\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/10\\\/cropped-schaal_it_logo2_2_-_250px.png\",\"width\":250,\"height\":42,\"caption\":\"schaal@it UG\"},\"image\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#\\\/schema\\\/person\\\/97112bea38186367c303945fe91f1101\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/schaal-it.dev\"],\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Script to install Proxmox 7.x - 8.x on a Dedicated Hetzner Server","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:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/","og_locale":"en_US","og_type":"article","og_title":"Script to install Proxmox 7.x - 8.x on a Dedicated Hetzner Server","og_description":"The Proxmox-Version depends on your OS: Proxmox 7.x on Debian Bullsey and Proxmox 8.x on Debian Bookworm. Notes You can put your Robot-Credentials in the&hellip;","og_url":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/","og_site_name":"schaal @it UG","article_published_time":"2023-08-28T23:00:00+00:00","article_modified_time":"2023-10-20T05:33:18+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/#article","isPartOf":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/"},"author":{"name":"admin","@id":"https:\/\/schaal-it.dev\/en\/#\/schema\/person\/97112bea38186367c303945fe91f1101"},"headline":"Script to install Proxmox 7.x &#8211; 8.x on a Dedicated Hetzner Server","datePublished":"2023-08-28T23:00:00+00:00","dateModified":"2023-10-20T05:33:18+00:00","mainEntityOfPage":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/"},"wordCount":516,"commentCount":0,"publisher":{"@id":"https:\/\/schaal-it.dev\/en\/#organization"},"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/","url":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/","name":"Script to install Proxmox 7.x - 8.x on a Dedicated Hetzner Server","isPartOf":{"@id":"https:\/\/schaal-it.dev\/en\/#website"},"datePublished":"2023-08-28T23:00:00+00:00","dateModified":"2023-10-20T05:33:18+00:00","breadcrumb":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/schaal-it.dev\/en\/blog\/script-to-install-proxmox-7-x-8-x-on-a-dedicated-hetzner-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/schaal-it.dev\/en\/"},{"@type":"ListItem","position":2,"name":"Script to install Proxmox 7.x &#8211; 8.x on a Dedicated Hetzner Server"}]},{"@type":"WebSite","@id":"https:\/\/schaal-it.dev\/en\/#website","url":"https:\/\/schaal-it.dev\/en\/","name":"schaal @it UG","description":"","publisher":{"@id":"https:\/\/schaal-it.dev\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/schaal-it.dev\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/schaal-it.dev\/en\/#organization","name":"schaal@it UG","url":"https:\/\/schaal-it.dev\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/schaal-it.dev\/en\/#\/schema\/logo\/image\/","url":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/cropped-schaal_it_logo2_2_-_250px.png","contentUrl":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/cropped-schaal_it_logo2_2_-_250px.png","width":250,"height":42,"caption":"schaal@it UG"},"image":{"@id":"https:\/\/schaal-it.dev\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/schaal-it.dev\/en\/#\/schema\/person\/97112bea38186367c303945fe91f1101","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/schaal-it.dev"],"url":"https:\/\/schaal-it.dev\/en\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/posts\/629","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/comments?post=629"}],"version-history":[{"count":1,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/posts\/629\/revisions"}],"predecessor-version":[{"id":630,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/posts\/629\/revisions\/630"}],"wp:attachment":[{"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/media?parent=629"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/categories?post=629"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/tags?post=629"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}