This commit is contained in:
Andrew Z 2021-11-14 06:03:15 -05:00
parent 2e782471f8
commit 1e5035119f
7 changed files with 89 additions and 612 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1636873404
"last_updated_timestamp": 1636887794
}

View File

@ -172508,15 +172508,15 @@
"Author": "Bergware, Niellles, ZekerPixels",
"Name": "Nederlands taalpakket",
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-nl_NL.xml",
"Version": "2021.11.07",
"Version": "2021.11.14",
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
"Support": "https://forums.unraid.net/forum/80-dutch-nederlands/",
"Description": "Dit is een Nederlandse vertaling voor Unraid en ondersteunde plug-ins.\n\nThis is a Dutch translation for Unraid and supported plugins.",
"Repo": "Official Unraid Repository",
"RepoShort": "Unraid",
"RepoURL": "https://github.com/unraid/language-templates",
"Date": 1636257600,
"DateInstalled": 1636257600,
"Date": 1636866000,
"DateInstalled": 1636866000,
"SwitchLanguage": "Schakel over naar deze taal",
"InstallLanguage": "Taalpakket Installeren",
"InfoLanguage": "Druk voor meer informatie",
@ -186111,221 +186111,14 @@
"Name": "machinaris-silicoin",
"Repository": "ghcr.io/guydavis/machinaris-silicoin",
"Registry": "https://hub.docker.com/repository/docker/guydavis/machinaris-silicoin",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/108896-support-machinaris-chia-crptocurrency-farming-plotman-plotting-unraid-webui/",
"Project": "https://github.com/guydavis/machinaris",
"Overview": "Adds on farming of the Silicoin blockchain to the main Machinaris application, alongside Chia. \r\n \r\n NOTE: Silicoin blockchain dev team has not released the source code (tarball not acceptable) as of 2021-11-09. As such I strongly recommend stopping this Machinaris-Silicoin container if you are running. Based on an old chain start, it is a waste of compute resources to run. \n \r\n PREREQUISITE: Machinaris application, containing Chia blockchain, which this Silicoin container will register with. \r\n \r\n INSTALL: Set the host path to first directory containing plots using '/plots1' Path. Add more Paths for additional host directories. Also be sure to set the LAN IP address of your Unraid server in the controller_host and worker_address variables. \r \n \r\n SETUP: The Silicoin blockchain will be accessible within the Machinaris WebUI. Don't forget to port-forward tcp/11444 at your router.\r\n \r\n SUPPORT: Join the Discord server for fastest response: https://discord.gg/mX4AtMTt87 Ask a question or start a discussion on Github: https://github.com/guydavis/machinaris/discussions \r\n \r\n DISCLAIMER OF WARRANTY. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.",
"WebUI": "http://[IP]:[PORT:8926]/",
"TemplateURL": "https://raw.githubusercontent.com/guydavis/machinaris-unraid/master/machinaris-silicoin.xml",
"Icon": "https://raw.githubusercontent.com/guydavis/machinaris-unraid/master/logos/silicoin.png",
"ExtraParams": "-h $HOSTNAME",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "appdata",
"Target": "/root/.chia",
"Default": "/mnt/user/appdata/machinaris-silicoin",
"Mode": "rw",
"Description": "Holds app data for the container. Not for temp plotting or final plot storage.",
"Type": "Path",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/machinaris-silicoin"
},
{
"@attributes": {
"Name": "mnemonic_path",
"Target": "/root/.chia/mnemonic.txt",
"Default": "/mnt/user/appdata/machinaris/mnemonic.txt",
"Mode": "ro",
"Description": "Read-only access to the mnemonic from the main Machinaris container, allowing this fork to farm the same plots.",
"Type": "Path",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/machinaris/mnemonic.txt"
},
{
"@attributes": {
"Name": "plots1",
"Target": "/plots1",
"Default": "",
"Mode": "rw",
"Description": "Holds completed plots for farming. Create more Paths for additional folders like plots1,plots2,etc... ",
"Type": "Path",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "plotting",
"Target": "/plotting",
"Default": "",
"Mode": "rw",
"Description": "Your fast temp space for plotting, ideally a cache pool or unassigned SSD.",
"Type": "Path",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "plots_dir",
"Target": "plots_dir",
"Default": "/plots1",
"Mode": "",
"Description": "A colon-separated list of all in-container paths (defined above) holding your completed plots. Example: /plots1:/plots2:/plots3",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "/plots1"
},
{
"@attributes": {
"Name": "controller_host",
"Target": "controller_host",
"Default": "",
"Mode": "",
"Description": "The IP address of your Unraid server on your LAN for controller/worker communication.",
"Type": "Variable",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "worker_address",
"Target": "worker_address",
"Default": "",
"Mode": "",
"Description": "Again, the IP address of your Unraid server on your LAN for controller/worker communication.",
"Type": "Variable",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "worker_api_port",
"Target": "worker_api_port",
"Default": "",
"Mode": "",
"Description": "The TCP port of the Machinaris worker for controller/worker communication.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "8933"
},
{
"@attributes": {
"Name": "worker_port",
"Target": "8933",
"Default": "8933",
"Mode": "tcp",
"Description": "The TCP port to reach this worker at. Leave at 8933 for Silicoin blockchain.",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "8933"
},
{
"@attributes": {
"Name": "protocol_port",
"Target": "11444",
"Default": "11444",
"Mode": "tcp",
"Description": "The TCP port for connecting to peers. Port forward at your router.",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "11444"
},
{
"@attributes": {
"Name": "farmer_port",
"Target": "11447",
"Default": "11447",
"Mode": "tcp",
"Description": "The TCP port allowing harvesters to connect with on your LAN. DO NOT port forward at your router.",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "11447"
},
{
"@attributes": {
"Name": "mode",
"Target": "mode",
"Default": "fullnode",
"Mode": "",
"Description": "Determines which services Machinaris starts. Default is everything (aka fullnode).",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "fullnode"
},
{
"@attributes": {
"Name": "blockchains",
"Target": "blockchains",
"Default": "silicoin",
"Mode": "",
"Description": "The blockchain to farm. Leave set to 'silicoin'.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "silicoin"
},
{
"@attributes": {
"Name": "blockchain_db_download",
"Target": "blockchain_db_download",
"Default": "false",
"Mode": "",
"Description": "On first launch, whether to download a fully synced copy of the blockchain database, avoidng hours/days of syncing. Off by default due to inherent risks. More at: https://github.com/guydavis/machinaris/wiki/Blockchains",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "false"
}
],
"Repo": "guy.davis' Repository",
"ModeratorComment": "Repository no longer available",
"Beta": "true",
"Blacklist": true,
"Overview": "Adds on farming of the Silicoin blockchain to the main Machinaris application, alongside Chia. \r\n \r\n NOTE: Silicoin blockchain dev team has not released the source code (tarball not acceptable) as of 2021-11-09. As such I strongly recommend stopping this Machinaris-Silicoin container if you are running. Based on an old chain start, it is a waste of compute resources to run. \n \r\n PREREQUISITE: Machinaris application, containing Chia blockchain, which this Silicoin container will register with. \r\n \r\n INSTALL: Set the host path to first directory containing plots using '/plots1' Path. Add more Paths for additional host directories. Also be sure to set the LAN IP address of your Unraid server in the controller_host and worker_address variables. \r \n \r\n SETUP: The Silicoin blockchain will be accessible within the Machinaris WebUI. Don't forget to port-forward tcp/11444 at your router.\r\n \r\n SUPPORT: Join the Discord server for fastest response: https://discord.gg/mX4AtMTt87 Ask a question or start a discussion on Github: https://github.com/guydavis/machinaris/discussions \r\n \r\n DISCLAIMER OF WARRANTY. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.",
"templatePath": "/tmp/GitHub/AppFeed/templates/guy.davisRepository/machinaris-silicoin.xml",
"CategoryList": [
"Crypto"
@ -186918,81 +186711,14 @@
"Name": "cncjs",
"Repository": "cncjs/cncjs:master",
"Registry": "https://hub.docker.com/r/cncjs/cncjs/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "true",
"Support": "https://hub.docker.com/r/cncjs/cncjs/",
"Project": "https://github.com/cncjs/cncjs",
"Overview": "A full-featured web interface for CNC controllers running Grbl, Marlin, Smoothieware, or TinyG.",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/Alphacosmos/unraid-templetes/main/CNCJS.xml",
"Icon": "https://cnc.js.org/logo.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "/config",
"Target": "/cncjs/",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /opt/cncjs",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cncjs"
},
{
"@attributes": {
"Name": "port",
"Target": "8000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 8000",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8000"
},
{
"@attributes": {
"Name": "Webcam",
"Target": "",
"Default": "",
"Mode": "",
"Description": "Container Device: ",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/dev/"
},
{
"@attributes": {
"Name": "CNC",
"Target": "",
"Default": "",
"Mode": "",
"Description": "Container Device: ",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/dev/"
}
],
"Repo": "Alphacosmos' Repository",
"Date": "1625186504",
"ModeratorComment": "Master tag no longer available",
"Blacklist": true,
"Official": true,
"Overview": "A full-featured web interface for CNC controllers running Grbl, Marlin, Smoothieware, or TinyG.",
"templatePath": "/tmp/GitHub/AppFeed/templates/AlphacosmosRepository/CNCJS.xml",
"CategoryList": [
"Tools-Utilities"

View File

@ -1,7 +1,7 @@
{
"apps": 1414,
"last_updated_timestamp": 1636873404,
"last_updated": "2021-11-14 02:03",
"last_updated_timestamp": 1636887794,
"last_updated": "2021-11-14 06:03",
"categories": [
{
"Cat": "Backup:",
@ -172670,15 +172670,15 @@
"Author": "Bergware, Niellles, ZekerPixels",
"Name": "Nederlands taalpakket",
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-nl_NL.xml",
"Version": "2021.11.07",
"Version": "2021.11.14",
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
"Support": "https://forums.unraid.net/forum/80-dutch-nederlands/",
"Description": "Dit is een Nederlandse vertaling voor Unraid en ondersteunde plug-ins.\n\nThis is a Dutch translation for Unraid and supported plugins.",
"Repo": "Official Unraid Repository",
"RepoShort": "Unraid",
"RepoURL": "https://github.com/unraid/language-templates",
"Date": 1636257600,
"DateInstalled": 1636257600,
"Date": 1636866000,
"DateInstalled": 1636866000,
"SwitchLanguage": "Schakel over naar deze taal",
"InstallLanguage": "Taalpakket Installeren",
"InfoLanguage": "Druk voor meer informatie",
@ -186273,221 +186273,14 @@
"Name": "machinaris-silicoin",
"Repository": "ghcr.io/guydavis/machinaris-silicoin",
"Registry": "https://hub.docker.com/repository/docker/guydavis/machinaris-silicoin",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/108896-support-machinaris-chia-crptocurrency-farming-plotman-plotting-unraid-webui/",
"Project": "https://github.com/guydavis/machinaris",
"Overview": "Adds on farming of the Silicoin blockchain to the main Machinaris application, alongside Chia. \r\n \r\n NOTE: Silicoin blockchain dev team has not released the source code (tarball not acceptable) as of 2021-11-09. As such I strongly recommend stopping this Machinaris-Silicoin container if you are running. Based on an old chain start, it is a waste of compute resources to run. \n \r\n PREREQUISITE: Machinaris application, containing Chia blockchain, which this Silicoin container will register with. \r\n \r\n INSTALL: Set the host path to first directory containing plots using '/plots1' Path. Add more Paths for additional host directories. Also be sure to set the LAN IP address of your Unraid server in the controller_host and worker_address variables. \r \n \r\n SETUP: The Silicoin blockchain will be accessible within the Machinaris WebUI. Don't forget to port-forward tcp/11444 at your router.\r\n \r\n SUPPORT: Join the Discord server for fastest response: https://discord.gg/mX4AtMTt87 Ask a question or start a discussion on Github: https://github.com/guydavis/machinaris/discussions \r\n \r\n DISCLAIMER OF WARRANTY. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.",
"WebUI": "http://[IP]:[PORT:8926]/",
"TemplateURL": "https://raw.githubusercontent.com/guydavis/machinaris-unraid/master/machinaris-silicoin.xml",
"Icon": "https://raw.githubusercontent.com/guydavis/machinaris-unraid/master/logos/silicoin.png",
"ExtraParams": "-h $HOSTNAME",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "appdata",
"Target": "/root/.chia",
"Default": "/mnt/user/appdata/machinaris-silicoin",
"Mode": "rw",
"Description": "Holds app data for the container. Not for temp plotting or final plot storage.",
"Type": "Path",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/machinaris-silicoin"
},
{
"@attributes": {
"Name": "mnemonic_path",
"Target": "/root/.chia/mnemonic.txt",
"Default": "/mnt/user/appdata/machinaris/mnemonic.txt",
"Mode": "ro",
"Description": "Read-only access to the mnemonic from the main Machinaris container, allowing this fork to farm the same plots.",
"Type": "Path",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/machinaris/mnemonic.txt"
},
{
"@attributes": {
"Name": "plots1",
"Target": "/plots1",
"Default": "",
"Mode": "rw",
"Description": "Holds completed plots for farming. Create more Paths for additional folders like plots1,plots2,etc... ",
"Type": "Path",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "plotting",
"Target": "/plotting",
"Default": "",
"Mode": "rw",
"Description": "Your fast temp space for plotting, ideally a cache pool or unassigned SSD.",
"Type": "Path",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "plots_dir",
"Target": "plots_dir",
"Default": "/plots1",
"Mode": "",
"Description": "A colon-separated list of all in-container paths (defined above) holding your completed plots. Example: /plots1:/plots2:/plots3",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "/plots1"
},
{
"@attributes": {
"Name": "controller_host",
"Target": "controller_host",
"Default": "",
"Mode": "",
"Description": "The IP address of your Unraid server on your LAN for controller/worker communication.",
"Type": "Variable",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "worker_address",
"Target": "worker_address",
"Default": "",
"Mode": "",
"Description": "Again, the IP address of your Unraid server on your LAN for controller/worker communication.",
"Type": "Variable",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "worker_api_port",
"Target": "worker_api_port",
"Default": "",
"Mode": "",
"Description": "The TCP port of the Machinaris worker for controller/worker communication.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "8933"
},
{
"@attributes": {
"Name": "worker_port",
"Target": "8933",
"Default": "8933",
"Mode": "tcp",
"Description": "The TCP port to reach this worker at. Leave at 8933 for Silicoin blockchain.",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "8933"
},
{
"@attributes": {
"Name": "protocol_port",
"Target": "11444",
"Default": "11444",
"Mode": "tcp",
"Description": "The TCP port for connecting to peers. Port forward at your router.",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "11444"
},
{
"@attributes": {
"Name": "farmer_port",
"Target": "11447",
"Default": "11447",
"Mode": "tcp",
"Description": "The TCP port allowing harvesters to connect with on your LAN. DO NOT port forward at your router.",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "11447"
},
{
"@attributes": {
"Name": "mode",
"Target": "mode",
"Default": "fullnode",
"Mode": "",
"Description": "Determines which services Machinaris starts. Default is everything (aka fullnode).",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "fullnode"
},
{
"@attributes": {
"Name": "blockchains",
"Target": "blockchains",
"Default": "silicoin",
"Mode": "",
"Description": "The blockchain to farm. Leave set to 'silicoin'.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "silicoin"
},
{
"@attributes": {
"Name": "blockchain_db_download",
"Target": "blockchain_db_download",
"Default": "false",
"Mode": "",
"Description": "On first launch, whether to download a fully synced copy of the blockchain database, avoidng hours/days of syncing. Off by default due to inherent risks. More at: https://github.com/guydavis/machinaris/wiki/Blockchains",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "false"
}
],
"Repo": "guy.davis' Repository",
"ModeratorComment": "Repository no longer available",
"Beta": "true",
"Blacklist": true,
"Overview": "Adds on farming of the Silicoin blockchain to the main Machinaris application, alongside Chia. \r\n \r\n NOTE: Silicoin blockchain dev team has not released the source code (tarball not acceptable) as of 2021-11-09. As such I strongly recommend stopping this Machinaris-Silicoin container if you are running. Based on an old chain start, it is a waste of compute resources to run. \n \r\n PREREQUISITE: Machinaris application, containing Chia blockchain, which this Silicoin container will register with. \r\n \r\n INSTALL: Set the host path to first directory containing plots using '/plots1' Path. Add more Paths for additional host directories. Also be sure to set the LAN IP address of your Unraid server in the controller_host and worker_address variables. \r \n \r\n SETUP: The Silicoin blockchain will be accessible within the Machinaris WebUI. Don't forget to port-forward tcp/11444 at your router.\r\n \r\n SUPPORT: Join the Discord server for fastest response: https://discord.gg/mX4AtMTt87 Ask a question or start a discussion on Github: https://github.com/guydavis/machinaris/discussions \r\n \r\n DISCLAIMER OF WARRANTY. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.",
"templatePath": "/tmp/GitHub/AppFeed/templates/guy.davisRepository/machinaris-silicoin.xml",
"CategoryList": [
"Crypto"
@ -187080,81 +186873,14 @@
"Name": "cncjs",
"Repository": "cncjs/cncjs:master",
"Registry": "https://hub.docker.com/r/cncjs/cncjs/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "true",
"Support": "https://hub.docker.com/r/cncjs/cncjs/",
"Project": "https://github.com/cncjs/cncjs",
"Overview": "A full-featured web interface for CNC controllers running Grbl, Marlin, Smoothieware, or TinyG.",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/Alphacosmos/unraid-templetes/main/CNCJS.xml",
"Icon": "https://cnc.js.org/logo.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "/config",
"Target": "/cncjs/",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /opt/cncjs",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cncjs"
},
{
"@attributes": {
"Name": "port",
"Target": "8000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 8000",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8000"
},
{
"@attributes": {
"Name": "Webcam",
"Target": "",
"Default": "",
"Mode": "",
"Description": "Container Device: ",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/dev/"
},
{
"@attributes": {
"Name": "CNC",
"Target": "",
"Default": "",
"Mode": "",
"Description": "Container Device: ",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/dev/"
}
],
"Repo": "Alphacosmos' Repository",
"Date": "1625186504",
"ModeratorComment": "Master tag no longer available",
"Blacklist": true,
"Official": true,
"Overview": "A full-featured web interface for CNC controllers running Grbl, Marlin, Smoothieware, or TinyG.",
"templatePath": "/tmp/GitHub/AppFeed/templates/AlphacosmosRepository/CNCJS.xml",
"CategoryList": [
"Tools-Utilities"

View File

@ -28,7 +28,8 @@
"Container Port",
"Container Variable",
"Container Label",
"Container Device"
"Container Device",
"Read Me First"
],
"/main.txt": [
"Enable user share assignment",
@ -245,7 +246,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/tools.txt": [
"No notifications present",
@ -629,7 +631,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -681,7 +683,8 @@
"Container Port",
"Container Variable",
"Container Label",
"Container Device"
"Container Device",
"Read Me First"
],
"/main.txt": [
"enter disk index and device name as applicable to your controller"
@ -694,7 +697,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/tools.txt": [
"Next",
@ -827,7 +831,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -1080,7 +1084,8 @@
"Container Port",
"Container Variable",
"Container Label",
"Container Device"
"Container Device",
"Read Me First"
],
"/main.txt": [
"Enable user share assignment",
@ -1284,7 +1289,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/tools.txt": [
"No notifications present",
@ -1702,7 +1708,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -1817,12 +1823,16 @@
"None Listed",
"Read Me First"
],
"/javascript.txt": [
"Read Me First"
],
"/settings.txt": [
"Docker custom network type",
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/translations.txt": [
"aborted",
@ -1848,7 +1858,7 @@
"This application is not compatible with your version of Unraid",
"Reinstall From Previous Apps",
"Support Forum",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -1949,7 +1959,8 @@
"Container Port",
"Container Variable",
"Container Label",
"Container Device"
"Container Device",
"Read Me First"
],
"/main.txt": [
"auto",
@ -2663,7 +2674,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/shares.txt": [
"Add Share",
@ -3638,7 +3650,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -4019,7 +4031,8 @@
"Container Port",
"Container Variable",
"Container Label",
"Container Device"
"Container Device",
"Read Me First"
],
"/main.txt": [
"Aborted",
@ -4969,7 +4982,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/shares.txt": [
"Add Share",
@ -6298,7 +6312,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -6427,7 +6441,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -6543,7 +6557,8 @@
"Container Port",
"Container Variable",
"Container Label",
"Container Device"
"Container Device",
"Read Me First"
],
"/main.txt": [
"Create an empty file system on the disks shown as Unmountable discarding all data currently on the disks and update parity to reflect this",
@ -6741,7 +6756,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/shares.txt": [
"Automatically split only the top five directory levels as required",
@ -7115,7 +7131,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -7160,8 +7176,12 @@
"/docker.txt": [
"Read Me First"
],
"/javascript.txt": [
"Read Me First"
],
"/settings.txt": [
"No change to report"
"No change to report",
"Terminal font size"
],
"/translations.txt": [
"Checking Wan IPs",
@ -7264,7 +7284,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -7410,7 +7430,8 @@
"Container Port",
"Container Variable",
"Container Label",
"Container Device"
"Container Device",
"Read Me First"
],
"/main.txt": [
"Enable user share assignment",
@ -7636,7 +7657,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/tools.txt": [
"No notifications present",
@ -8014,7 +8036,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -8148,7 +8170,8 @@
"Container Port",
"Container Variable",
"Container Label",
"Container Device"
"Container Device",
"Read Me First"
],
"/main.txt": [
"Aborted",
@ -9018,7 +9041,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/shares.txt": [
"Add Share",
@ -10245,7 +10269,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",
@ -10293,6 +10317,9 @@
"None Listed",
"Read Me First"
],
"/javascript.txt": [
"Read Me First"
],
"/main.txt": [
"Enable user share assignment",
"enter disk index and device name as applicable to your controller",
@ -10492,7 +10519,8 @@
"FTP Server",
"ipvlan",
"macvlan",
"No change to report"
"No change to report",
"Terminal font size"
],
"/translations.txt": [
"Docker",
@ -10605,7 +10633,7 @@
"See All Apps",
"Favourite",
"Application Type",
"This application is a driver (plugin)",
"This application is a driver plugin",
"This is a language pack",
"This application is a docker container",
"This application is a plugin",

View File

@ -332,7 +332,7 @@ Setting installed applications to autostart=
Docker Application Installation finished=
; Application Cards
This application is a driver (plugin)=
This application is a driver plugin=This application is a driver (plugin)
This is a language pack=
This application is a docker container=
This application is a plugin=

View File

@ -546,9 +546,9 @@ Apply=Toepassen
Apps=Apps
Array must be Stopped to change=De array moet **gestopt** worden om veranderingen te maken
Array Started=Array is gestart
Array Starting=Array is aan het starten
Array Starting=Array wordt gestart
Array Stopped=Array is gestopt
Array Stopping=Array is aan het stoppen
Array Stopping=Array wordt gestopt
Array=Array
Attributes=Attributen
Auto=Auto
@ -907,16 +907,16 @@ You must reboot for changes to take effect=Herstarten is nodig om veranderingen
Your browser does not support HTML5 file uploads=De browser ondersteunt geen HTML5 bestandsuploads
; Dynamix.system.button plugin
Array busy=De array is bezet
Array busy=Array is bezet
Buttons=Knoppen
Parity operation or mover is running=Pariteitsbewerking of mover is actief
preparing for reboot=voorbereiden van herstarten
preparing for shutdown=voorbereiden van uitschakelen
Sleep=Slapen
Start Array=De array starten
starting the array=starten van de array
Stop Array=De array stoppen
stopping the array=stoppen van de array
Start Array=Array starten
starting the array=array wordt gestart
Stop Array=Array stoppen
stopping the array=array wordt gestopt
System in sleep mode=Systeem in slaapmodus
This will put the system to sleep=Dit zet het systeem in slaapmodus
This will reboot the system=Dit zal het systeem herstarten

View File

@ -1,5 +1,5 @@
{
"caFixed": 411,
"caFixed": 410,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -1175,9 +1175,6 @@
"ghcr.io/guydavis/machinaris-nchain": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
],
"ghcr.io/guydavis/machinaris-silicoin": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
],
"ghcr.io/guydavis/machinaris-staicoin": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
],