Ver Fonte

Restructure slightly and add CSGO

Håvard O. Nordstrand há 5 anos atrás
pai
commit
bc5be99202

+ 49 - 0
config/game-servers/csgo.md

@@ -0,0 +1,49 @@
+---
+title: "Counter-Strike: Global Offensive (CS:GO)"
+breadcrumbs:
+- title: Configuration
+- title: Game Servers
+---
+{% include header.md %}
+
+## Installation
+
+- It's huge. Like 30GB huge.
+- Using a server manager like [Pterodactyl](/config/linux-servers/applications/#pterodactyl) makes hosting easier.
+
+## Configuration
+
+### Configuration Files
+
+**`csgo/cfg/autoexec.cfg`** (example)
+```
+hostname ""
+//rcon_password ""
+sv_password ""
+sv_cheats 0
+sv_lan 0
+exec banned_user.cfg
+exec banned_ip.cfg
+```
+
+**`csgo/cfg/server.cfg`** (lacking example)
+```
+// Auto balance teams
+mp_autoteambalance 1
+// Max member count difference wrt. joining a team
+mp_limitteams 1
+// Save banned IDs to banned_user.cfg
+writeid
+// Save banned IPs to banned_ip.cfg
+writeip
+
+// 128-tick
+sv_mincmdrate "128"
+sv_maxcmdrate "128"
+sv_minupdaterate "128"
+sv_maxupdaterate "128"
+sv_minrate "62500"
+sv_maxrate "786432"
+```
+
+{% include footer.md %}

+ 1 - 1
config/linux-server/applications.md → config/linux-servers/applications.md

@@ -2,7 +2,7 @@
 title: Linux Server Applications
 breadcrumbs:
 - title: Configuration
-- title: Linux Server
+- title: Linux Servers
 ---
 {% include header.md %}
 

+ 1 - 1
config/linux-server/debian.md → config/linux-servers/debian.md

@@ -2,7 +2,7 @@
 title: Debian Server
 breadcrumbs:
 - title: Configuration
-- title: Linux Server
+- title: Linux Servers
 ---
 {% include header.md %}
 

+ 1 - 1
config/linux-server/proxmox-ve.md → config/linux-servers/proxmox-ve.md

@@ -2,7 +2,7 @@
 title: Proxmox VE
 breadcrumbs:
 - title: Configuration
-- title: Linux Server
+- title: Linux Servers
 ---
 {% include header.md %}
 

+ 1 - 1
config/linux-server/storage.md → config/linux-servers/storage.md

@@ -2,7 +2,7 @@
 title: Storage
 breadcrumbs:
 - title: Configuration
-- title: Linux Server
+- title: Linux Servers
 ---
 {% include header.md %}
 

+ 19 - 15
index.md

@@ -12,22 +12,32 @@ Random collection of config notes and miscellaneous theory. Technically not a wi
 
 - [General Notes](config/general/general/)
 
-### IoT
-
-- [Raspberry Pi](config/iot/raspberry-pi/)
-
 ### Linux General
 
 - [Linux General Notes](config/linux-general/general/)
 - [Linux Applications](config/linux-general/applications/)
 - [Linux Examples](config/linux-general/examples/)
 
-### Linux Server
+### Linux Servers
+
+- [Debian Server](config/linux-servers/debian/)
+- [Proxmox VE](config/linux-servers/proxmox-ve/)
+- [Storage](config/linux-servers/storage/)
+- [Linux Server Applications](config/linux-servers/applications/)
+
+### Game Servers
+
+- [Counter-Strike: Global Offensive (CS:GO)](config/game-servers/csgo/)
+
+### PC
+
+- [Kubuntu](config/pc/kubuntu/)
+- [Windows](config/pc/windows/)
+- [PC Applications](config/pc/applications/)
+
+### IoT
 
-- [Debian Server](config/linux-server/debian/)
-- [Proxmox VE](config/linux-server/proxmox-ve/)
-- [Storage](config/linux-server/storage/)
-- [Linux Server Applications](config/linux-server/applications/)
+- [Raspberry Pi](config/iot/raspberry-pi/)
 
 ### Machines
 
@@ -58,12 +68,6 @@ Random collection of config notes and miscellaneous theory. Technically not a wi
 - [pfSense](config/network/pfsense/)
 - [UniFi Access Points](config/network/unifi-ap/)
 
-### PC
-
-- [Kubuntu](config/pc/kubuntu/)
-- [Windows](config/pc/windows/)
-- [PC Applications](config/pc/applications/)
-
 ## Information Technology
 
 ### Network