From e4486989831e88b6d77c5b4db251295f6850a160 Mon Sep 17 00:00:00 2001 From: LevantinLynx Date: Mon, 3 Jun 2024 01:45:59 +0200 Subject: [PATCH] Indicate that protocal part of NTFY_SERVER variable is a mandatory part. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3ae765..82ce7b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gotify to Ntfy Relay Proxy +# Gotify to Ntfy Proxy This is intended to be used with Proxmox v8+ to get Ntfy integration with the "new" notification system. At time of writing there is no native Ntfy integration in Proxmox. ## Proxmox settings @@ -13,6 +13,9 @@ The proxy also works with Proxmox Backup Server since it uses the same notificat ## Example .env file + +The protocol part of the NTFY_SEVER variable is mandatory. + ```env NODE_ENV=production @@ -59,7 +62,7 @@ yarn start ## Docker -Docker image was downgraded in v1.1.0 to node v18 to be able to support arm/v7 and arm/v6 too. +IMPORTANT: If you are using docker container names to route between containers make sure you still use the protocol "http://" in front of the container name. Otherwise it wont work. e.g. NTFY_SERVER=http://ntfy_container_name ```bash docker run \