From 16745bf38f707d5709c7bba31d458e554c6ff668 Mon Sep 17 00:00:00 2001 From: Dale Shrauger Date: Tue, 3 Jun 2025 08:55:58 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e0f4c..abe8695 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can access the free version of ntfy at **ntfy.sh**. There is also ### **Why does this exist when there's already a FreeBSD sysutils/ntfy pkg/port?** -The FreeBSD ntfy client package doesn't have the server or web built-in. It's a basic client only. It's also on version 2.7.0 while the latest release is currently 2.12.0. This repo is to build a full install with client, server, and web running as a ntfy user with startup scripts and configs for client and server.  +The FreeBSD ntfy in ports/packages is a completely different project with the same name. This repo is to build a full install of ntfy.sh with client, server, and web running as a ntfy user with startup scripts and configs for client and server.  I built ntfy server on FreeBSD manually and have been testing it. I decided if I was going to keep using it that I should formalize an install.