Files
OpenFUT/fifa17-recon/docker/fifa17-python/data/tables/videos.json
T
root 70a64e3709 fifa17-python: commit working FUT backend deployment (client/server split)
Freeze the running offline FUT backend into version control as
fifa17-recon/docker/fifa17-python/ - declarative and rebuildable from a
fresh checkout:

* OPENFUT_BIND / OPENFUT_ADVERTISE client/server split in the responders
  (lsx, blaze, roster, utas, pow) + entrypoint.sh; OPENFUT_ADVERTISE is
  required for remote mode (compose and entrypoint fail without it)
* docker-compose.yml reproducing the frozen baseline container exactly
  (env, ports incl. the 8085->8080 POW-content remap, /state bind, restart)
* .env.example / .env for site config - the LAN IP is never hardcoded in source
* tools/ + data/ staged from openfut-fut-backend:python-baseline-2026-08-10,
  verified byte-identical to the running container at freeze time
* client_arm.sh (the 105 client-side arming counterpart)
* Dockerfile bakes /app/SHA256SUMS.txt so any image is self-identifying
* docs/BASELINE-python-2026-08-10.md: frozen image/container/hash record,
  restore instructions and rebuild-equivalence procedure

Secrets (redir key/cert, .env) and runtime state (docker/state) stay gitignored.
The live container is untouched pending the .105 launcher audit.
2026-08-10 23:54:04 +00:00

1 line
1.1 KiB
JSON

{"table":"videos","source":"FIFA17.exe resident database (tools/db_dump.py)","rowcount":8,"rowsize_bytes":44,"rows_emitted":8,"rowblock":"0x424b2288","rowblock_bytes":385,"descriptor":"0x7b40688","schema":[{"name":"countrycode","bit":0,"width":160,"kind":"string","min":0,"max":0,"storage":"inline-string"},{"name":"languagecode","bit":160,"width":160,"kind":"string","min":0,"max":0,"storage":"inline-string"},{"name":"videoid","bit":320,"width":3,"kind":"int","min":0,"max":4,"storage":"int"},{"name":"artificialkey","bit":323,"width":7,"kind":"int","min":0,"max":100,"storage":"int"}],"rows":[{"countrycode":"fr","languagecode":"fre","videoid":0,"artificialkey":0},{"countrycode":"es","languagecode":"spa","videoid":0,"artificialkey":1},{"countrycode":"fr","languagecode":"fre","videoid":1,"artificialkey":2},{"countrycode":"de","languagecode":"ger","videoid":1,"artificialkey":3},{"countrycode":"jp","languagecode":"jpn","videoid":1,"artificialkey":4},{"countrycode":"kr","languagecode":"kor","videoid":1,"artificialkey":5},{"countrycode":"se","languagecode":"swe","videoid":1,"artificialkey":6},{"countrycode":"uk","languagecode":"eng","videoid":1,"artificialkey":7}]}