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