From 4d4f23edac5ad7f57d4c8e7ab7cb0e6698ac9d5c Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 13 Jun 2024 17:12:23 -0600 Subject: [PATCH 1/2] - Add Unraid install instructions --- docs/installation.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.mdx b/docs/installation.mdx index ff7f275..2953a02 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -22,6 +22,12 @@ docker build -f docker/Dockerfile -t imgproxy . docker run -p 8080:8080 -it imgproxy ``` +## Unraid + +imgproxy is available in the [Community Apps](https://unraid.net/community/apps) store on Unraid. After [installing the Community Apps plugin](https://forums.unraid.net/topic/38582-plug-in-community-applications/) on your Unraid machine, simply search for "imgproxy" and select the resulting app (provided by grtgbln's repository). + +Follow the on-screen instructions to set up the container, including mapping the Web UI port. + ## Helm imgproxy can be easily deployed to your Kubernetes cluster using Helm and our official Helm chart: From d8b913d9a17649f6e03b76dff246e2c7e9b1f700 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Fri, 14 Jun 2024 10:49:49 -0600 Subject: [PATCH 2/2] - Move Unraid instructions --- docs/installation.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation.mdx b/docs/installation.mdx index 2953a02..662ddd1 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -22,12 +22,6 @@ docker build -f docker/Dockerfile -t imgproxy . docker run -p 8080:8080 -it imgproxy ``` -## Unraid - -imgproxy is available in the [Community Apps](https://unraid.net/community/apps) store on Unraid. After [installing the Community Apps plugin](https://forums.unraid.net/topic/38582-plug-in-community-applications/) on your Unraid machine, simply search for "imgproxy" and select the resulting app (provided by grtgbln's repository). - -Follow the on-screen instructions to set up the container, including mapping the Web UI port. - ## Helm imgproxy can be easily deployed to your Kubernetes cluster using Helm and our official Helm chart: @@ -44,6 +38,12 @@ helm upgrade -i --name imgproxy imgproxy/imgproxy Check out the [chart's README](https://github.com/imgproxy/imgproxy-helm) for more info. +## Unraid + +imgproxy is available in the [Community Apps](https://unraid.net/community/apps) store on Unraid. After [installing the Community Apps plugin](https://forums.unraid.net/topic/38582-plug-in-community-applications/) on your Unraid machine, simply search for "imgproxy" and select the resulting app (provided by grtgbln's repository). + +Follow the on-screen instructions to set up the container, including mapping the Web UI port. + ## Clouds ### Heroku