forked from forkanization/Proxmox-arm64
update app statuses
This commit is contained in:
@@ -38,8 +38,8 @@ msg_ok "Installed Additional Tools"
|
||||
|
||||
msg_info "Installing Meilisearch"
|
||||
cd /tmp
|
||||
wget -q https://github.com/meilisearch/meilisearch/releases/latest/download/meilisearch.deb
|
||||
$STD dpkg -i meilisearch.deb
|
||||
wget -q https://github.com/meilisearch/meilisearch/releases/latest/download/meilisearch-aarch64.deb
|
||||
$STD dpkg -i meilisearch-aarch64.deb
|
||||
wget -q https://raw.githubusercontent.com/meilisearch/meilisearch/latest/config.toml -O /etc/meilisearch.toml
|
||||
MASTER_KEY=$(openssl rand -base64 12)
|
||||
sed -i \
|
||||
@@ -176,7 +176,7 @@ motd_ssh
|
||||
customize
|
||||
|
||||
msg_info "Cleaning up"
|
||||
rm -rf /tmp/meilisearch.deb
|
||||
rm -rf /tmp/meilisearch-aarch64.deb
|
||||
rm -f /opt/v${RELEASE}.zip
|
||||
$STD apt-get autoremove -y
|
||||
$STD apt-get autoclean -y
|
||||
|
||||
@@ -36,5 +36,5 @@
|
||||
"type": "warning"
|
||||
}
|
||||
],
|
||||
"status": "🚧"
|
||||
"status": "✅"
|
||||
}
|
||||
@@ -36,8 +36,8 @@
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "No ARM64 image: https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme",
|
||||
"type": "info"
|
||||
"text": "No ARM64 image: `https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme`",
|
||||
"type": "warning"
|
||||
}
|
||||
],
|
||||
"status": "❌"
|
||||
|
||||
@@ -31,5 +31,5 @@
|
||||
"password": "glpi"
|
||||
},
|
||||
"notes": [],
|
||||
"status": "🚧"
|
||||
"status": "✅"
|
||||
}
|
||||
@@ -30,6 +30,9 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [],
|
||||
"status": "🚧"
|
||||
"notes": [{
|
||||
"text": "No arm64 version of dependency available",
|
||||
"type": "warning"
|
||||
}],
|
||||
"status": "❌"
|
||||
}
|
||||
@@ -30,6 +30,9 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [],
|
||||
"status": "🚧"
|
||||
"notes": [{
|
||||
"text": "No ARM64 package available",
|
||||
"type": "warning"
|
||||
}],
|
||||
"status": "❌"
|
||||
}
|
||||
@@ -36,5 +36,5 @@
|
||||
"type": "info"
|
||||
}
|
||||
],
|
||||
"status": "🚧"
|
||||
"status": "❌"
|
||||
}
|
||||
Reference in New Issue
Block a user