Install certbot on new VPS during install-rubix
- Add certbot to apt packages so host-side Let's Encrypt works before first docker-cms-certbot
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ GITEA_TOKEN="${GITEA_TOKEN:-${GITEA_REGISTRY_PULL_TOKEN:-}}"
|
||||
|
||||
TAG="${1:-}"
|
||||
|
||||
APT_PACKAGES=(unzip wget curl python3 ca-certificates git rsync)
|
||||
APT_PACKAGES=(unzip wget curl python3 ca-certificates git rsync certbot)
|
||||
DOCKER_APT_PACKAGE="${DOCKER_APT_PACKAGE:-docker.io}"
|
||||
COMPOSE_PLUGIN_DIR="/usr/lib/docker/cli-plugins"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user