From e9d9323dda0f81c683d7b6679f00253ed9d39112 Mon Sep 17 00:00:00 2001 From: mayar osama Date: Wed, 19 Jun 2024 11:56:04 +0300 Subject: [PATCH 1/2] Adding ipv6 to all applications --- packages/playground/src/weblets/tf_algorand.vue | 5 ++++- packages/playground/src/weblets/tf_casperlabs.vue | 5 ++++- packages/playground/src/weblets/tf_discourse.vue | 5 ++++- packages/playground/src/weblets/tf_funkwhale.vue | 5 ++++- packages/playground/src/weblets/tf_mattermost.vue | 5 ++++- packages/playground/src/weblets/tf_nextcloud.vue | 5 ++++- packages/playground/src/weblets/tf_peertube.vue | 5 ++++- packages/playground/src/weblets/tf_presearch.vue | 12 +++++++++++- packages/playground/src/weblets/tf_staticwebsite.vue | 11 ++++++++++- packages/playground/src/weblets/tf_subsquid.vue | 5 ++++- packages/playground/src/weblets/tf_taiga.vue | 5 ++++- packages/playground/src/weblets/tf_umbrel.vue | 4 ++++ packages/playground/src/weblets/tf_wordpress.vue | 5 ++++- 13 files changed, 65 insertions(+), 12 deletions(-) diff --git a/packages/playground/src/weblets/tf_algorand.vue b/packages/playground/src/weblets/tf_algorand.vue index 50440698b0..beaeff3a44 100644 --- a/packages/playground/src/weblets/tf_algorand.vue +++ b/packages/playground/src/weblets/tf_algorand.vue @@ -28,7 +28,7 @@ - + ; @@ -171,6 +173,7 @@ async function deploy() { : [], rootFilesystemSize: rootFilesystemSize.value, publicIpv4: ipv4.value, + publicIpv6: ipv6.value, mycelium: mycelium.value, planetary: planetary.value, nodeId: selectionDetails.value!.node!.nodeId, diff --git a/packages/playground/src/weblets/tf_casperlabs.vue b/packages/playground/src/weblets/tf_casperlabs.vue index bedba6134c..2cb9bd1d19 100644 --- a/packages/playground/src/weblets/tf_casperlabs.vue +++ b/packages/playground/src/weblets/tf_casperlabs.vue @@ -37,7 +37,7 @@ :large="{ cpu: 8, memory: 32, disk: 1000 }" /> - + @@ -50,6 +50,7 @@ - + @@ -71,6 +71,7 @@ ; const ipv4 = ref(false); +const ipv6 = ref(false); const mycelium = ref(true); const planetary = ref(true); const smtp = ref(createSMTPServer()); @@ -182,6 +184,7 @@ async function deploy() { entryPoint: flist.entryPoint, rootFilesystemSize: rootFilesystemSize.value, publicIpv4: ipv4.value, + publicIpv6: ipv6.value, planetary: planetary.value, mycelium: mycelium.value, envs: [ diff --git a/packages/playground/src/weblets/tf_funkwhale.vue b/packages/playground/src/weblets/tf_funkwhale.vue index f27fbd36bf..074cda6190 100644 --- a/packages/playground/src/weblets/tf_funkwhale.vue +++ b/packages/playground/src/weblets/tf_funkwhale.vue @@ -89,7 +89,7 @@ :small="{ cpu: 1, memory: 2, disk: 50 }" :medium="{ cpu: 2, memory: 4, disk: 100 }" /> - + @@ -102,6 +102,7 @@ - + @@ -55,6 +55,7 @@ - + @@ -49,6 +49,7 @@ - + @@ -76,6 +76,7 @@ + @@ -69,6 +76,7 @@ - + ; @@ -193,6 +201,7 @@ async function deploy() { flist: flist.value, entryPoint: flist.entryPoint, publicIpv4: ipv4.value, + publicIpv6: ipv6.value, mycelium: mycelium.value, planetary: planetary.value, envs: [ diff --git a/packages/playground/src/weblets/tf_subsquid.vue b/packages/playground/src/weblets/tf_subsquid.vue index d332b63104..2bd2af3343 100644 --- a/packages/playground/src/weblets/tf_subsquid.vue +++ b/packages/playground/src/weblets/tf_subsquid.vue @@ -51,7 +51,7 @@ :medium="{ cpu: 2, memory: 4, disk: 100 }" /> - + @@ -64,6 +64,7 @@ ; @@ -168,6 +170,7 @@ async function deploy() { flist: flist.value, entryPoint: flist.entryPoint, publicIpv4: ipv4.value, + publicIpv6: ipv6.value, mycelium: mycelium.value, planetary: planetary.value, envs: [ diff --git a/packages/playground/src/weblets/tf_taiga.vue b/packages/playground/src/weblets/tf_taiga.vue index f3821870e5..6cb3b0a8ab 100644 --- a/packages/playground/src/weblets/tf_taiga.vue +++ b/packages/playground/src/weblets/tf_taiga.vue @@ -90,7 +90,7 @@ :small="{ cpu: 2, memory: 4, disk: 100 }" :medium="{ cpu: 4, memory: 8, disk: 150 }" /> - + @@ -103,6 +103,7 @@ - + @@ -103,6 +103,7 @@ - + @@ -34,6 +34,7 @@ - + @@ -59,6 +59,7 @@ - + @@ -92,6 +92,7 @@