<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web on Kostavro.eu</title><link>https://www.kostavro.eu/tags/web/</link><description>Recent content in Web on Kostavro.eu</description><generator>Hugo</generator><language>en-us</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 26 May 2021 10:33:55 +0300</lastBuildDate><atom:link href="https://www.kostavro.eu/tags/web/index.xml" rel="self" type="application/rss+xml"/><item><title>AWS ECR Scan-on-Push Slack Notification</title><link>https://www.kostavro.eu/posts/2021-05-26-ecr-scan-on-push-slack-notification/</link><pubDate>Wed, 26 May 2021 10:33:55 +0300</pubDate><guid>https://www.kostavro.eu/posts/2021-05-26-ecr-scan-on-push-slack-notification/</guid><description>&lt;p&gt;AWS ECR has a very nice integration with the open-source &lt;a href="https://github.com/quay/clair"&gt;Clair&lt;/a&gt; project, which contains known vulnerabilities for container images.&lt;/p&gt;
&lt;p&gt;They call this &amp;ldquo;image scanning&amp;rdquo;. You may trigger an image scan manually, or you can set &amp;ldquo;scan on push&amp;rdquo; on your ECR repository, so then every image uploaded to it will be automatically scanned.&lt;/p&gt;
&lt;p&gt;The scan findings can then be retrieved either via the console or via the API, and are sorted according to their severity.&lt;/p&gt;</description></item><item><title>Hugo Strava Icon</title><link>https://www.kostavro.eu/posts/2021-04-28-hugo-strava-icon/</link><pubDate>Wed, 28 Apr 2021 23:15:43 +0300</pubDate><guid>https://www.kostavro.eu/posts/2021-04-28-hugo-strava-icon/</guid><description>&lt;p&gt;Hugo mentions on &lt;a href="https://github.com/Track3/hermit#social-icons"&gt;its Github repository&lt;/a&gt; how to add custom social icons.&lt;/p&gt;
&lt;p&gt;So, all you really need to do is to first download a Strava svg ( for my use case :D ) - I got one from &lt;a href="https://simpleicons.org/"&gt;simpleicons.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Then, open the downloaded .svg ith a text editor and copy the line inside it.&lt;/p&gt;
&lt;p&gt;As the Hugo page mentions, paste that into your website&amp;rsquo;s svg.html file, transforming it as you like. Notice how your theme of choice handles the existing .svg icons and do the same.&lt;/p&gt;</description></item><item><title>Metabase Timeouts</title><link>https://www.kostavro.eu/posts/2021-01-30-metabase-timeouts/</link><pubDate>Sat, 30 Jan 2021 20:14:43 +0200</pubDate><guid>https://www.kostavro.eu/posts/2021-01-30-metabase-timeouts/</guid><description>&lt;p&gt;Metabase &lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt; provides a nice way to retrive business intelligence data from your databases, quickly and beautifully.&lt;/p&gt;
&lt;p&gt;Expectedly, most users fall down the hole of executing heavier and heavier queries, and crash against the wall that is this message: &amp;ldquo;Your question took too long&amp;rdquo;. Timeouts.&lt;/p&gt;
&lt;p&gt;Most advanced users will quickly realize that their proxy will need some special timeout header, or a value increment of it. However, there is another parameter hiding out there, that I happened to find recently, and relates to Jetty&lt;sup id="fnref:2"&gt;&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref"&gt;2&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description></item><item><title>Hugo Custom Header - GNU Terry Pratchett</title><link>https://www.kostavro.eu/posts/2020-06-02-hugoheaders/</link><pubDate>Tue, 02 Jun 2020 19:04:48 +0300</pubDate><guid>https://www.kostavro.eu/posts/2020-06-02-hugoheaders/</guid><description>&lt;p&gt;So, I recently migrated this site from Wordpress to Hugo. (Also I moved it from AWS to Netlify and I suggest you check out Netlify too if you have not done so already.)&lt;/p&gt;
&lt;p&gt;But, I wanted to keep using the &lt;a href="http://www.gnuterrypratchett.com/"&gt;GNU Terry Pratchett&lt;/a&gt; headers and plugin, since Sir Terry remains my favourite writer and his books have given me too many new feelings, thoughts and ideas.&lt;/p&gt;
&lt;p&gt;However, I could not find a mention on the plugin page on how to deploy the custom headers to Hugo, so I did it myself and I am going to leave it here in case someone else wants to use it, or generally add custom headers.&lt;/p&gt;</description></item></channel></rss>