From ae5d307d3adc1580a7f228bfe8b86e28d9524d2e Mon Sep 17 00:00:00 2001 From: Volodymyr Stelmashchuk Date: Fri, 20 Dec 2024 20:40:37 +0200 Subject: [PATCH 1/4] Add note to domain page, about enable ingress proxy --- docs/dashboard/domains.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dashboard/domains.md b/docs/dashboard/domains.md index 9a20626..39bb22f 100644 --- a/docs/dashboard/domains.md +++ b/docs/dashboard/domains.md @@ -25,10 +25,10 @@ You can click on `Verify DNS` button to verify if domain is correctly pointing t - If you are using cloudflare as your DNS provider, it is recommended to use DNS only mode while mapping your domain to the proxy server IP. - If you want to use Cloudflare Proxy Mode, go to `Domain SSL/TLS Mode` section and mark `Encryption Mode` to `Full`. After this, all your application hosted on swiftwave should use `https` protocol in all ingress rules. +**Note:** To use the `Verify DNS` feature, ensure that **Enable Ingress Proxy** is turned on for the server. ::: - ### Issue SSL Certificate 🛡️ You can issue a SSL certificate automatically via Let's Encrypt or by manually providing SSL certificate and private key. @@ -69,4 +69,4 @@ You can issue a SSL certificate automatically via Let's Encrypt or by manually p - Also, you may have purchased SSL certificate from a third party and you want to use it. - If you just want to use self-signed certificate, you can go with this option. - ::: \ No newline at end of file + ::: From 8aead8dba89049d63928c5959a1637889fade1b4 Mon Sep 17 00:00:00 2001 From: Volodymyr Stelmashchuk Date: Fri, 20 Dec 2024 20:43:54 +0200 Subject: [PATCH 2/4] Update domains.md --- docs/dashboard/domains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dashboard/domains.md b/docs/dashboard/domains.md index 39bb22f..219da84 100644 --- a/docs/dashboard/domains.md +++ b/docs/dashboard/domains.md @@ -25,7 +25,7 @@ You can click on `Verify DNS` button to verify if domain is correctly pointing t - If you are using cloudflare as your DNS provider, it is recommended to use DNS only mode while mapping your domain to the proxy server IP. - If you want to use Cloudflare Proxy Mode, go to `Domain SSL/TLS Mode` section and mark `Encryption Mode` to `Full`. After this, all your application hosted on swiftwave should use `https` protocol in all ingress rules. -**Note:** To use the `Verify DNS` feature, ensure that **Enable Ingress Proxy** is turned on for the server. +- **Note:** To use the `Verify DNS` feature, ensure that **Enable Ingress Proxy** is turned on for the server. ::: From 7af073a21555d266d0c6852c0017791f7b8ac6d3 Mon Sep 17 00:00:00 2001 From: Volodymyr Stelmashchuk Date: Fri, 20 Dec 2024 20:46:05 +0200 Subject: [PATCH 3/4] Update domains.md --- docs/dashboard/domains.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dashboard/domains.md b/docs/dashboard/domains.md index 219da84..45d72f0 100644 --- a/docs/dashboard/domains.md +++ b/docs/dashboard/domains.md @@ -25,10 +25,11 @@ You can click on `Verify DNS` button to verify if domain is correctly pointing t - If you are using cloudflare as your DNS provider, it is recommended to use DNS only mode while mapping your domain to the proxy server IP. - If you want to use Cloudflare Proxy Mode, go to `Domain SSL/TLS Mode` section and mark `Encryption Mode` to `Full`. After this, all your application hosted on swiftwave should use `https` protocol in all ingress rules. -- **Note:** To use the `Verify DNS` feature, ensure that **Enable Ingress Proxy** is turned on for the server. ::: +**Note:** To use the `Verify DNS` feature, ensure that **Enable Ingress Proxy** is turned on for the server. + ### Issue SSL Certificate 🛡️ You can issue a SSL certificate automatically via Let's Encrypt or by manually providing SSL certificate and private key. From e92fc751f5b5cebc5b2b366d1fc8f30f158f854e Mon Sep 17 00:00:00 2001 From: Volodymyr Stelmashchuk Date: Fri, 20 Dec 2024 21:01:59 +0200 Subject: [PATCH 4/4] Update domains.md --- versioned_docs/version-2.2.x/dashboard/domains.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/versioned_docs/version-2.2.x/dashboard/domains.md b/versioned_docs/version-2.2.x/dashboard/domains.md index 9a20626..45d72f0 100644 --- a/versioned_docs/version-2.2.x/dashboard/domains.md +++ b/versioned_docs/version-2.2.x/dashboard/domains.md @@ -28,6 +28,7 @@ You can click on `Verify DNS` button to verify if domain is correctly pointing t ::: +**Note:** To use the `Verify DNS` feature, ensure that **Enable Ingress Proxy** is turned on for the server. ### Issue SSL Certificate 🛡️ @@ -69,4 +70,4 @@ You can issue a SSL certificate automatically via Let's Encrypt or by manually p - Also, you may have purchased SSL certificate from a third party and you want to use it. - If you just want to use self-signed certificate, you can go with this option. - ::: \ No newline at end of file + :::