auto: docs sync 2026-08-18T12:00:05+00:00
Files changed: credentials credentials.bak-meshwars engine/changelog.md engine/lint-report.md
This commit is contained in:
parent
0156f2eec3
commit
9f9951f58e
4 changed files with 420 additions and 1 deletions
15
credentials
15
credentials
|
|
@ -400,3 +400,18 @@ CONDUIT_GUI_PASS="7redditGold"
|
|||
ARGUS_WEB_URL="https://argus.echo6.co"
|
||||
ARGUS_WEB_USER="idaho"
|
||||
ARGUS_WEB_PASS="lads"
|
||||
|
||||
# MeshWars territory control game — LXC 119 (mesh-territory) on utility host
|
||||
# https://meshwars.com terminates TLS on CT 101 Caddy, proxies to 192.168.1.219:8090
|
||||
# All three values below are set in /home/zvx/meshwars/.env on CT 119 (gitignored);
|
||||
# none can be recovered from the app database, they are stored hashed. Recorded 2026-08-18.
|
||||
MESHWARS_URL="https://meshwars.com"
|
||||
MESHWARS_ADMIN_URL="https://meshwars.com/admin"
|
||||
# Gates the admin interface. When empty, every admin route 404s instead of 403 —
|
||||
# an unconfigured install doesn't advertise that an admin door exists.
|
||||
MESHWARS_ADMIN_TOKEN="GKe_dJUuAdeXeB1JNVr49rw1KfyLRQeyRTuM5rCyUek"
|
||||
# Gates registration at /join. Empty disables registration entirely.
|
||||
MESHWARS_JOIN_INVITE_CODE="meshwars2026"
|
||||
# Owner's own player key, used by the MeshMapper wardriving app to post positions.
|
||||
# Stored only as a hash server-side — cannot be recovered, only reissued.
|
||||
MESHWARS_PLAYER_MALICE_API_KEY="vPCw_sZFL-PuJh30brM9fD9eYACO00JliGv2zIwuVgw"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue