Delete mini-qr (ct) after migration to ProxmoxVE (#1730)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-22 05:43:48 +00:00
committed by GitHub
parent bb1ea5e0e3
commit d0c343a405
3 changed files with 0 additions and 158 deletions

View File

@@ -1,35 +0,0 @@
{
"name": "Mini QR",
"slug": "mini-qr",
"categories": [
0
],
"date_created": "2026-04-13",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://github.com/lyqht/mini-qr",
"website": "https://mini-qr-code-generator.vercel.app/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/mini-qr.webp",
"description": "Create & scan cute qr codes easily.",
"install_methods": [
{
"type": "default",
"script": "ct/mini-qr.sh",
"config_path": "/etc/caddy/Caddyfile",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 6,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}