Delete dagu (ct) after migration to ProxmoxVE (#1716)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-18 19:09:52 +00:00
committed by GitHub
parent 35e4965c9a
commit a1dd7fa00d
3 changed files with 0 additions and 146 deletions

View File

@@ -1,35 +0,0 @@
{
"name": "Dagu",
"slug": "dagu",
"categories": [
19
],
"date_created": "2026-07-13",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://docs.dagu.sh/",
"website": "https://dagu.sh/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dagu.webp",
"description": "Dagu is a powerful, developer-friendly workflow engine that allows you to define DAGs (Directed Acyclic Graphs) in a simple YAML format for scheduling and running complex job dependencies.",
"install_methods": [
{
"type": "default",
"script": "ct/dagu.sh",
"config_path": "",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}