From 4fe0fb83a155cff936e09d7f725c27717a8fc130 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 14 Oct 2025 22:19:12 -0700 Subject: [PATCH] Add tag and add new script --- manage/remote-node/convert-remote.mdx | 9 +++++++++ manage/remote-node/quick-install-remote.mdx | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/manage/remote-node/convert-remote.mdx b/manage/remote-node/convert-remote.mdx index 964e278..e32daff 100644 --- a/manage/remote-node/convert-remote.mdx +++ b/manage/remote-node/convert-remote.mdx @@ -91,6 +91,15 @@ Your existing Pangolin data will stay in the database, so feel free to try manag ``` + + Update the Pangolin repo to use the remote node image. In your `docker-compose.yml`, change the `pangolin` service to use the remote image: + + ```yaml + pangolin: + image: fosrl/pangolin-node:latest + ``` + + Edit your `config/traefik/traefik_config.yml` file to add a ping endpoint for health checks. Add this to the bottom of the file: diff --git a/manage/remote-node/quick-install-remote.mdx b/manage/remote-node/quick-install-remote.mdx index e61cf4a..bdbca88 100644 --- a/manage/remote-node/quick-install-remote.mdx +++ b/manage/remote-node/quick-install-remote.mdx @@ -39,7 +39,7 @@ Before installing Pangolin, ensure you've opened the required port on your firew Connect to your server via SSH and download the installer: ```bash - curl -fsSL https://digpangolin.com/get-installer.sh | bash + curl -fsSL https://digpangolin.com/get-node-installer.sh | bash ``` The installer supports both AMD64 (x86_64) and ARM64 architectures.