Centralizes all GM controls—add, update, delete player, set RP or renown, reset player passwords—into the PlayerTab for a more intuitive workflow. Removes GM panel logic and duplication from the shop view, clarifies GM access, and improves error feedback on player list loading. Adds a backend health check endpoint and minor UI polish.
19 lines
394 B
Plaintext
19 lines
394 B
Plaintext
[Unit]
|
|
Description=Deathwatch Roller API
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User={{RUN_AS_USER}}
|
|
WorkingDirectory={{REPO_DIR}}/database
|
|
ExecStart=/usr/bin/node {{REPO_DIR}}/database/server.js
|
|
Restart=always
|
|
RestartSec=5
|
|
EnvironmentFile=/etc/default/deathwatch-server
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=deathwatch-server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|