From e1eaf63f1ce8859c6d077db1c621dbc0118201da Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:11:25 +0300 Subject: [PATCH] Update links to WUD since repo was moved --- README.md | 4 ++-- docs/pages/about.mdx | 4 ++-- docs/pages/docs/index.mdx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08563f8..0fed217 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ _If you like this project and/or use Cup, please consider starring the project - Extremely fast. Cup takes full advantage of your CPU and is hightly optimized, resulting in lightning fast speed. On my Raspberry Pi 5, it took 3.7 seconds for 58 images! - Supports most registries, including Docker Hub, ghcr.io, Quay, lscr.io and even Gitea (or derivatives) -- Doesn't exhaust any rate limits. This is the original reason I created Cup. It was inspired by [What's up docker?](https://github.com/fmartinou/whats-up-docker) which would always use it up. +- Doesn't exhaust any rate limits. This is the original reason I created Cup. It was inspired by [What's up docker?](https://github.com/getwud/wud) which would always use it up. - Beautiful CLI and web interface for checking on your containers any time. - The binary is tiny! At the time of writing it's just 5.2 MB. No more pulling 100+ MB docker images for a such a simple program. - JSON output for both the CLI and web interface so you can connect Cup to integrations. It's easy to parse and makes webhooks and pretty dashboards simple to set up! @@ -55,4 +55,4 @@ If you find a bug, or want to propose a feature, search for it in the [issues](h ## Acknowledgements -Thanks to [What's up Docker?](https://github.com/fmartinou/whats-up-docker) for inspiring this project. +Thanks to [What's up Docker?](https://github.com/getwud/wud) for inspiring this project. diff --git a/docs/pages/about.mdx b/docs/pages/about.mdx index 27b1889..2218135 100644 --- a/docs/pages/about.mdx +++ b/docs/pages/about.mdx @@ -7,7 +7,7 @@ Cup is a small utility that checks for updates to Docker containers. The logic i ## How it started -I got the basic idea for Cup a long time ago. I was looking at [Homepage's list of widgets](https://gethomepage.dev/latest/widgets/) when I discovered [What's Up Docker?](https://github.com/fmartinou/whats-up-docker) (referred to as WUD from now on). +I got the basic idea for Cup a long time ago. I was looking at [Homepage's list of widgets](https://gethomepage.dev/latest/widgets/) when I discovered [What's Up Docker?](https://github.com/getwud/wud) (referred to as WUD from now on). According to the docs: @@ -18,7 +18,7 @@ It supports the most common registries, has integrations with IFTTT, Slack, Tele I was managing my homelab myself at that time and the only way to check if I had updates was log in to the server and manually try to pull the images for *every single compose file*. WUD seemed to solve the problem nicely, so I decided to give it a try. I never used automatic updates or notifications, but I configured it and let it run. After deploying it and setting up my reverse proxy, I was greeted with this dashboard: -A screenshot of WUD's web UI, from the docs +A screenshot of WUD's web UI, from the docs It was working fine, but... the UI was not what I expected. It really reminds me of some really old Android app (I hope I didn't offend anyone). That was strike one. Nevertheless, I left it running. It was useful after all. A few days later I was pulling some docker images, when I got this error message: diff --git a/docs/pages/docs/index.mdx b/docs/pages/docs/index.mdx index dd50e4f..60c55c5 100644 --- a/docs/pages/docs/index.mdx +++ b/docs/pages/docs/index.mdx @@ -7,13 +7,13 @@ import { IconBrandDocker, IconPackage } from "@tabler/icons-react"; -Cup is a lightweight alternative to [What's up Docker?](https://github.com/fmartinou/whats-up-docker) written in Rust. +Cup is a lightweight alternative to [What's up Docker?](https://github.com/getwud/wud) written in Rust. # Features ✨ - 🚀 Extremely fast. Cup takes full advantage of your CPU and is hightly optimized, resulting in lightning fast speed. On my Raspberry Pi 5, it took 3.7 seconds for 58 images! - Supports most registries, including Docker Hub, ghcr.io, Quay, lscr.io and even Gitea (or derivatives) -- Doesn't exhaust any rate limits. This is the original reason I created Cup. It was inspired by [What's up docker?](https://github.com/fmartinou/whats-up-docker) which would always use it up. +- Doesn't exhaust any rate limits. This is the original reason I created Cup. It was inspired by [What's up docker?](https://github.com/getwud/wud) which would always use it up. - Beautiful CLI and web interface for checking on your containers any time. - The binary is tiny! At the time of writing it's just 5.2 MB. No more pulling 100+ MB docker images for a such a simple program. - JSON output for both the CLI and web interface so you can connect Cup to integrations. It's easy to parse and makes webhooks and pretty dashboards simple to set up!