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 @@