From 7746e5f8331a15a49af6f8a022abf9880b858be6 Mon Sep 17 00:00:00 2001 From: cpu Date: Mon, 12 May 2025 02:49:41 +0200 Subject: [PATCH] players stay in run all timers mode --- docs/deployment.md | 2 +- src/components/PlayerListItem.vue | 38 ++++++++----- src/views/GameView.vue | 95 +++++++++++++------------------ 3 files changed, 63 insertions(+), 72 deletions(-) diff --git a/docs/deployment.md b/docs/deployment.md index 3418a29..cd131cb 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -94,7 +94,7 @@ webhooksvc ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart virt-nexus-timer.servi ``` Replace `webhooksvc` with the actual user webhook runs as. If webhook runs as root, this is not necessary but less secure overall. ### Configure the `webhook` Service -Create or edit the main webhook configuration file, typically at `/etc/webhook.conf`. Add the JSON object from `hooks/webhook.conf` to the array in the file (or create the file if it's new). +Create or edit the main webhook configuration file, typically at `/etc/webhook.conf`. Add the JSON object from `hooks/webhook.conf` to the array in the file (or create the file if it's new). **Note:** Replace `YOUR_VERY_STRONG_SECRET_TOKEN_HERE_REPLACE_ME` with a strong, unique secret. ### Set Up webhook as a Systemd Service Use `systemctl edit` to create or overwrite the service file. This is the recommended way to manage custom systemd units. diff --git a/src/components/PlayerListItem.vue b/src/components/PlayerListItem.vue index de4b31b..16de6d2 100644 --- a/src/components/PlayerListItem.vue +++ b/src/components/PlayerListItem.vue @@ -1,10 +1,10 @@