From 3c5bed4a6f2da0003890d6e84c10c9373c867332 Mon Sep 17 00:00:00 2001 From: nopoz Date: Sat, 13 Jun 2026 11:15:16 -0700 Subject: [PATCH] Add related-projects and star-support sections to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f43efcf..9bfa0ad 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ portrieve stacks # list stacks - [Security notes](#security-notes) - [Troubleshooting](#troubleshooting) - [Disclaimer](#disclaimer) +- [More of my projects](#more-of-my-projects) +- [Support](#support) - [License](#license) ## Features @@ -441,6 +443,17 @@ Provided as-is, without warranty. Import creates and updates real stacks on your Portainer instance; always run with `--dry-run` first to review what will happen, and verify you have backups before using `--update` against live environments. +## More of my projects + +Other open-source tools I maintain that you might find useful: + +- [**Hosaka**](https://github.com/nopoz/hosaka) - Docker image update monitor with notifications and one-click updates. +- [**pfSense DNSCrypt Proxy**](https://github.com/nopoz/pfsense-dnscrypt-proxy) - a pfSense package for DNSCrypt Proxy: encrypted DNS with full GUI support. + +## Support + +If Portrieve is useful to you, please [star it on GitHub](https://github.com/nopoz/portrieve) to support the project. + ## License Released under the [MIT License](LICENSE).