1 **************************
2 stouyapi - Static OUYA API
3 **************************
5 A static API for the OUYA gaming console that still lets you sign in
6 and install games, despite the OUYA server shutdown in 2019.
15 - Mount via USB (Micro USB cable)
16 - Create file ``ouya_config.properties``
19 OUYA_SERVER_URL=http://stouyapi.boo
20 OUYA_STATUS_SERVER_URL=http://stouyapi.boo/api/v1/status
24 - "important note, don't put trailing slash into OUYA_SERVER_URL, it will make double slashes"
25 - I had to reboot to make that change in the file active
31 1. User registration: "Existing account"
32 2. Enter any username, leave password empty. Continue.
33 3. Skip credit card registration
38 Virtual host configuration::
40 Script PUT /empty-json.php
42 ``mod_actions`` need to be enabled for apache 2.4.
48 By default, OUYA uses HTTPS to devs.ouya.tv.
49 (status.ouya.tv is HTTP only, no SSL)
50 DNS mapping does not work, except when creating an own SSL certificate
51 and registering the root CA at the OUYA itself.
53 IPv6 used -> custom domain needs IPv6 DNS entry
55 https://rabid.ouya.tv/ - was OUYA's sandbox instance
64 - https://gitlab.com/devirich/BrewyaOnOuya
65 - https://archive.org/details/ouyalibrary
66 - https://github.com/cweiske/ouya-game-data/