Migrate manifest to the updated schema and enrich metadata: rename install_methods_json->install_methods and notes_json->notes, add categories, date_created, updateable, interface_port and default_credentials fields. Adjust description text (remove emoji) and set the install script path (ct/mini-qr.sh). These changes prepare the Mini QR package for the newer CT manifest format and include basic deployment metadata.
35 lines
801 B
JSON
35 lines
801 B
JSON
{
|
|
"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",
|
|
"config_path": "/etc/caddy/Caddyfile",
|
|
"description": "Create & scan cute qr codes easily.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/mini-qr.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 6,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |