Blame
|
1 | # CT 123 – CS 1.6 Web-Server |
||||||
| 2 | ||||||||
| 3 | **IP:** 192.168.178.93 |
|||||||
| 4 | **Domain:** cs.ls-cloud.biz |
|||||||
| 5 | **Image:** yohimik/cs-web-server-metpamx:latest |
|||||||
| 6 | **Stack:** /opt/cs16/docker-compose.yml |
|||||||
| 7 | ||||||||
| 8 | ## Ports |
|||||||
| 9 | ||||||||
| 10 | | Port | Protokoll | Verwendung | |
|||||||
| 11 | |------|-----------|------------| |
|||||||
| 12 | | 27016 | TCP | Web-Client (via Caddy) | |
|||||||
| 13 | | 27018 | UDP | Game-Port (direkt, Fritz!Box-Forward) | |
|||||||
| 14 | ||||||||
| 15 | ## Verzeichnisstruktur |
|||||||
| 16 | ||||||||
| 17 | ``` |
|||||||
| 18 | /opt/cs16/ |
|||||||
| 19 | ├── docker-compose.yml |
|||||||
| 20 | ├── valve.zip # CS 1.6 Assets (SteamCMD AppID 90) |
|||||||
| 21 | └── cstrike/ |
|||||||
| 22 | └── addons/ |
|||||||
| 23 | └── amxmodx/ |
|||||||
| 24 | ├── configs/ |
|||||||
| 25 | │ ├── plugins.ini # Geladene Plugins |
|||||||
| 26 | │ └── users.ini # Admin-Accounts |
|||||||
| 27 | ├── plugins/ |
|||||||
| 28 | │ └── tdm_respawn.amxx |
|||||||
| 29 | └── scripting/ |
|||||||
| 30 | └── tdm_respawn.sma |
|||||||
| 31 | ``` |
|||||||
| 32 | ||||||||
| 33 | ## Plugins |
|||||||
| 34 | ||||||||
| 35 | - **tdm_respawn** – Team Deathmatch Respawn (custom, 2s Delay) |
|||||||
| 36 | ||||||||
| 37 | ## Admin-Login |
|||||||
| 38 | ||||||||
| 39 | Im Spiel-Console eingeben: |
|||||||
| 40 | ||||||||
| 41 | ``` |
|||||||
| 42 | setinfo _pw "DEIN_PASSWORT" |
|||||||
| 43 | ``` |
|||||||
| 44 | ||||||||
| 45 | Der Account wird über den Spielernamen erkannt. Passwort ist in |
|||||||
| 46 | `/opt/cs16/cstrike/addons/amxmodx/configs/users.ini` hinterlegt. |
|||||||
| 47 | ||||||||
| 48 | ## Offene Punkte |
|||||||
| 49 | ||||||||
| 50 | - Fritz!Box: UDP 27018 → 192.168.178.93 forwarden |
|||||||
| 51 | - Cloudflare: A-Record `cs` → 77.8.112.36, proxied=false |
|||||||
| 52 | - Technitium DNS: A-Record cs.ls-cloud.biz → 77.8.112.36 |
|||||||
| 53 | - Nach Fritz!Box + Cloudflare: IP in docker-compose auf 77.8.112.36 ändern |
|||||||
