From d39f66ad1e532f4860fe56631de1572374dbe636 Mon Sep 17 00:00:00 2001 From: Master of nothing <119959793+Masterofnoothing@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:25:13 +0530 Subject: [PATCH 1/2] Added support for gradient node --- config/app-config.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/config/app-config.json b/config/app-config.json index cc094cd..9d5cd7e 100644 --- a/config/app-config.json +++ b/config/app-config.json @@ -305,6 +305,32 @@ "email": {}, "password": {} } + }, + { + "name": "GRADIENT", + "dashboard": "https://app.getgrass.io/dashboard", + "link": "https://app.getgrass.io/register/?referralCode=qyvJmxgNUhcLo2f", + "compose_config": { + "container_name": "${DEVICE_NAME}_gradient", + "hostname": "${DEVICE_NAME}_gradient", + "image": "carbon2029/dockweb:latest", + "environment": [ + "GRADIENT_EMAIL=$GRADIENT_EMAIL", + "GRADIENT_PASS=$GRADIENT_PASSWORD" + ], + "restart": "always", + "cpus": "${APP_CPU_LIMIT_BIG}", + "mem_reservation": "${APP_MEM_RESERV_BIG}", + "mem_limit": "${APP_MEM_LIMIT_BIG}" + }, + "compose_config_proxy": { + "network_mode": "service:proxy", + "hostname": null + }, + "flags": { + "email": {}, + "password": {} + } }, { "name": "PACKETSHARE", From 5f71fc7944da6e389a5035477b9ef71494b5f7ad Mon Sep 17 00:00:00 2001 From: MRColor Date: Fri, 29 Nov 2024 16:29:57 +0100 Subject: [PATCH 2/2] chore (app-config,json): updated links from grass to gradient, better indentation --- config/app-config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/app-config.json b/config/app-config.json index 9d5cd7e..3532685 100644 --- a/config/app-config.json +++ b/config/app-config.json @@ -306,10 +306,10 @@ "password": {} } }, - { + { "name": "GRADIENT", - "dashboard": "https://app.getgrass.io/dashboard", - "link": "https://app.getgrass.io/register/?referralCode=qyvJmxgNUhcLo2f", + "dashboard": "https://app.gradient.network/dashboard", + "link": "https://app.gradient.network/signup?code=2WEG9X", "compose_config": { "container_name": "${DEVICE_NAME}_gradient", "hostname": "${DEVICE_NAME}_gradient", @@ -358,7 +358,6 @@ "password": {} } } - ], "extra-apps": [ {