Blame

44aaf4 Wiki 2026-04-05 20:57:33
Add CT 114 games page with cron doc
1
# CT 114 – Games
2
3
> [!NOTE]
4
> CT 114 hostet aktuell einen Games-/EmulatorJS-Webdienst.
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
```
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49