Alpine-Cinny: fixes

This commit is contained in:
tremor021
2026-05-25 11:15:16 +02:00
parent c6e8e378f5
commit f67c3425ba

View File

@@ -18,10 +18,9 @@ $STD apk add --no-cache \
nginx nginx
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Cinny"
fetch_and_deploy_gh_release "cinny" "cinnyapp/cinny" "prebuild" "latest" "/opt/cinny" "cinny-*.tar.gz" fetch_and_deploy_gh_release "cinny" "cinnyapp/cinny" "prebuild" "latest" "/opt/cinny" "cinny-*.tar.gz"
msg_info "Configuring Cinny"
cat <<'EOF' >/etc/nginx/http.d/default.conf cat <<'EOF' >/etc/nginx/http.d/default.conf
server { server {
listen 8080; listen 8080;
@@ -45,7 +44,7 @@ server {
EOF EOF
$STD rc-update add nginx default $STD rc-update add nginx default
$STD rc-service nginx start $STD rc-service nginx start
msg_ok "Installed Cinny" msg_ok "Configured Cinny"
motd_ssh motd_ssh
customize customize