Files
proxmox-ve-install-scripts/json/free-games-claimer.json
2025-05-21 23:03:50 +02:00

38 lines
1.2 KiB
JSON

{
"name": "Free Games Claimer",
"slug": "free-games-claimer",
"categories": [0],
"date_created": "2024-05-26",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 6080,
"documentation": "https://github.com/vogler/free-games-claimer",
"website": "https://github.com/vogler/free-games-claimer",
"logo": "https://user-images.githubusercontent.com/493741/214589922-093d6557-6393-421c-b577-da58ff3671bc.png",
"description": "Automatically claims free games on Epic Games Store, Amazon Prime Gaming, and GOG",
"install_methods": [
{
"type": "default",
"script": "ct/free-games-claimer.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
"You need to log in to your game accounts (Epic Games, Amazon Prime, GOG) through the browser interface.",
"Configure notification options and other settings in /opt/free-games-claimer/data/config.env",
"The application will automatically run daily to claim new free games.",
"Access the browser interface at http://YOUR-IP:6080 or via VNC at YOUR-IP:5900"
]
}