From 867d15f880dc04c536a75c31cff22d7c03a94f7b Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 13 Feb 2024 00:22:42 +0100 Subject: [PATCH] Added CT: Uptime Kuma, Fixed sudo issue whiile building *Added CT 'Uptime Kuma' * Added pm2-logrotate to CT nodered and z2mqtt *Added fix for failing to build CT's that use Sudo commands. The new sudo version enables PTY by default, configured to temporarily disabled it while building --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 509f88e..b782f95 100644 --- a/Readme.md +++ b/Readme.md @@ -51,7 +51,11 @@ This can be done on a privileged Debian CT (make sure to enable the Fuse, Nestin | heimdall | Alpine | Heimdall, A application dashboard/launcher | | vouchproxy | Alpine | Vouch-proxy, A SSO solution for Nginx | | freshrss | Alpine | FreshRSS, a self-hosted RSS feed aggregator | +<<<<<<< HEAD | uptiimekuma | Alpine | Uptime Kuma a self-hosted monitoring tool. | +======= +| uptimekuma | Alpine | Uptime Kuma a self-hosted monitoring tool. | +>>>>>>> 43bdf4c (Added CT: Uptime Kuma, Fixed sudo issue whiile building) ## TODO **Begin original list**