feat: Add game thumbnail fetching from external APIs, migrate

This commit is contained in:
2025-12-04 15:15:47 +01:00
parent f49900adad
commit 04e21708b2
7 changed files with 882 additions and 59 deletions
+25 -21
View File
@@ -6,65 +6,69 @@
"min_players": 1,
"max_players": 90,
"price": 0,
"remote_id": 0
"remote_id": 98626216952426
},
{
"title": "Test2",
"title": " Asylum Life",
"source": 1,
"min_players": 1,
"max_players": 1,
"max_players": 40,
"price": 0,
"remote_id": 0
"remote_id": 132352755769957
},
{
"title": "Factorio",
"source": 0,
"min_players": 1,
"max_players": 1000,
"price": 32,
"remote_id": 427520
}
],
"users": [
{
"person": {
"name": "John",
"name": "HoherGeist",
"opinion": [
{
"title": "Naramo Nuclear Plant V2",
"would_play": true
},
{
"title": "Test2",
"would_play": true
}
]
},
"password_hash": "$2b$12$DRvTP/ibTWULkuJJr285bumRd7SG3n5bYkDpb09Qpklqf6FeTiHkC"
"password_hash": "$2b$12$v7w0E4NWRvxvfwM4rBmmnuG1MEDldRxA2TKejF8RtRgFvBayNxyoK"
},
{
"person": {
"name": "John2",
"name": "Code002Lover",
"opinion": [
{
"title": "Naramo Nuclear Plant V2",
"would_play": false
},
{
"title": "Test2",
"title": " Asylum Life",
"would_play": true
}
]
},
"password_hash": "$2b$12$DRvTP/ibTWULkuJJr285bumRd7SG3n5bYkDpb09Qpklqf6FeTiHkC"
"password_hash": "$2b$12$4EVOAuLrrwFvtS8Z6/7n.ertig.agKLGdWF8flIO/LLB2Ir1A4oqW"
},
{
"person": {
"name": "John3",
"name": "Cwaeck",
"opinion": [
{
"title": "Naramo Nuclear Plant V2",
"would_play": true
},
{
"title": " Asylum Life",
"would_play": false
},
{
"title": "Test2",
"title": "Factorio",
"would_play": true
}
]
},
"password_hash": "$2b$12$DRvTP/ibTWULkuJJr285bumRd7SG3n5bYkDpb09Qpklqf6FeTiHkC"
"password_hash": "$2b$12$iezDgiYiMSEceyfDrriqVucQBx7v.U4TdKdc5qjEIJDbqsxiXHTBK"
}
]
}
}