Compare commits

..

No commits in common. "a4da594720657dfda86ee19e9daf043237504fec" and "2ff24ec40fb8f16f785b00a029b34995814fce8d" have entirely different histories.

View File

@ -25,7 +25,7 @@ chown root:root /usr/bin/zot
mkdir -p /etc/zot
curl -fsSL https://raw.githubusercontent.com/project-zot/zot/refs/heads/main/examples/config-ui.json -o /etc/zot/config.json
PASSWORD=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c13)
$STD htpasswd -b -B -c /etc/zot/htpasswd admin "$PASSWORD"
$STD htpasswd -bnB admin "$PASSWORD" /etc/zot/htpasswd
msg_ok "Installed Zot Registry"
msg_info "Setup Service"