From 2016cd04f28613abe0b31935de157c78dabf2b32 Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Wed, 28 Aug 2024 22:53:51 +0530 Subject: [PATCH 1/2] feat: Added Elestio as one-click deploy option --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 74c446e..d59ecdc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ A web user interface to manage your WireGuard setup. > ⚠️The default username and password are `admin`. Please change it to secure your setup. +### One-click Deploy + +You can deploy software on Elestio using one-click deployment. + +[![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/wireguard) + ### Using binary file Download the binary file from the release page and run it directly on the host machine From de6fa0e8ddf11216dabc85b096d30ab6605662e5 Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Wed, 28 Aug 2024 23:03:00 +0530 Subject: [PATCH 2/2] ref: Updated the Wireguard name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d59ecdc..043b9a0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A web user interface to manage your WireGuard setup. ### One-click Deploy -You can deploy software on Elestio using one-click deployment. +You can deploy Wireguard on Elestio using one-click deployment. [![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/wireguard)