Blame
|
1 | # CT 114 – Games |
||||||
|
2 | |||||||
|
3 | > [!NOTE] |
||||||
| 4 | > CT 114 hostet einen Games-/EmulatorJS-Webdienst hinter `games.ls-cloud.biz`. Der Container ist aktuell nicht dauerhaft laufend. |
|||||||
|
5 | |||||||
| 6 | ## Basisdaten |
|||||||
|
7 | |||||||
| 8 | - **CT-ID:** `114` |
|||||||
| 9 | - **Name:** `games` |
|||||||
|
10 | - **IP:** `192.168.178.84` |
||||||
| 11 | - **Öffentliche URL:** `https://games.ls-cloud.biz` |
|||||||
| 12 | ||||||||
|
13 | ## Relevante Dienste |
||||||
|
14 | |||||||
|
15 | ```text |
||||||
| 16 | nginx auf :8080 |
|||||||
| 17 | Node lokal auf 127.0.0.1:3001 |
|||||||
| 18 | ``` |
|||||||
|
19 | |||||||
|
20 | ## Relevanter Mount |
||||||
|
21 | |||||||
|
22 | ```text |
||||||
| 23 | /mnt/storage/fileserver/data/roms |
|||||||
| 24 | -> /opt/emulatorjs/data/roms |
|||||||
|
25 | ``` |
||||||
| 26 | ||||||||
|
27 | ## Prüfung |
||||||
|
28 | |||||||
| 29 | ```bash |
|||||||
|
30 | pct status 114 |
||||||
| 31 | curl -I http://192.168.178.84:8080 |
|||||||
| 32 | curl -k -I https://games.ls-cloud.biz |
|||||||
|
33 | ``` |
||||||
