Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot] 70a50dad34 chore(ct): sync semaphore defaults from PocketBase 2026-06-19 14:15:29 +00:00
2 changed files with 3 additions and 8 deletions
+2 -7
View File
@@ -108,13 +108,8 @@ EOF
cd /root
if [ -d /opt/certbot ]; then
msg_info "Updating Certbot"
CERTBOT_PYTHON="/opt/certbot/bin/python"
if ! "$CERTBOT_PYTHON" -m pip --version &>/dev/null; then
msg_info "Repairing Certbot pip"
$STD "$CERTBOT_PYTHON" -m ensurepip --upgrade
fi
$STD "$CERTBOT_PYTHON" -m pip install --upgrade pip setuptools wheel
$STD "$CERTBOT_PYTHON" -m pip install --upgrade certbot certbot-dns-cloudflare
$STD /opt/certbot/bin/pip install --upgrade pip setuptools wheel
$STD /opt/certbot/bin/pip install --upgrade certbot certbot-dns-cloudflare
msg_ok "Updated Certbot"
fi
+1 -1
View File
@@ -10,7 +10,7 @@ var_tags="${var_tags:-dev_ops}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_disk="${var_disk:-4}"
var_os="${var_os:-ubuntu}"
var_os="${var_os:-Ubuntu}"
var_version="${var_version:-24.04}"
var_arm64="${var_arm64:-no}"
var_unprivileged="${var_unprivileged:-1}"