<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Jours Pluvieux, Datalakes heureux]]></title><description><![CDATA[Jours Pluvieux, Datalakes heureux]]></description><link>https://alexandre.tostivint.bzh</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 09:59:48 GMT</lastBuildDate><atom:link href="https://alexandre.tostivint.bzh/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[No HAOS? No Problem]]></title><description><![CDATA[When you look into setting up your Home Assistant, you quickly find out that you either need to run the software as a systemd service, inside a container or directly using their VM solution called HAOS. Usually people who doesn’t own hypervisors woul...]]></description><link>https://alexandre.tostivint.bzh/no-haos-no-problem</link><guid isPermaLink="true">https://alexandre.tostivint.bzh/no-haos-no-problem</guid><category><![CDATA[homeassistant]]></category><category><![CDATA[ArchLinux]]></category><category><![CDATA[Docker]]></category><category><![CDATA[SelfHosting]]></category><dc:creator><![CDATA[Alexandre Tostivint]]></dc:creator><pubDate>Thu, 28 Aug 2025 11:25:56 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1756379557610/f9c72e47-1a84-4b12-9e37-331a582d1c86.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>When you look into setting up your Home Assistant, you quickly find out that you either need to run the software as a systemd service, inside a container or directly using their VM solution called HAOS. Usually people who doesn’t own hypervisors would look to the first and second solution, but then end up find out that a lot of cool features are more complicated to set up than if you went with the HAOS distribution. But then you need to have a VM, and indirectly some hypervisor, which might be a rebuttal for some people (not a lot but still).</p>
<p>I don't think a lot of people know, but you can have the advantages of Home Assistant OS inside your homelab server you use for other things without having to run it with HomeAssistantOS under an VM. All you need is to install the <code>homeassistant-supervised</code> daemon into the system you want to use, like here in ArchLinux/Manjaro :</p>
<pre><code class="lang-plaintext"> yay -Sa  homeassistant-supervised
</code></pre>
<p><code>homeassistant-supervised</code> orchestrate the Home Assistant container using docker, which you also need to install (I was using Podman for my deployment), but then you get the same advantages as the HAOS operating system, the complementary modules feature, easy update of the software, backups, etc…</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1756378780788/798f46eb-f36a-44f1-9f19-6d1c48f82532.png" alt class="image--center mx-auto" /></p>
<p>And if you were like me, and you would like to transfer your past configuration and settings into the supervised version of home assistant, as for Archlinux, you just need to move the <code>.haconfig</code> folder to <code>/usr/shar/hassio/homeassistant/</code></p>
<pre><code class="lang-plaintext">sudo rsync -avh --delete /&lt;location_of_your&gt;/.haconfig/ /usr/share/hassio/homeassistant/
</code></pre>
<p>To note, since I’ve migrated a year now, I have been running without issues, but your mileage can vary based on the environment you are installing to : Apart warnings related to a <code>cgroup</code> version incompatibility and unsupported distro, the supervisor deploys the networking and control the docker service in a manner that could interact weirdly with the other software on your home lab instance. So be ready to break some stuff during your first deployment (I know that won’t stop anybody :D)</p>
]]></content:encoded></item><item><title><![CDATA[Bonjour !]]></title><description><![CDATA[Hello and welcome to my blog !
My name is Alexandre Tostivint, a Cloud Architect with 7 years of experience, or 10 years in IT. On my day-to-day job, I bridge business strategy and technical delivery to turn client’s ideas into cool, future-proofed a...]]></description><link>https://alexandre.tostivint.bzh/bonjour</link><guid isPermaLink="true">https://alexandre.tostivint.bzh/bonjour</guid><category><![CDATA[#first-article]]></category><dc:creator><![CDATA[Alexandre Tostivint]]></dc:creator><pubDate>Wed, 06 Aug 2025 10:58:48 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1754478022647/55e7b36c-7feb-4ac8-9f96-0ecbf1a95576.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hello and welcome to my blog !</p>
<p>My name is Alexandre Tostivint, a Cloud Architect with 7 years of experience, or 10 years in IT. On my day-to-day job, I bridge business strategy and technical delivery to turn client’s ideas into cool, future-proofed and cost-effective solutions.</p>
<p>You might have seen this blog empty (or not) for about a year, at minimum. While I got busy and couldn’t get past the blank page, I think right now is a good opportunity to restart this initiative and use this medium to show you interesting stuff I do or to talk about subjects that matter to me !</p>
<p>No cadence to expect here, i will try to push content as I am creating them. Expect me to talk about AWS, Azure, DevOps, Cloud Technologies in general, but also about self-hosting, system administration or more generalist topics : If i feel this might be a good thing to share in a blog post, this will end up there 🤠 !</p>
<p>Anyway, let’s get in for a ride ! Thank you for taking the time to stop by 😊</p>
]]></content:encoded></item></channel></rss>