This commit is contained in:
Andrew Z 2024-06-26 08:06:23 -04:00
parent 66e0954376
commit 4637a6614e
2 changed files with 33 additions and 17 deletions

View File

@ -4209,5 +4209,9 @@ Updating stats on containers
Privileged: 104
No change to feed
Updating GitHub

View File

@ -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",