mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-15 17:53:25 +01:00
* Add wishlist (ct) * Update wishlist.sh * Update wishlist.json * Update wishlist.json --------- Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com> Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "Wishlist",
|
|
"slug": "wishlist",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2026-02-04",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3280,
|
|
"documentation": "https://github.com/cmintey/wishlist/blob/main/README.md#getting-started",
|
|
"config_path": "/opt/wishlist/.env",
|
|
"website": "https://github.com/cmintey/wishlist",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cmintey-wishlist.webp",
|
|
"description": "Wishlist is a self-hosted wishlist application that you can share with your friends and family. You no longer have to wonder what to get your family for the holidays, simply check their wishlist and claim any available item!",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/wishlist.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 5,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|