diff --git a/json/helpers_cache.json b/json/helpers_cache.json index f16e15f7..22d9244e 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -445,45 +445,6 @@ "config_path": "/opt/agentdvr/agent/Media/XML/config.json", "os": "ubuntu" }, - { - "name": "Apache Airflow", - "slug": "airflow", - "desc": "Apache Airflow is an open-source platform for developing, scheduling, and monitoring batch-oriented workflows. It uses Python to author DAGs (Directed Acyclic Graphs) that represent workflows, and provides a rich web UI for managing and observing pipelines.", - "script": "ct/airflow.sh", - "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/airflow.sh", - "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/airflow.sh", - "type": "lxc", - "type_id": "nm9bra8mzye2scg", - "categories": [ - "scriptcat00019" - ], - "category_names": [ - "Automation & Scheduling" - ], - "notes": [ - "The initial admin password is randomly generated and stored in /opt/airflow/.env (AIRFLOW_ADMIN_PASSWORD).", - "Place your DAG files in /opt/airflow/dags/. The scheduler will pick them up automatically.", - "This installs Airflow with LocalExecutor. For distributed task execution, configure CeleryExecutor manually." - ], - "warnings": [], - "port": 8080, - "website": "https://airflow.apache.org/", - "documentation": "https://airflow.apache.org/docs/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/apache.webp", - "updateable": true, - "privileged": false, - "has_arm": false, - "is_dev": true, - "execute_in": [ - "lxc" - ], - "config_path": "", - "default_credentials": { - "username": "admin", - "password": "" - }, - "os": "debian" - }, { "name": "AirTrail", "slug": "airtrail", @@ -1032,6 +993,45 @@ "config_path": "/opt/anytype/.env", "os": "ubuntu" }, + { + "name": "Apache Airflow", + "slug": "apache-airflow", + "desc": "Apache Airflow is an open-source platform for developing, scheduling, and monitoring batch-oriented workflows. It uses Python to author DAGs (Directed Acyclic Graphs) that represent workflows, and provides a rich web UI for managing and observing pipelines.", + "script": "ct/apache-airflow.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-airflow.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/apache-airflow.sh", + "type": "lxc", + "type_id": "nm9bra8mzye2scg", + "categories": [ + "scriptcat00019" + ], + "category_names": [ + "Automation & Scheduling" + ], + "notes": [ + "The initial admin password is randomly generated and stored in /opt/airflow/.env (AIRFLOW_ADMIN_PASSWORD).", + "Place your DAG files in /opt/airflow/dags/. The scheduler will pick them up automatically.", + "This installs Airflow with LocalExecutor. For distributed task execution, configure CeleryExecutor manually." + ], + "warnings": [], + "port": 8080, + "website": "https://airflow.apache.org/", + "documentation": "https://airflow.apache.org/docs/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/apache.webp", + "updateable": true, + "privileged": false, + "has_arm": false, + "is_dev": false, + "execute_in": [ + "lxc" + ], + "config_path": "", + "default_credentials": { + "username": "admin", + "password": "" + }, + "os": "debian" + }, { "name": "Apache-Cassandra", "slug": "apache-cassandra",