{"id":26888,"date":"2019-12-15T20:12:25","date_gmt":"2019-12-15T20:12:25","guid":{"rendered":"https:\/\/home.apeconsulting.co.uk\/adrian\/?p=26888"},"modified":"2019-12-15T22:29:00","modified_gmt":"2019-12-15T22:29:00","slug":"freenas0-virtualisation","status":"publish","type":"post","link":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/","title":{"rendered":"FreeNAS0 &#8211; Virtualise"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"582\" height=\"464\" src=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver.jpg\" alt=\"Ubuntu 18.04 Bionic Beaver\" class=\"wp-image-26899\" srcset=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver.jpg 582w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver-480x383.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 582px, 100vw\" \/><\/figure>\n\n\n\n<p>Although I might still try and get my old crashplan VM running on FreeNAS0, I always had it in my mind that I&#8217;d virtualise main use cases &#8211; ONLYOFFICE Document Service, Crashplan and Docker &#8211; on Ubuntu 18.04 on FreeNAS0.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h4 class=\"wp-block-heading\">Creating the Virtual Machine(s)<\/h4>\n\n\n\n<p>Creating the VM in FreeNAS is pretty straight forward from the WUI, and then going through the standard Ubuntu installation process.  Nothing fancy, just a server install with pretty much the default options plus SSH.  You can then VNC into the server from the FreeNAS WUI.<\/p>\n\n\n\n<p>My first task was to set a root password, as it just makes it easier to install everything.  Otherwise, I just forget to type <code>sudo<\/code> on every line!  That&#8217;s as simple as <code>sudo passwd root<\/code> and then entering a UNIX password. Test it with <code>su root<\/code> and the password. I&#8217;m going to set it so that I can SSH using root with the following:<\/p>\n\n\n\n<p><code>sudo sed -i 's\/#PermitRootLogin prohibit-password\/PermitRootLogin yes\/' \/etc\/ssh\/sshd_config<br>sudo service ssh restart<\/code><\/p>\n\n\n\n<p>I&#8217;m also going to be connecting to several NFS shares so need to install the NFS package <code>apt install nfs-common<\/code> and then add mount points into <code>nano \/etc\/fstab<\/code> which look something like this:<\/p>\n\n\n\n<p><code>192.168.n.n:\/mnt\/APEpool0\/temp \/mnt\/temp nfs nfsvers=3<\/code><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">ONLYOFFICE<\/h4>\n\n\n\n<p>I blogged about getting ONLYOFFICE up and running in a VM <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/onlyoffice\/\">here<\/a> (I knew this blog would start to come in handy!) and the main thing you need to install ONLYOFFICE in a VM is <a href=\"https:\/\/helpcenter.onlyoffice.com\/server\/linux\/document\/linux-installation.aspx\">here<\/a>.<\/p>\n\n\n\n<p>It still works pretty well, and is mainly just a case of copying and pasting the lines into a terminal SSH session.  Don&#8217;t try and be clever by changing the username or password, as it won&#8217;t work!  It does warn you, but sometimes it&#8217;s easy to skip past the instructions and get carried away copy &amp; pasting!!  It also didn&#8217;t like installing <code>npm<\/code> but this can be updated later.<\/p>\n\n\n\n<p>Once it was up and running, I updated the nodejs which includes npm<\/p>\n\n\n\n<p><code>curl -sL https:\/\/deb.nodesource.com\/setup_9.x | sudo bash -<\/code><br><br><code>sudo apt-get install -y nodejs<\/code><br><br><code>sudo apt-get install onlyoffice-documentserver<\/code><\/p>\n\n\n\n<p>After that, you can also rebuild the spellchecker as described, but if you get a permission issue with npm, you might need to read <a href=\"https:\/\/github.com\/ONLYOFFICE\/DocumentServer\/issues\/478\">this<\/a>.<\/p>\n\n\n\n<p>Because I&#8217;m using this with an SSL secured Nextcloud, I also need to switch this to HTTPS, as described <a href=\"https:\/\/helpcenter.onlyoffice.com\/server\/linux\/document\/switch-to-https.aspx\">here<\/a>.  All my certificates are managed in a jail, so I&#8217;ve mounted that into this VM and then configured the .conf file restarting NGINX.   I think I&#8217;m going to leave that running in its own VM for now, and have different VMs for different things, rather than 1 doing everything.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">CrashPlan<\/h4>\n\n\n\n<p>I found <a href=\"https:\/\/linuxconfig.org\/install-gui-on-ubuntu-server-18-04-bionic-beaver\">this<\/a> which describes installing a light-weight desktop on Ubuntu server, as sometimes it&#8217;s just easier to see what&#8217;s happening. It&#8217;s certainly much easier to install and configure CrashPlan with it.<\/p>\n\n\n\n<p>I ended up going for the Lubuntu Core Server Desktop, and installation was as simple as the guide.  It is very light, so much so it doesn&#8217;t even install a web browser!<\/p>\n\n\n\n<p>I copied across all of the mounts from <code>\/etc\/fstab<\/code> on FreeNAS1, and configured them for the shares on FreeNAS0.  All good apart from my poor typing skills which stopped a couple from starting to begin with!<\/p>\n\n\n\n<p>Installing CrashPlan and configuring it is pretty simple, but the terminology they use is pretty confusing!  <a href=\"https:\/\/support.code42.com\/Administrator\/Small_Business\/Get_started_with_CrashPlan_for_Small_Business\/Download_and_install_CrashPlan_for_Small_Business\">This<\/a> explains how to log into the CrashPlan service and then <a href=\"https:\/\/support.code42.com\/CrashPlan\/6\/Configuring\/Replace_your_device\">this<\/a> explains how to replace a device, although these are the steps I took:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code>apt install firefox<\/code><\/li><li>Logged into <a href=\"https:\/\/www.crashplanpro.com\/app\/#\/console\/\">CrashPlan<\/a> and downloaded latest Linux version<\/li><li>Uncompressed with <code>tar -zxvf &lt;downloaded_file_name&gt;<\/code><\/li><li><code>cd .\/crashplan-install<\/code><\/li><li><code>.\/install.sh<\/code><\/li><li>Installed with default options<\/li><li>Started CrashPlan App<\/li><li>Select Replace Device<\/li><li>Select the old Device (in my case crashplan.bhyve)<\/li><li>Skip file transfer (all the mounts have these files, and they don&#8217;t need downloading)<\/li><li>Transfer configuration and restart the App<\/li><li>When it starts back up, it should begin a synchronisation<\/li><\/ul>\n\n\n\n<p>And that&#8217;s pretty much it.  I&#8217;ll check some things once that&#8217;s all done, as there may be a few differences around the LimeSurvey\/survey jails, but generally, everything should be pretty much as it was.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Docker<\/h4>\n\n\n\n<p>I thought I&#8217;d check out the Docker option built into the FreeNAS VM setup, but I&#8217;ve played with RancherOS before and it just confused me.  Even after some time playing around with Docker and Portainer, it still makes little sense, so it&#8217;s another ubuntu VM with docker and Portainer configured.  <\/p>\n\n\n\n<p>I found the Docker install guide <a href=\"https:\/\/docs.docker.com\/v17.09\/engine\/installation\/linux\/docker-ce\/ubuntu\/#install-docker-ce\">here<\/a> and then <a href=\"https:\/\/www.portainer.io\/installation\/\">here <\/a>for Portainer which gets the basics up and running.  Getting my docker containers running is for another blog, although again I managed to get this done and written today <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-ubuntu-18-04-docker-portainer\/\">here<\/a>!<\/p>\n\n\n\n<p>The only gotcha here was that the Portainer container didn&#8217;t automatically start, which maybe I should have included in the build instruction:<\/p>\n\n\n\n<p><code>docker run -d -p 8000:8000 -p 9000:9000 -v \/var\/run\/docker.sock:\/var\/run\/docker.sock -v \/mnt\/docker\/portainer:\/data portainer\/portainer<\/code><\/p>\n\n\n\n<p><code>docker update --restart=always 0576df221c0b<\/code> (where the last bit is the container ID once it&#8217;s running) fixed that.<\/p>\n\n\n\n<p>So, where does that leave me?<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>win2k16 &#8211; a Windows 2016 Server for running CPAS (MS SQL and Glassfish) &#8211; only fired up when needed<\/li><li>onlyoffice &#8211; a Ubuntu 18.4 Server running ONLYOFFICE Document Server 24&#215;7<\/li><li>crashplan &#8211; another Ubuntu 18.4 Server running a Lubuntu Server Desktop and CrashPlan 24&#215;7<\/li><li>rancher &#8211; a RancherOS VM which I might come back to try and understand at some point, but for now switched off<\/li><li>portainer &#8211; another Ubuntu 18.4 Server VM running Docker and Portainer 24&#215;7 (see blog about containers here)<\/li><li>fn113 &#8211; a FreeNAS 11.3-RC1 VM for testing the latest test releases which I fire up as required<\/li><\/ul>\n\n\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"858\" src=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/freenas0-vms-1024x858.png\" alt=\"Virtual Machine Summary\n\" class=\"wp-image-26927\" srcset=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/freenas0-vms-980x821.png 980w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/freenas0-vms-480x402.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Although I might still try and get my old crashplan VM running on FreeNAS0, I always had it in my mind that I&#8217;d virtualise main use cases &#8211; ONLYOFFICE Document Service, Crashplan and Docker &#8211; on Ubuntu 18.04 on FreeNAS0.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[19,2,9],"tags":[21],"class_list":["post-26888","post","type-post","status-publish","format-standard","hentry","category-freenas","category-it","category-server","tag-spellchecked"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FreeNAS0 - Virtualise - Adrian&#039;s Blog<\/title>\n<meta name=\"description\" content=\"I always had it in my mind that I&#039;d virtualise main use cases - ONLYOFFICE Document Service, Crashplan and Docker - on Ubuntu 18.04 on FreeNAS0.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FreeNAS0 - Virtualise - Adrian&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"I always had it in my mind that I&#039;d virtualise main use cases - ONLYOFFICE Document Service, Crashplan and Docker - on Ubuntu 18.04 on FreeNAS0.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/\" \/>\n<meta property=\"og:site_name\" content=\"Adrian&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-15T20:12:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-12-15T22:29:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver.jpg\" \/>\n<meta name=\"author\" content=\"Adrian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adrian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/\"},\"author\":{\"name\":\"Adrian\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"headline\":\"FreeNAS0 &#8211; Virtualise\",\"datePublished\":\"2019-12-15T20:12:25+00:00\",\"dateModified\":\"2019-12-15T22:29:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/\"},\"wordCount\":879,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/12\\\/Ubuntu-18.04-Bionic-Beaver.jpg\",\"keywords\":[\"Checked\"],\"articleSection\":[\"FreeNAS\",\"IT\",\"Server\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/\",\"name\":\"FreeNAS0 - Virtualise - Adrian&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/12\\\/Ubuntu-18.04-Bionic-Beaver.jpg\",\"datePublished\":\"2019-12-15T20:12:25+00:00\",\"dateModified\":\"2019-12-15T22:29:00+00:00\",\"description\":\"I always had it in my mind that I'd virtualise main use cases - ONLYOFFICE Document Service, Crashplan and Docker - on Ubuntu 18.04 on FreeNAS0.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/12\\\/Ubuntu-18.04-Bionic-Beaver.jpg\",\"contentUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/12\\\/Ubuntu-18.04-Bionic-Beaver.jpg\",\"width\":582,\"height\":464},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas0-virtualisation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FreeNAS0 &#8211; Virtualise\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\",\"name\":\"Adrian&#039;s Blog\",\"description\":\"Ramblings of an IT Geek\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\",\"name\":\"Adrian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"caption\":\"Adrian\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FreeNAS0 - Virtualise - Adrian&#039;s Blog","description":"I always had it in my mind that I'd virtualise main use cases - ONLYOFFICE Document Service, Crashplan and Docker - on Ubuntu 18.04 on FreeNAS0.","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:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/","og_locale":"en_GB","og_type":"article","og_title":"FreeNAS0 - Virtualise - Adrian&#039;s Blog","og_description":"I always had it in my mind that I'd virtualise main use cases - ONLYOFFICE Document Service, Crashplan and Docker - on Ubuntu 18.04 on FreeNAS0.","og_url":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/","og_site_name":"Adrian&#039;s Blog","article_published_time":"2019-12-15T20:12:25+00:00","article_modified_time":"2019-12-15T22:29:00+00:00","og_image":[{"url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver.jpg","type":"","width":"","height":""}],"author":"Adrian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adrian","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/#article","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/"},"author":{"name":"Adrian","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"headline":"FreeNAS0 &#8211; Virtualise","datePublished":"2019-12-15T20:12:25+00:00","dateModified":"2019-12-15T22:29:00+00:00","mainEntityOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/"},"wordCount":879,"commentCount":4,"publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver.jpg","keywords":["Checked"],"articleSection":["FreeNAS","IT","Server"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/","name":"FreeNAS0 - Virtualise - Adrian&#039;s Blog","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website"},"primaryImageOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/#primaryimage"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver.jpg","datePublished":"2019-12-15T20:12:25+00:00","dateModified":"2019-12-15T22:29:00+00:00","description":"I always had it in my mind that I'd virtualise main use cases - ONLYOFFICE Document Service, Crashplan and Docker - on Ubuntu 18.04 on FreeNAS0.","breadcrumb":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/#primaryimage","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver.jpg","contentUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2019\/12\/Ubuntu-18.04-Bionic-Beaver.jpg","width":582,"height":464},{"@type":"BreadcrumbList","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas0-virtualisation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.apeconsulting.co.uk\/adrian\/"},{"@type":"ListItem","position":2,"name":"FreeNAS0 &#8211; Virtualise"}]},{"@type":"WebSite","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/","name":"Adrian&#039;s Blog","description":"Ramblings of an IT Geek","publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.apeconsulting.co.uk\/adrian\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a","name":"Adrian","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","caption":"Adrian"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p90DI4-6ZG","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/26888","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/comments?post=26888"}],"version-history":[{"count":21,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/26888\/revisions"}],"predecessor-version":[{"id":26930,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/26888\/revisions\/26930"}],"wp:attachment":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/media?parent=26888"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/categories?post=26888"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/tags?post=26888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}