Thumbnail for New Project

NEW PROJECT

I love doing doing Crossfit, and before Covid19 hit, I was pretty active in my local Box.

Crossfit boxes are split into 2 segments. The official affiliates, which is a part of the company Crossfit.com, and all the others, which offer functional training.

For a new person, that wants to get into shape, and do some functinal training, then it’s probably hard to see the difference. But the first step, is to find a box, that offers training, and this is where my litte project comes ind.

Thumbnail for Integrate Azure Devops With Vmware Codestream

INTEGRATE AZURE DEVOPS WITH VMWARE CODESTREAM

For a customer case, I had to show integration between Azure Devops, and VMware CodeStream.

Since the Git endpoint in Code Stream, does not work with Azure DevOps Git repository, I had to find another way of doing the integration.

The solution was quite simple. Trigger the pipeline, using a pipeline run by Azure Devops.

Thumbnail for Keeping .env files in sync using Bitwarden

KEEPING .ENV FILES IN SYNC USING BITWARDEN

Update : After posting this, I was told that Grand Orchard, had already written a similar post, around how to do the same, using 1Password.

So if you are a 1Password user, then take a look at his blog


I use multiple computers, and sometimes it can be hard, to keep everything in sync. Working documents are easy, but my .env files, has proven to be harder.

Thumbnail for When Testing Got Easy - a story about SMTP and Docker

WHEN TESTING GOT EASY - A STORY ABOUT SMTP AND DOCKER

Intro

Sometimes it’s the simple tings, that are the hardest. For a small projekt, i’m working on, I have to test sending a lot of emails. A simple thing, but in my case, I don’t have a local SMTP server.

I could set one up, but then, I have to configure users, maybe MX records, and other stuff. I have used AWS simple email service in the past, and that was high on my list, but I would really like to keep things local, and not having to configure a lot of stuff.

Thumbnail for Installing Harbor Container Registry Behind Traefik Reverse Proxy With Let's Encrypt Certificate

INSTALLING HARBOR CONTAINER REGISTRY BEHIND TRAEFIK REVERSE PROXY WITH LET'S ENCRYPT CERTIFICATE

Ever since Docker enforced their rate limit, I have been looking at using some other registry, to put my containers, but also to use as a proxy, so I hit the Docker api a blit less.

Everywhere I look, Harbor is mentioned, so that is the one, that I have been looking at.

Thumbnail for Easy Updating CI/CD Tools

EASY UPDATING CI/CD TOOLS

Update 09/06/2021 : Docker has changed their licenses, so that AutoBuild, in no longer part of the free license., due to it being exploided by Bitcoin miners. A shame, but something i fully understand. Update 23/03/2021 : I have changed my container image, to be build using Gitlab, and pushed to my private Harbor registry, due to speed, and amount of pulls. It’s public avaliable, so if you want to use it, pull it using

Thumbnail for Remote Access to Demolab using Apache Guacamole

REMOTE ACCESS TO DEMOLAB USING APACHE GUACAMOLE

My demolab, is not hostet at home, but remote. So i’m always dependend, on some kind of remote access. At home, I use a IPSEC Site2Site VPN, between my PFsense, and the Edgerouter lite, I have in my Demo enviroment.

Remote I use Tailscale for client VPN, as I have described, in an earlier post.

Thumbnail for Tailscale on Ubitique Edgerouter

TAILSCALE ON UBITIQUE EDGEROUTER

Update

06.08.2021 : Updated blog to version 1.12.3 - Tested and working. 30.01.2021 : Updated blog to version 1.4.1 - Tested and working.

Tailscale is what I have been using, to get access to my demo enviroment, and allow clients to communicate with each other, across networks etc. But I have really missed, having it installed on my firewall, to make it act as a more traditional vpn. The firewall i’m using is an Ubitique Edgerouter lite.

Thumbnail for Secure Deployments With Docker, Traefik and Let's Encrypt

SECURE DEPLOYMENTS WITH DOCKER, TRAEFIK AND LET'S ENCRYPT

During the christmas holliday, I had some time, to look into Traefik reverse proxy.

The reason for me to use Traefik, is due to the automation, it delivers. It can automaticly detect deployments, and present them, and for my demo projects, that is exactly what I need.

Optimal, I would deploy everything to a K8S cluster, but i’m having some problems getting it working with Traefik. So for now, it’s just running on a single docker host. So K8S must be for a later blog post, when I get it working :-)

Thumbnail for Custom DNS Resolver for Homelabs

CUSTOM DNS RESOLVER FOR HOMELABS

Using custom dns servers, depending on enviroment, or resolving multiple internal domains, can be a real pain.

You can setup host files, but it’s a pain to manage. You can also setup your own DNS server, but if you are using company VPN etc, then it’s not always the right DNS server, that is being used.