From d7d9fd8349eb5554fb2574e2022f6c7c72cb0a4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:59:55 +0000 Subject: [PATCH] Delete ironclaw (ct) after migration to ProxmoxVE (#1680) Co-authored-by: github-actions[bot] --- ct/ironclaw.sh | 71 ------------------------------------- install/ironclaw-install.sh | 61 ------------------------------- json/ironclaw.json | 55 ---------------------------- 3 files changed, 187 deletions(-) delete mode 100644 ct/ironclaw.sh delete mode 100644 install/ironclaw-install.sh delete mode 100644 json/ironclaw.json diff --git a/ct/ironclaw.sh b/ct/ironclaw.sh deleted file mode 100644 index b3e2a6d2..00000000 --- a/ct/ironclaw.sh +++ /dev/null @@ -1,71 +0,0 @@ -#!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) -# Copyright (c) 2021-2026 community-scripts ORG -# Author: MickLesk (CanbiZ) -# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE -# Source: https://github.com/nearai/ironclaw - -APP="IronClaw" -var_tags="${var_tags:-ai;agent;security}" -var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-2048}" -var_disk="${var_disk:-8}" -var_os="${var_os:-debian}" -var_version="${var_version:-13}" -var_unprivileged="${var_unprivileged:-1}" - -header_info "$APP" -variables -color -catch_errors - -function update_script() { - header_info - check_container_storage - check_container_resources - - if [[ ! -f /usr/local/bin/ironclaw ]]; then - msg_error "No ${APP} Installation Found!" - exit - fi - - if check_for_gh_release "ironclaw-bin" "nearai/ironclaw"; then - msg_info "Stopping Service" - systemctl stop ironclaw - msg_ok "Stopped Service" - - msg_info "Backing up Configuration" - cp /root/.ironclaw/.env /root/ironclaw.env.bak - msg_ok "Backed up Configuration" - - fetch_and_deploy_gh_release "ironclaw-bin" "nearai/ironclaw" "prebuild" "latest" "/usr/local/bin" \ - "ironclaw-$(uname -m)-unknown-linux-$([[ -f /etc/alpine-release ]] && echo "musl" || echo "gnu").tar.gz" - chmod +x /usr/local/bin/ironclaw - - msg_info "Restoring Configuration" - cp /root/ironclaw.env.bak /root/.ironclaw/.env - rm -f /root/ironclaw.env.bak - msg_ok "Restored Configuration" - - msg_info "Starting Service" - systemctl start ironclaw - msg_ok "Started Service" - msg_ok "Updated successfully!" - fi - exit -} - -start -build_container -description - -msg_ok "Completed Successfully!\n" -echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Complete setup by running:${CL}" -echo -e "${TAB}${BGN}ironclaw onboard${CL}" -echo -e "${INFO}${YW} Then start the service:${CL}" -echo -e "${TAB}${BGN}systemctl start ironclaw${CL}" -echo -e "${INFO}${YW} Access the Web UI at:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}" -echo -e "${INFO}${YW} Auth token and database credentials:${CL}" -echo -e "${TAB}${BGN}cat /root/.ironclaw/.env${CL}" diff --git a/install/ironclaw-install.sh b/install/ironclaw-install.sh deleted file mode 100644 index 799bf49f..00000000 --- a/install/ironclaw-install.sh +++ /dev/null @@ -1,61 +0,0 @@ -#!/usr/bin/env bash - -# Copyright (c) 2021-2026 community-scripts ORG -# Author: MickLesk (CanbiZ) -# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE -# Source: https://github.com/nearai/ironclaw - -source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" -color -verb_ip6 -catch_errors -setting_up_container -network_check -update_os - -PG_VERSION="17" PG_MODULES="pgvector" setup_postgresql -PG_DB_NAME="ironclaw" PG_DB_USER="ironclaw" PG_DB_EXTENSIONS="vector" setup_postgresql_db - -fetch_and_deploy_gh_release "ironclaw-bin" "nearai/ironclaw" "prebuild" "latest" "/usr/local/bin" \ - "ironclaw-$(uname -m)-unknown-linux-$([[ -f /etc/alpine-release ]] && echo "musl" || echo "gnu").tar.gz" -chmod +x /usr/local/bin/ironclaw - -msg_info "Configuring IronClaw" -mkdir -p /root/.ironclaw -GATEWAY_TOKEN=$(openssl rand -hex 32) -cat </root/.ironclaw/.env -DATABASE_URL=postgresql://${PG_DB_USER}:${PG_DB_PASS}@localhost:5432/${PG_DB_NAME}?sslmode=disable -GATEWAY_ENABLED=true -GATEWAY_HOST=0.0.0.0 -GATEWAY_PORT=3000 -GATEWAY_AUTH_TOKEN=${GATEWAY_TOKEN} -CLI_ENABLED=false -AGENT_NAME=ironclaw -RUST_LOG=ironclaw=info,tower_http=info -EOF -chmod 600 /root/.ironclaw/.env -msg_ok "Configured IronClaw" - -msg_info "Creating Service" -cat </etc/systemd/system/ironclaw.service -[Unit] -Description=IronClaw AI Agent -After=network.target postgresql.service - -[Service] -Type=simple -User=root -WorkingDirectory=/root -ExecStart=/usr/local/bin/ironclaw -Restart=on-failure -RestartSec=5 - -[Install] -WantedBy=multi-user.target -EOF -systemctl enable -q ironclaw -msg_ok "Created Service" - -motd_ssh -customize -cleanup_lxc diff --git a/json/ironclaw.json b/json/ironclaw.json deleted file mode 100644 index 42939d07..00000000 --- a/json/ironclaw.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "IronClaw", - "slug": "ironclaw", - "categories": [ - 20 - ], - "date_created": "2026-03-27", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 3000, - "documentation": "https://github.com/nearai/ironclaw/tree/staging/docs", - "website": "https://github.com/nearai/ironclaw", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ironclaw.webp", - "config_path": "/root/.ironclaw/.env", - "description": "IronClaw is a secure, self-hosted AI agent with a web browser interface, multi-LLM support, hybrid memory search, and WASM-sandboxed tool execution — all data stays on your server.", - "install_methods": [ - { - "type": "default", - "script": "ct/ironclaw.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 8, - "os": "Debian", - "version": "13" - } - }, - { - "type": "alpine", - "script": "ct/alpine-ironclaw.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 8, - "os": "Alpine", - "version": "3.23" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "The gateway auth token is auto-generated and stored in /root/.ironclaw/.env.", - "type": "info" - }, - { - "text": "Configure your LLM provider after installation by running: ironclaw onboard", - "type": "info" - } - ] -} \ No newline at end of file