Delete nametag (ct) after migration to ProxmoxVE (#1722)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-19 17:48:19 +00:00
committed by GitHub
parent 7121663a8b
commit b1a2782c9c
3 changed files with 0 additions and 211 deletions

View File

@@ -1,40 +0,0 @@
{
"name": "Nametag",
"slug": "nametag",
"categories": [
0
],
"date_created": "2026-03-30",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/mattogodoy/nametag",
"website": "https://nametag.one",
"logo": "https://raw.githubusercontent.com/mattogodoy/nametag/master/public/android-chrome-192x192.png",
"description": "Nametag is a personal relationships manager that helps you remember the people in your life. Track birthdays, contact info, relationships, and visualize your network as an interactive graph.",
"install_methods": [
{
"type": "default",
"script": "ct/nametag.sh",
"config_path": "/opt/nametag/.env",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Create your first account via the web UI — self-hosted accounts are auto-verified.",
"type": "info"
}
]
}