pelican: rename wings vhost to games.nordhammer.it
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
a031586c32
commit
ff5a825a22
2 changed files with 8 additions and 4 deletions
|
|
@ -30,8 +30,12 @@
|
|||
#
|
||||
# FIRST-RUN (wings crash-loops until step 3 — that's expected):
|
||||
# 1. Admin user: docker exec -it -u 82 pelican-panel php artisan p:user:make
|
||||
# 2. Admin → Nodes → Create. FQDN node.nordhammer.it, SSL *on*, port 443
|
||||
# (nginx terminates TLS and proxies to wings' plain :8080 below).
|
||||
# 2. Admin → Nodes → Create. FQDN games.nordhammer.it, SSL *on*, and
|
||||
# "Behind Proxy" *on* — that last one is what makes the generated config
|
||||
# say api.ssl.enabled: false, so wings serves plain HTTP and nginx owns
|
||||
# the cert. The two daemon ports are not the same number: Listen stays
|
||||
# 8080 (what wings binds inside the container) while Connect is 443 (what
|
||||
# the panel and browsers dial, i.e. nginx).
|
||||
# Allocations: IP 10.0.0.1, ports 25565-25600 (matches ports.toml).
|
||||
# 3. Node → Configuration tab → copy the generated YAML to
|
||||
# /etc/pelican/config.yml on this host, then
|
||||
|
|
@ -100,7 +104,7 @@
|
|||
"/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||
];
|
||||
ports = [
|
||||
# Daemon API + console websocket — nginx fronts it as node.nordhammer.it.
|
||||
# Daemon API + console websocket — nginx fronts it as games.nordhammer.it.
|
||||
"127.0.0.1:8443:8080"
|
||||
# SFTP into server files. LAN-reachable; not in ports.toml, so no WAN.
|
||||
"2022:2022"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue