diff --git a/docs.json b/docs.json index 340e8eb..c9309f8 100644 --- a/docs.json +++ b/docs.json @@ -373,6 +373,10 @@ "tab": "GitHub", "href": "https://github.com/fosrl/pangolin" }, + { + "tab": "Releases", + "href": "https://pangolin.net/news/tags/release" + }, { "tab": "Trust Center", "href": "https://trust.pangolin.net/" diff --git a/images/pangolin-site-community-apps.png b/images/pangolin-site-community-apps.png new file mode 100644 index 0000000..5f5a3ab Binary files /dev/null and b/images/pangolin-site-community-apps.png differ diff --git a/images/pangolin-site-template.png b/images/pangolin-site-template.png new file mode 100644 index 0000000..ea5fe1d Binary files /dev/null and b/images/pangolin-site-template.png differ diff --git a/manage/sites/install-site.mdx b/manage/sites/install-site.mdx index c8a4ecf..7ecf695 100644 --- a/manage/sites/install-site.mdx +++ b/manage/sites/install-site.mdx @@ -227,6 +227,22 @@ docker compose up -d ## Platform-Specific Installation +### Unraid + +Pangolin Site is available in the Unraid Community Applications store. This template runs the Pangolin CLI (`fosrl/pangolin-cli`) and is the recommended way to install a site on Unraid. Use it instead of the Newt Community Applications listing for new sites. + +Search for **Pangolin Site** and install the listing from **Fossorial's Repository**. That is the officially supported template. + + + Pangolin Site in the Unraid Community Applications store from Fossorial's Repository + + +Follow the installation prompts, then enter the site ID, secret, and endpoint from Pangolin in the template fields. + + + Unraid Pangolin Site template showing PANGOLIN_ENDPOINT, SITE_ID, and SITE_SECRET + + ### Kubernetes @@ -252,4 +268,4 @@ Running a site in a Kubernetes cluster is covered separately from the Docker ins ### Newt -Unraid, Advantech routers, Windows services, and other Newt-only install methods are documented on [Install Newt](/manage/sites/install-newt). Use Newt when you want the smaller standalone connector instead of the Pangolin CLI. +Advantech routers, Windows services, and other Newt-only install methods are documented on [Install Newt](/manage/sites/install-newt). Use Newt when you want the smaller standalone connector instead of the Pangolin CLI.