devops100
[DNS] Cloudflare .. too many redirects !!
After creating a DNS domain (+ Records) in Cloudflare you can have issues getting to your websites because the SSL/TLS settings are not correct In most cases it can be solved by choosing ‘Full (strict) encryption’ in the SSL/TLS menu ! LINK
[Docker] Poste.io – Mailserver as Docker Container
SMTP + IMAP + POP3 + Antispam + AntivirusWeb administration + Web email…on your server in ~5 minutes Link
[AWS] no valid credential sources for Terraform AWS Provider found
Change the provider block with hard-coded path to the credentials file After this the error should not occur anymore ! Link
[Hetzner] Create Dockerhost with Terraform
There is a Terraform module to deploy a single Docker host (in swarm mode) on Hetzner Cloud. A separate Hetzner Cloud volume is also created, attached and configured as the Docker root directory. See the variables file for the available configuration settings. The resources/services/activations/deletions that this module will create/trigger are: Create a server and cloud … Read more
[Azure] Azure Cloudshell cheat sheet
AIX Azure Cloudshell cheat sheet Azure Cheatsheet ( https://lzone.de/cheat-sheet/Azure) List VMs + Public Ips and access with ssh (after that az login and aks get-credentials) Goto Azure Cloudshell and get ip of the box. 0. Set default subscription if not correct (check with ‘az account list’ to see where “isDefault”: true,) azureuser@jumpboxvm:~$ az account set –subscription … Read more