#!/usr/bin/env bash # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/qdrant/qdrant source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color verb_ip6 catch_errors setting_up_container network_check update_os fetch_and_deploy_gh_release "qdrant" "qdrant/qdrant" "binary" "latest" "/usr/bin/qdrant" msg_info "Creating Qdrant Configuration" mkdir -p /var/lib/qdrant/storage mkdir -p /var/lib/qdrant/snapshots mkdir -p /etc/qdrant chown -R root:root /var/lib/qdrant chmod -R 755 /var/lib/qdrant cat >/etc/qdrant/config.yaml </etc/systemd/system/qdrant.service <