diff --git a/log.txt b/log.txt index ed0076e1b..91d47384a 100644 --- a/log.txt +++ b/log.txt @@ -4209,5 +4209,9 @@ Updating stats on containers Privileged: 104 + +No change to feed + + Updating GitHub diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 120d90cf8..8a8e4d21c 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -21472,25 +21472,11 @@ "Config": [ { "@attributes": { - "Name": "WebUI", + "Name": "Port: 7396", "Target": "7396", "Default": "7396", "Mode": "tcp", - "Description": "Folding@home web gui.", - "Type": "Port", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "Port: 36330", - "Target": "36330", - "Default": "36330", - "Mode": "tcp", - "Description": "Optional port for connecting remotely via FAHControl app (no password).", + "Description": "Folding@home web gui (redirects to https://app.foldingathome.org(https://app.foldingathome.org)).", "Type": "Port", "Display": "always", "Required": "false", @@ -21512,12 +21498,38 @@ }, "value": "" }, + { + "@attributes": { + "Name": "ACCOUNT_TOKEN", + "Target": "ACCOUNT_TOKEN", + "Default": "", + "Description": "Register for an account on `https://app.foldingathome.org` and retrieve account token in settings. Required on first start.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MACHINE_NAME", + "Target": "MACHINE_NAME", + "Default": "", + "Description": "Assign a friendly name to this instance (no spaces). Required on first start.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, { "@attributes": { "Name": "CLI_ARGS", "Target": "CLI_ARGS", "Default": "", - "Description": "Optionally pass additional cli arguments to `FAHClient` on container start.", + "Description": "Optionally pass additional cli arguments to `fah-client` on container start.", "Type": "Variable", "Display": "always", "Required": "false",