Prerequis - Firewalld activated, important otherwise the routing to the app is not working - Podman, jq installed Import image podman pull docker.io/gitea/gitea:1-rootless podman save docker.io/gitea/gitea:1-rootless -o gitea-rootless.tar podman load < gitea-rootless.tar Install cat...

Get tag_name from latest export RKE_VERSION=$(curl -s https://update.rke2.io/v1-release/channels | jq -r '.data[] | select(.id=="stable") | .latest' | awk -F"+" '{print $1}'| sed 's/v//') export CERT_VERSION=$(curl -s https://api.github.com/repos/cert-manager/cert-manager/releases/latest | jq -r .tag_name) export...

Glab CLI https://glab.readthedocs.io/en/latest/intro.html # add token glab auth login --hostname mygitlab.example.com # view fork of dep installer glab repo view mygitlab.example.com/copain/project # clone fork of dep installer glab repo clone mygitlab.example.com/copain/project Install Optimization...