Compare commits
4 commits
monitoring
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
7b769cebfe | ||
|
07f1f032b7 | ||
|
44ac151512 | ||
|
12278b1b44 |
7 changed files with 142 additions and 7 deletions
64
jobs/games/minecraft/esports.hcl
Normal file
64
jobs/games/minecraft/esports.hcl
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
job "esports-minecraft" {
|
||||||
|
datacenters = ["aperture"]
|
||||||
|
type = "service"
|
||||||
|
|
||||||
|
group "esports-mc" {
|
||||||
|
count = 1
|
||||||
|
|
||||||
|
network {
|
||||||
|
port "mc" {
|
||||||
|
to = 25565
|
||||||
|
}
|
||||||
|
port "rcon" {
|
||||||
|
to = 25575
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
service {
|
||||||
|
name = "esports-mc"
|
||||||
|
port = "mc"
|
||||||
|
}
|
||||||
|
|
||||||
|
service {
|
||||||
|
name = "esports-mc-rcon"
|
||||||
|
port = "rcon"
|
||||||
|
}
|
||||||
|
|
||||||
|
task "esports-minecraft" {
|
||||||
|
driver = "docker"
|
||||||
|
config {
|
||||||
|
image = "itzg/minecraft-server"
|
||||||
|
ports = ["mc", "rcon"]
|
||||||
|
volumes = [
|
||||||
|
"/storage/nomad/${NOMAD_TASK_NAME}:/data"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
resources {
|
||||||
|
cpu = 5000 # 5000 MHz
|
||||||
|
memory = 20480 # 20 GB
|
||||||
|
}
|
||||||
|
|
||||||
|
template {
|
||||||
|
data = <<EOF
|
||||||
|
EULA = "TRUE"
|
||||||
|
TYPE = "PAPER"
|
||||||
|
VERSION = "1.21.4"
|
||||||
|
ICON = "https://liquipedia.net/commons/images/thumb/5/53/DCU_Esports_allmode.png/37px-DCU_Esports_allmode.png"
|
||||||
|
USE_AIKAR_FLAGS = true
|
||||||
|
MAX_MEMORY = 18G
|
||||||
|
MOTD = "Powered by Redbrick"
|
||||||
|
MAX_PLAYERS = "32"
|
||||||
|
VIEW_DISTANCE = "32"
|
||||||
|
ENABLE_RCON = true
|
||||||
|
RCON_PASSWORD = {{ key "games/mc/esports-mc/rcon/password" }}
|
||||||
|
# Auto-download plugins
|
||||||
|
SPIGET_RESOURCES=83581,62325,118271,28140,102931 # RHLeafDecay, GSit, GravesX, Luckperms, NoChatReport
|
||||||
|
MODRINTH_PROJECTS=datapack:no-enderman-grief,thizzyz-tree-feller,imageframe,bmarker,datapack:players-drop-heads,viaversion,viabackwards
|
||||||
|
EOF
|
||||||
|
destination = "local/.env"
|
||||||
|
env = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
44
jobs/monitoring/uptime-huma.hcl
Normal file
44
jobs/monitoring/uptime-huma.hcl
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
job "uptime-kuma" {
|
||||||
|
datacenters = ["aperture"]
|
||||||
|
type = "service"
|
||||||
|
|
||||||
|
group "web" {
|
||||||
|
count = 1
|
||||||
|
|
||||||
|
network {
|
||||||
|
port "http" {
|
||||||
|
to = 3001
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
service {
|
||||||
|
port = "http"
|
||||||
|
|
||||||
|
check {
|
||||||
|
type = "http"
|
||||||
|
path = "/"
|
||||||
|
interval = "10s"
|
||||||
|
timeout = "2s"
|
||||||
|
}
|
||||||
|
|
||||||
|
tags = [
|
||||||
|
"traefik.enable=true",
|
||||||
|
"traefik.http.routers.uptime-kuma.rule=Host(`status.redbrick.dcu.ie`)",
|
||||||
|
"traefik.http.routers.uptime-kuma.entrypoints=web,websecure",
|
||||||
|
"traefik.http.routers.uptime-kuma.tls.certresolver=lets-encrypt",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
task "web" {
|
||||||
|
driver = "docker"
|
||||||
|
|
||||||
|
config {
|
||||||
|
image = "louislam/uptime-kuma:1"
|
||||||
|
ports = ["http"]
|
||||||
|
volumes = [
|
||||||
|
"/storage/nomad/uptime-kuma/data:/app/data"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -41,7 +41,7 @@ $wgDBpassword = "{{ key "mediawiki/db/password" }}";
|
||||||
# MySQL specific settings
|
# MySQL specific settings
|
||||||
$wgDBprefix = "rbwiki_";
|
$wgDBprefix = "rbwiki_";
|
||||||
# MySQL table options to use during installation or update
|
# MySQL table options to use during installation or update
|
||||||
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
|
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=utf8mb4";
|
||||||
|
|
||||||
## Shared memory settings
|
## Shared memory settings
|
||||||
$wgMainCacheType = CACHE_NONE;
|
$wgMainCacheType = CACHE_NONE;
|
||||||
|
@ -89,11 +89,15 @@ wfLoadSkin( 'Vector' );
|
||||||
wfLoadSkin( 'Citizen' );
|
wfLoadSkin( 'Citizen' );
|
||||||
wfLoadSkin( 'Timeless' );
|
wfLoadSkin( 'Timeless' );
|
||||||
wfLoadSkin( 'MinervaNeue' );
|
wfLoadSkin( 'MinervaNeue' );
|
||||||
|
wfLoadSkin( 'Medik' );
|
||||||
|
|
||||||
$wgCitizenThemeColor = "#a81e22";
|
$wgCitizenThemeColor = "#a81e22";
|
||||||
$wgCitizenShowPageTools = "permission";
|
$wgCitizenShowPageTools = "permission";
|
||||||
$wgCitizenSearchDescriptionSource = "pagedescription";
|
$wgCitizenSearchDescriptionSource = "pagedescription";
|
||||||
|
|
||||||
|
$wgMedikColor = "#a81e22";
|
||||||
|
$wgMedikShowLogo = "main";
|
||||||
|
|
||||||
$wgLocalisationUpdateDirectory = "$IP/cache";
|
$wgLocalisationUpdateDirectory = "$IP/cache";
|
||||||
|
|
||||||
# load extensions
|
# load extensions
|
||||||
|
|
|
@ -17,7 +17,7 @@ job "mediawiki-backup" {
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
data = <<EOH
|
data = <<EOH
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
file=/storage/backups/nomad/wiki/mysql/rbwiki-mysql-$(date +%Y-%m-%d_%H-%M-%S).sql
|
file=/storage/backups/nomad/wiki/mysql/rbwiki-mysql-$(date +%Y-%m-%d_%H-%M-%S).sql
|
||||||
|
@ -30,7 +30,7 @@ job_name=$(echo ${NOMAD_JOB_NAME} | cut -d "/" -f 1)
|
||||||
|
|
||||||
nomad alloc exec -task rbwiki-db $alloc_id mariadb-dump -u {{ key "mediawiki/db/username" }} -p'{{ key "mediawiki/db/password"}}' {{ key "mediawiki/db/name" }} > "${file}"
|
nomad alloc exec -task rbwiki-db $alloc_id mariadb-dump -u {{ key "mediawiki/db/username" }} -p'{{ key "mediawiki/db/password"}}' {{ key "mediawiki/db/name" }} > "${file}"
|
||||||
|
|
||||||
find /storage/backups/nomad/wiki/mysql/rbwiki-mysql* -ctime +3 -exec rm {} \; || true
|
find /storage/backups/nomad/wiki/mysql/rbwiki-mysql* -ctime +30 -exec rm {} \; || true
|
||||||
|
|
||||||
if [ -s "$file" ]; then # check if file exists and is not empty
|
if [ -s "$file" ]; then # check if file exists and is not empty
|
||||||
echo "Backup successful"
|
echo "Backup successful"
|
||||||
|
@ -56,7 +56,7 @@ EOH
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
data = <<EOH
|
data = <<EOH
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
file=/storage/backups/nomad/wiki/xml/rbwiki-dump-$(date +%Y-%m-%d_%H-%M-%S).xml
|
file=/storage/backups/nomad/wiki/xml/rbwiki-dump-$(date +%Y-%m-%d_%H-%M-%S).xml
|
||||||
|
|
|
@ -213,6 +213,18 @@ EOH
|
||||||
template {
|
template {
|
||||||
data = <<EOH
|
data = <<EOH
|
||||||
[mysqld]
|
[mysqld]
|
||||||
|
# Ensure full UTF-8 support
|
||||||
|
character-set-server = utf8mb4
|
||||||
|
collation-server = utf8mb4_unicode_ci
|
||||||
|
skip-character-set-client-handshake
|
||||||
|
|
||||||
|
# Fix 1000-byte key length issue
|
||||||
|
innodb_large_prefix = 1
|
||||||
|
innodb_file_format = Barracuda
|
||||||
|
innodb_file_per_table = 1
|
||||||
|
innodb_default_row_format = dynamic
|
||||||
|
|
||||||
|
# Performance optimizations (Keep these based on your system)
|
||||||
max_connections = 100
|
max_connections = 100
|
||||||
key_buffer_size = 2G
|
key_buffer_size = 2G
|
||||||
query_cache_size = 0
|
query_cache_size = 0
|
||||||
|
@ -224,13 +236,14 @@ innodb_io_capacity = 200
|
||||||
tmp_table_size = 5242K
|
tmp_table_size = 5242K
|
||||||
max_heap_table_size = 5242K
|
max_heap_table_size = 5242K
|
||||||
innodb_log_buffer_size = 16M
|
innodb_log_buffer_size = 16M
|
||||||
innodb_file_per_table = 1
|
|
||||||
|
|
||||||
bind-address = 0.0.0.0
|
|
||||||
# Logging
|
# Logging
|
||||||
slow_query_log = 1
|
slow_query_log = 1
|
||||||
slow_query_log_file = /var/log/mysql/slow.log
|
slow_query_log_file = /var/log/mysql/slow.log
|
||||||
long_query_time = 1
|
long_query_time = 1
|
||||||
|
|
||||||
|
# Network
|
||||||
|
bind-address = 0.0.0.0
|
||||||
EOH
|
EOH
|
||||||
|
|
||||||
destination = "local/conf.cnf"
|
destination = "local/conf.cnf"
|
||||||
|
|
|
@ -10,6 +10,7 @@ job "esports-discord-bot" {
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "ghcr.io/aydenjahola/discord-multipurpose-bot:main"
|
image = "ghcr.io/aydenjahola/discord-multipurpose-bot:main"
|
||||||
|
force_pull = true
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
|
@ -28,6 +29,15 @@ RAPIDAPI_KEY={{ key "socs/esports/bot/rapidapi/key" }}
|
||||||
TRACKER_API_KEY={{ key "socs/esports/bot/trackerapi/key" }}
|
TRACKER_API_KEY={{ key "socs/esports/bot/trackerapi/key" }}
|
||||||
TRACKER_API_URL={{ key "socs/esports/bot/trackerapi/url" }}
|
TRACKER_API_URL={{ key "socs/esports/bot/trackerapi/url" }}
|
||||||
WORDNIK_API_KEY={{key "socs/esports/bot/wordnikapi/key" }}
|
WORDNIK_API_KEY={{key "socs/esports/bot/wordnikapi/key" }}
|
||||||
|
HUGGING_FACE_API_KEY={{ key "socs/esports/bot/huggingface/key" }}
|
||||||
|
|
||||||
|
RCON_HOST=esports-mc-rcon.service.consul
|
||||||
|
|
||||||
|
# https://discuss.hashicorp.com/t/passing-registered-ip-and-port-from-consul-to-env-nomad-job-section/35647
|
||||||
|
{{ range service "esports-mc-rcon" }}
|
||||||
|
RCON_PORT={{ .Port }}{{ end }}
|
||||||
|
|
||||||
|
RCON_PASSWORD={{ key "games/mc/esports-mc/rcon/password" }}
|
||||||
EOH
|
EOH
|
||||||
destination = "local/.env"
|
destination = "local/.env"
|
||||||
env = true
|
env = true
|
||||||
|
|
|
@ -38,7 +38,7 @@ alloc_id=$(nomad job status -verbose bastion-vm | grep running | tail -n 1 | cut
|
||||||
job_name=$(echo ${NOMAD_JOB_NAME} | cut -d "/" -f 1)
|
job_name=$(echo ${NOMAD_JOB_NAME} | cut -d "/" -f 1)
|
||||||
|
|
||||||
echo "Backing up alloc id: ${alloc_id} on: ${host} to ${path}/${file}..."
|
echo "Backing up alloc id: ${alloc_id} on: ${host} to ${path}/${file}..."
|
||||||
scp -B -i {{ key "bastion-vm/service/key" }} {{ key "bastion-vm/service/user" }}@${host}:/opt/nomad/alloc/${alloc_id}/bastion-vm/local/bastion-vm.qcow2 ${path}/${file}
|
ssh -i {{ key "bastion-vm/service/key" }} {{ key "bastion-vm/service/user" }}@${host} "sudo cat /opt/nomad/alloc/${alloc_id}/bastion-vm/local/bastion-vm.qcow2" > ${path}/${file}
|
||||||
|
|
||||||
find ${path}/bastion-vm-* -ctime +2 -exec rm {} \; || true
|
find ${path}/bastion-vm-* -ctime +2 -exec rm {} \; || true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue