From 0da1e8becbbf9cf91aa96337d7f54e86bd36a890 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 12 May 2025 01:53:18 +0200 Subject: [PATCH 1/2] reoreder the deployment options --- 🔧-How-to-Install.md | 49 ++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 537bca7..e84163b 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -107,12 +107,14 @@ https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy Install with Portainer -## Unofficial & Experimental +## Unofficial > [!WARNING] > The following installation methods are provided by the community. They are not tested officially and may be broken in the future release. Use at your own risk. -### ☸️ OpenShift 4 and Kubernetes Helm 3 Chart (Unofficial) +### Deployment Tools + +#### ☸️ OpenShift 4 and Kubernetes Helm 3 Chart (Unofficial) > [!NOTE] > This Chart relies on a repackaged OCI Container Image, which lets *uptime-kuma* run as **non-root** user. @@ -122,11 +124,11 @@ The Containerfile used to rebundle *uptime-kuma*: [rootless Containerfile](https https://github.com/k3rnelpan1c-dev/uptime-kuma-helm -### Ansible (Unofficial) +#### Ansible (Unofficial) https://github.com/louislam/uptime-kuma/tree/ansible-unofficial/ansible -### Home Assistant add-on (Unofficial) +#### Home Assistant add-on (Unofficial) https://github.com/hassio-addons/addon-uptime-kuma @@ -134,41 +136,44 @@ https://github.com/hassio-addons/addon-uptime-kuma Also check out the corresponding custom integration: https://github.com/meichthys/uptime_kuma (WIP). -### Install on Synology NAS (Unofficial) +#### Install on Synology NAS (Unofficial) Unofficial tutorial by Marius Bogdan Lixandru: https://mariushosting.com/how-to-install-uptime-kuma-on-your-synology-nas/ -### One-Click Hosting on PikaPods +### Server Hosting platforms + +#### One-Click Hosting on PikaPods Run with one click on [PikaPods.com](https://www.pikapods.com/). Free for about 3 months with welcome credit. PikaPods have produced a [getting started video](https://www.youtube.com/watch?v=gbbcnNKPi8M) if you like consuming information in this form. [![PikaPods](https://www.pikapods.com/static/run-button.svg)](https://www.pikapods.com/pods?run=uptime-kuma) -### Install on Azure Container Instance with TLS endpoint +#### Install on Azure Container Instance with TLS endpoint Unofficial tutorial by Stefan: https://haci.io/posts/uptime-kuma-azure-container-instance/ -### Install on Azure AppService Container +#### Install on Azure AppService Container Unofficial tutorial by Leandro: https://www.leandroscardua.com/blog/deploy-uptime-kuma-on-azure/ -### Install on Azure AppService with persistent storage - -Unofficial bicep deployment script by Yannick Zwijsen: +Or with persistent storage: bicep deployment script by Yannick Zwijsen: https://github.com/yzwijsen/deploy-uptime-kuma-azure -### SQLite S3 persistent storage with Litestream.io -[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/UfDasl?referralCode=373) +#### Install on Railway + +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/UfDasl) + +#### SQLite S3 persistent storage with Litestream.io Run uptime-kuma with S3 persistent sqlite database: https://github.com/fluential/litestream-uptime-kuma/ -### One-Click Deployment on Alibaba Cloud +#### One-Click Deployment on Alibaba Cloud [![Deploy on AlibabaCloud ComputeNest](https://service-info-public.oss-cn-hangzhou.aliyuncs.com/computenest-en.svg)](https://computenest.console.aliyun.com/service/instance/create/default?type=user&ServiceName=Higress社区版) @@ -176,10 +181,6 @@ Follow the deployment guide to deploy Uptime Kuma on Alibaba Cloud. Both domesti - [Deployment Guide in English](https://computenest.console.aliyun.com/service/detail/ap-southeast-1/service-6a4ce994c30c49b1ae6b/2?type=user&isRecommend=true) - [中文部署文档](https://computenest.console.aliyun.com/service/detail/cn-hangzhou/service-34d66f31479747cd9957/2?type=user&isRecommend=true) -### uptime-kuma-helper - -[@mkgeeky](https://github.com/mkgeeky/) has created [uptime-kuma-helper](https://github.com/mkgeeky/uptime-kuma-helper) a bash script to install and update easy - ### Install on Zeabur Run with one click on [Zeabur](https://zeabur.com/). @@ -194,12 +195,6 @@ Run with one click on [Sealos](https://sealos.io/). [![Deploy on Sealos](https://sealos.io/Deploy-on-Sealos.svg)](https://template.sealos.io/deploy?templateName=uptime-kuma) -### Install on Dome - -[![Deploy to Dome](https://trydome.io/button-2.gif)](https://app.trydome.io/signup?package=uptime-kuma) - -To try the self-hosted uptime-kuma, [🚀 one-click deploy with Dome](https://app.trydome.io/signup?package=uptime-kuma) with a free trial. - ## Deploy to Fly.io You can host uptime-kuma [with a single command at Fly.io](https://community.fly.io/t/hosting-uptime-kuma-on-fly-io/14352) and run on its included Hobby Plan usage. @@ -208,6 +203,12 @@ You can host uptime-kuma [with a single command at Fly.io](https://community.fly You can [host uptime-kuma](https://flashpanel.io/docs/v2/en/tutorial/uptime-kuma.html) with [FlashPanel](https://flashpanel.io) (a server management control panel) for free on one server with up to 10 websites. +### Others + +### uptime-kuma-helper + +[@mkgeeky](https://github.com/mkgeeky/) has created [uptime-kuma-helper](https://github.com/mkgeeky/uptime-kuma-helper) a bash script to install and update easy + ## Uptime Kuma On Pi Deploy Android See [this guide](https://nanonotables.blogspot.com/2025/04/uptime-kuma-on-pi-deploy-tutorial.html) on how to convert a rooted android smartphone into an uptime kuma instance. From 17589b5d56b06ff553dd42096169d95f8927a56d Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 12 May 2025 01:57:10 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Updated=20=F0=9F=94=A7=20How=20to=20Install?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🔧-How-to-Install.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index e84163b..7032596 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -164,12 +164,10 @@ https://www.leandroscardua.com/blog/deploy-uptime-kuma-on-azure/ Or with persistent storage: bicep deployment script by Yannick Zwijsen: https://github.com/yzwijsen/deploy-uptime-kuma-azure -#### Install on Railway +#### SQLite S3 persistent storage with Litestream.io [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/UfDasl) -#### SQLite S3 persistent storage with Litestream.io - Run uptime-kuma with S3 persistent sqlite database: https://github.com/fluential/litestream-uptime-kuma/