blog.q21.inHow to Self-Host GitLab for Free on Windows Using WSL- (Localhost)I tried creating my own AWS account to host GitLab, but it didn't work out ๐ . The free tier VM, t2.micro, couldn't support the full GitLab ๐, and the VM kept crashing ๐ฅ, so I hosted my own GitLab instead ๐. You can also host your own GitLab with ...Oct 12, 2025ยท4 min read
blog.q21.inHosting Static website using AWS S3 and CloudFrontPrerequisites AWS account index.html file (You can any use example file on web) Two parts of hosting Static website using S3 only Host website using both S3 and Cloudfront (CDN) Static website hosting using just S3 Login to ASW Console and s...Apr 16, 2024ยท2 min read
blog.q21.inStatic Webpage deployment using Git-Jenkins-Docker-NginxInstall Jenkins using the below commands for Ubuntu 22.04 apt-get update apt install openjdk-11-jre curl -fsSL https://pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \ /usr/share/keyrings/jenkins-keyring.asc > /dev/null echo deb ...Dec 13, 2023ยท2 min read