This commit is contained in:
Andrew Z 2023-12-09 20:27:50 -05:00
parent eb5153605f
commit dab0aef50e
8 changed files with 1594 additions and 406 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1702171193
"last_updated_timestamp": 1702171669
}

View File

@ -302503,8 +302503,410 @@
"Tools-Utilities"
],
"downloads": 90,
"LastUpdate": 1695568674,
"LastUpdateScan": 1702171193,
"LastUpdate": 1695568674,
"FirstSeen": 1702171193
},
{
"Name": "Jupyter-CTPO",
"Repository": "infotrend/ctpo-jupyter-cuda_tensorflow_pytorch_opencv-unraid",
"Registry": "https://hub.docker.com/r/infotrend/ctpo-jupyter-cuda_tensorflow_pytorch_opencv-unraid",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/148667-support-infotrendctpo-cuda-tensorflow-pytorch-opencv/",
"Project": "https://github.com/Infotrend-Inc/CTPO",
"Overview": "Unraid compatible Jupyter Lab (Python kernel) container with GPU-optimized Tensorflow, PyTorch and OpenCV.\r\n\r\nThe default password to access the Jupyter Lab is iti\r\n\r\nThis is the GPU-bound container's version. \r\nPlease note that the container images is large at over 18GB \r\nTo use it requires the Nvidia driver installation on your Unraid server for support of Docker. \r\nThis installation needs to support the version of CUDA installed to use with this container.\r\nIf you have multiple GPUs in your system with some allocated to VMs, make sure to replace --gpus all with --runtime=nvidia and add the NVIDIA_DRIVER_CAPABILITIES and NVIDIA_VISIBLE_DEVICES environment variables to only give the container access to selected GPUs.\r\n\r\nA CPU equivalent container is also available and named Jupyter-TPO and is over 5GB\r\n\r\nThe system is ran as the jupyter user (has sudo privileges) and /iti is where you can place your weights and other files to support your development.\r\n\r\nPlease see https://github.com/Infotrend-Inc/CTPO for further details.",
"WebUI": "http://[IP]:[PORT:8888]",
"TemplateURL": "https://raw.githubusercontent.com/Infotrend-Inc/CTPO/master/Jupyter_build/Jupyter-CTPO.xml",
"Icon": "https://github.com/Infotrend-Inc/CTPO/blob/main/assets/Infotrend_LogoOnly.png?raw=true",
"ExtraParams": "--gpus all",
"Config": [
{
"@attributes": {
"Name": "WebUI Port",
"Target": "8888",
"Default": "8888",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8888"
},
{
"@attributes": {
"Name": "Jupyter run directory",
"Target": "/iti",
"Default": "/mnt/user/appdata/jupyter_ctpo/iti",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/jupyter_ctpo/iti"
},
{
"@attributes": {
"Name": "Jupyter user home directory",
"Target": "/home/jupyter",
"Default": "/mnt/user/appdata/jupyter_ctpo/home",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/jupyter_ctpo/home"
}
],
"Repo": "Infotrend Inc's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/InfotrendIncsRepository/Jupyter_build/Jupyter-CTPO.xml",
"CategoryList": [
"Productivity"
],
"downloads": 6,
"LastUpdate": 1701986139,
"LastUpdateScan": 1702171668,
"FirstSeen": 1702171668
},
{
"Name": "Jupyter-TPO",
"Repository": "infotrend/ctpo-jupyter-tensorflow_pytorch_opencv-unraid",
"Registry": "https://hub.docker.com/r/infotrend/ctpo-jupyter-tensorflow_pytorch_opencv-unraid",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/148667-support-infotrendctpo-cuda-tensorflow-pytorch-opencv/",
"Project": "https://github.com/Infotrend-Inc/CTPO",
"Overview": "Unraid compatible Jupyter Lab (Python kernel) container with CPU-only Tensorflow, PyTorch and OpenCV.\r\n\r\nThe default password to access the Jupyter Lab is iti\r\n\r\nThis is the CPU-bound container's version. \r\nPlease note that the container images is large at over 5GB \r\n\r\nA GPU equivalent container is also available and named Jupyter-CTPO and is over 18GB\r\n\r\nThe system is ran as the jupyter user (has sudo privileges) and /iti is where you can place your weights and other files to support your development.\r\n\r\nPlease see https://github.com/Infotrend-Inc/CTPO for further details.",
"WebUI": "http://[IP]:[PORT:8888]",
"TemplateURL": "https://raw.githubusercontent.com/Infotrend-Inc/CTPO/master/Jupyter_build/Jupyter-TPO.xml",
"Icon": "https://github.com/Infotrend-Inc/CTPO/blob/main/assets/Infotrend_LogoOnly.png?raw=true",
"Config": [
{
"@attributes": {
"Name": "WebUI Port",
"Target": "8888",
"Default": "8888",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8888"
},
{
"@attributes": {
"Name": "Jupyter run directory",
"Target": "/iti",
"Default": "/mnt/user/appdata/jupyter_tpo/iti",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/jupyter_tpo/iti"
},
{
"@attributes": {
"Name": "Jupyter user home directory",
"Target": "/home/jupyter",
"Default": "/mnt/user/appdata/jupyter_tpo/home",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/jupyter_tpo/home"
}
],
"Repo": "Infotrend Inc's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/InfotrendIncsRepository/Jupyter_build/Jupyter-TPO.xml",
"CategoryList": [
"Productivity"
],
"downloads": 4,
"LastUpdate": 1701986125,
"LastUpdateScan": 1702171668,
"FirstSeen": 1702171668
},
{
"Name": "monero-nodeboard",
"Repository": "ghcr.io/jnbarlow/monero-nodeboard:main",
"Registry": "https://ghcr.io/jnbarlow/monero-nodeboard",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://github.com/jnbarlow/monero-nodeboard/issues/new/choose",
"Project": "https://github.com/jnbarlow/monero-nodeboard",
"Overview": "Combines a monero node and the monero-dashboard project.\r\n\r\nThe local node will be running on port 18081 (this is what you will connect a local wallet to). If you choose to make this a public node, it will start a service listening on port 18089, which you will need to route to the container.",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/jnbarlow/unraid_templates/master/templates/monero-nodeboard.xml",
"Icon": "https://raw.githubusercontent.com/jnbarlow/unraid_templates/main/images/monero-symbol-480.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "The port for the monero-dashboard interface.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "Path: /app/blockchain",
"Target": "/app/blockchain",
"Default": "",
"Mode": "rw",
"Description": "Location where you want the blockchain to go. This WILL be a large file that grows, but is also best to live on a SSD.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/monero/blockchain/"
},
{
"@attributes": {
"Name": "PUBLIC_NODE",
"Target": "PUBLIC_NODE",
"Default": "false",
"Mode": "",
"Description": "Whether or not to expose your node as a public node on the Monero network. You will need to route port 18089 to this container. \r\n\r\nValues are true or false (lowercase)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Unrestricted RPC Server",
"Target": "18081",
"Default": "18081",
"Mode": "tcp",
"Description": "Local node",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "18081"
},
{
"@attributes": {
"Name": "Restricted RPC Server",
"Target": "18089",
"Default": "18089",
"Mode": "tcp",
"Description": "Public node port - needs to be routed to from the outside.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "18089"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Database and Radarr configs",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/monero-nodeboard"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "{3}",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "{3}",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Mode": "{3}",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "022"
}
],
"Repo": "John Barlow's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/JohnBarlowsRepository/templates/monero-nodeboard.xml",
"CategoryList": [
"Crypto"
],
"LastUpdateScan": 1702171669,
"FirstSeen": 1702171669
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/dataSources.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/misc.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/modules.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/inspectionProfiles/profiles_settings.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
},
{
"Name": "wizarr",
"Repository": "ghcr.io/wizarrrr/wizarr",
"Registry": "https://github.com/wizarrrr/wizarr/pkgs/container/wizarr",
"TemplateURL": "https://raw.githubusercontent.com/wizarrrr/wizarr/master/unraid.xml",
"Network": "bridge",
"Privileged": "false",
"Shell": "bash",
"Support": "https://github.com/Wizarrrr/wizarr/discussions",
"Project": "https://github.com/wizarrrr/wizarr",
"Overview": "The official Wizarr Container. Wizarr is a automatic user invitation system for Plex. Create a unique link and share it to a user and they will automatically be invited to your Plex Server!",
"WebUI": "http://[IP]:[PORT:5690]/",
"Icon": "https://raw.githubusercontent.com/Wizarrrr/wizarr/master/apps/wizarr-frontend/src/assets/img/wizard.png",
"ExtraParams": "--restart unless-stopped",
"Config": [
{
"@attributes": {
"Name": "Data Folder",
"Target": "/data/database",
"Default": "/mnt/user/appdata/wizarr/",
"Mode": "rw",
"Description": "Folder for handling Wizarr related data including database files and cache.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI Port",
"Target": "5690",
"Default": "5690",
"Mode": "tcp",
"Description": "TCP Port where Wizarr will reside on your IP address",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Directory",
"Target": "DATABASE_DIR",
"Default": "/data/database",
"Mode": "{3}",
"Description": "DO NOT EDIT",
"Type": "Variable",
"Display": "false",
"Required": "false",
"Mask": "false"
},
"value": "/data/database"
},
{
"@attributes": {
"Name": "Latest File Path",
"Target": "LATEST_FILE",
"Default": "/latest",
"Mode": "{3}",
"Description": "DO NOT EDIT",
"Type": "Variable",
"Display": "false",
"Required": "false",
"Mask": "false"
},
"value": "/latest"
}
],
"Repo": "Official Wizarr Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/OfficialWizarrRepository/unraid.xml",
"CategoryList": [
"MediaServer-Other"
],
"downloads": 1046,
"LastUpdateScan": 1702169671,
"LastUpdate": 1700573195,
"FirstSeen": 1663422865
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/vcs.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 2193,
"last_updated_timestamp": 1702171193,
"last_updated": "2023-12-09 20:19",
"apps": 2202,
"last_updated_timestamp": 1702171669,
"last_updated": "2023-12-09 20:27",
"categories": [
{
"Cat": "Backup:",
@ -302665,9 +302665,411 @@
"Tools-Utilities"
],
"downloads": 90,
"LastUpdate": 1695568674,
"LastUpdateScan": 1702171193,
"LastUpdate": 1695568674,
"FirstSeen": 1702171193
},
{
"Name": "Jupyter-CTPO",
"Repository": "infotrend/ctpo-jupyter-cuda_tensorflow_pytorch_opencv-unraid",
"Registry": "https://hub.docker.com/r/infotrend/ctpo-jupyter-cuda_tensorflow_pytorch_opencv-unraid",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/148667-support-infotrendctpo-cuda-tensorflow-pytorch-opencv/",
"Project": "https://github.com/Infotrend-Inc/CTPO",
"Overview": "Unraid compatible Jupyter Lab (Python kernel) container with GPU-optimized Tensorflow, PyTorch and OpenCV.\r\n\r\nThe default password to access the Jupyter Lab is iti\r\n\r\nThis is the GPU-bound container's version. \r\nPlease note that the container images is large at over 18GB \r\nTo use it requires the Nvidia driver installation on your Unraid server for support of Docker. \r\nThis installation needs to support the version of CUDA installed to use with this container.\r\nIf you have multiple GPUs in your system with some allocated to VMs, make sure to replace --gpus all with --runtime=nvidia and add the NVIDIA_DRIVER_CAPABILITIES and NVIDIA_VISIBLE_DEVICES environment variables to only give the container access to selected GPUs.\r\n\r\nA CPU equivalent container is also available and named Jupyter-TPO and is over 5GB\r\n\r\nThe system is ran as the jupyter user (has sudo privileges) and /iti is where you can place your weights and other files to support your development.\r\n\r\nPlease see https://github.com/Infotrend-Inc/CTPO for further details.",
"WebUI": "http://[IP]:[PORT:8888]",
"TemplateURL": "https://raw.githubusercontent.com/Infotrend-Inc/CTPO/master/Jupyter_build/Jupyter-CTPO.xml",
"Icon": "https://github.com/Infotrend-Inc/CTPO/blob/main/assets/Infotrend_LogoOnly.png?raw=true",
"ExtraParams": "--gpus all",
"Config": [
{
"@attributes": {
"Name": "WebUI Port",
"Target": "8888",
"Default": "8888",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8888"
},
{
"@attributes": {
"Name": "Jupyter run directory",
"Target": "/iti",
"Default": "/mnt/user/appdata/jupyter_ctpo/iti",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/jupyter_ctpo/iti"
},
{
"@attributes": {
"Name": "Jupyter user home directory",
"Target": "/home/jupyter",
"Default": "/mnt/user/appdata/jupyter_ctpo/home",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/jupyter_ctpo/home"
}
],
"Repo": "Infotrend Inc's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/InfotrendIncsRepository/Jupyter_build/Jupyter-CTPO.xml",
"CategoryList": [
"Productivity"
],
"downloads": 6,
"LastUpdate": 1701986139,
"LastUpdateScan": 1702171668,
"FirstSeen": 1702171668
},
{
"Name": "Jupyter-TPO",
"Repository": "infotrend/ctpo-jupyter-tensorflow_pytorch_opencv-unraid",
"Registry": "https://hub.docker.com/r/infotrend/ctpo-jupyter-tensorflow_pytorch_opencv-unraid",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/148667-support-infotrendctpo-cuda-tensorflow-pytorch-opencv/",
"Project": "https://github.com/Infotrend-Inc/CTPO",
"Overview": "Unraid compatible Jupyter Lab (Python kernel) container with CPU-only Tensorflow, PyTorch and OpenCV.\r\n\r\nThe default password to access the Jupyter Lab is iti\r\n\r\nThis is the CPU-bound container's version. \r\nPlease note that the container images is large at over 5GB \r\n\r\nA GPU equivalent container is also available and named Jupyter-CTPO and is over 18GB\r\n\r\nThe system is ran as the jupyter user (has sudo privileges) and /iti is where you can place your weights and other files to support your development.\r\n\r\nPlease see https://github.com/Infotrend-Inc/CTPO for further details.",
"WebUI": "http://[IP]:[PORT:8888]",
"TemplateURL": "https://raw.githubusercontent.com/Infotrend-Inc/CTPO/master/Jupyter_build/Jupyter-TPO.xml",
"Icon": "https://github.com/Infotrend-Inc/CTPO/blob/main/assets/Infotrend_LogoOnly.png?raw=true",
"Config": [
{
"@attributes": {
"Name": "WebUI Port",
"Target": "8888",
"Default": "8888",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8888"
},
{
"@attributes": {
"Name": "Jupyter run directory",
"Target": "/iti",
"Default": "/mnt/user/appdata/jupyter_tpo/iti",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/jupyter_tpo/iti"
},
{
"@attributes": {
"Name": "Jupyter user home directory",
"Target": "/home/jupyter",
"Default": "/mnt/user/appdata/jupyter_tpo/home",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/jupyter_tpo/home"
}
],
"Repo": "Infotrend Inc's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/InfotrendIncsRepository/Jupyter_build/Jupyter-TPO.xml",
"CategoryList": [
"Productivity"
],
"downloads": 4,
"LastUpdate": 1701986125,
"LastUpdateScan": 1702171668,
"FirstSeen": 1702171668
},
{
"Name": "monero-nodeboard",
"Repository": "ghcr.io/jnbarlow/monero-nodeboard:main",
"Registry": "https://ghcr.io/jnbarlow/monero-nodeboard",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://github.com/jnbarlow/monero-nodeboard/issues/new/choose",
"Project": "https://github.com/jnbarlow/monero-nodeboard",
"Overview": "Combines a monero node and the monero-dashboard project.\r\n\r\nThe local node will be running on port 18081 (this is what you will connect a local wallet to). If you choose to make this a public node, it will start a service listening on port 18089, which you will need to route to the container.",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/jnbarlow/unraid_templates/master/templates/monero-nodeboard.xml",
"Icon": "https://raw.githubusercontent.com/jnbarlow/unraid_templates/main/images/monero-symbol-480.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "The port for the monero-dashboard interface.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "Path: /app/blockchain",
"Target": "/app/blockchain",
"Default": "",
"Mode": "rw",
"Description": "Location where you want the blockchain to go. This WILL be a large file that grows, but is also best to live on a SSD.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/monero/blockchain/"
},
{
"@attributes": {
"Name": "PUBLIC_NODE",
"Target": "PUBLIC_NODE",
"Default": "false",
"Mode": "",
"Description": "Whether or not to expose your node as a public node on the Monero network. You will need to route port 18089 to this container. \r\n\r\nValues are true or false (lowercase)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Unrestricted RPC Server",
"Target": "18081",
"Default": "18081",
"Mode": "tcp",
"Description": "Local node",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "18081"
},
{
"@attributes": {
"Name": "Restricted RPC Server",
"Target": "18089",
"Default": "18089",
"Mode": "tcp",
"Description": "Public node port - needs to be routed to from the outside.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "18089"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Database and Radarr configs",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/monero-nodeboard"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "{3}",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "{3}",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Mode": "{3}",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "022"
}
],
"Repo": "John Barlow's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/JohnBarlowsRepository/templates/monero-nodeboard.xml",
"CategoryList": [
"Crypto"
],
"LastUpdateScan": 1702171669,
"FirstSeen": 1702171669
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/dataSources.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/misc.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/modules.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/inspectionProfiles/profiles_settings.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
},
{
"Name": "wizarr",
"Repository": "ghcr.io/wizarrrr/wizarr",
"Registry": "https://github.com/wizarrrr/wizarr/pkgs/container/wizarr",
"TemplateURL": "https://raw.githubusercontent.com/wizarrrr/wizarr/master/unraid.xml",
"Network": "bridge",
"Privileged": "false",
"Shell": "bash",
"Support": "https://github.com/Wizarrrr/wizarr/discussions",
"Project": "https://github.com/wizarrrr/wizarr",
"Overview": "The official Wizarr Container. Wizarr is a automatic user invitation system for Plex. Create a unique link and share it to a user and they will automatically be invited to your Plex Server!",
"WebUI": "http://[IP]:[PORT:5690]/",
"Icon": "https://raw.githubusercontent.com/Wizarrrr/wizarr/master/apps/wizarr-frontend/src/assets/img/wizard.png",
"ExtraParams": "--restart unless-stopped",
"Config": [
{
"@attributes": {
"Name": "Data Folder",
"Target": "/data/database",
"Default": "/mnt/user/appdata/wizarr/",
"Mode": "rw",
"Description": "Folder for handling Wizarr related data including database files and cache.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI Port",
"Target": "5690",
"Default": "5690",
"Mode": "tcp",
"Description": "TCP Port where Wizarr will reside on your IP address",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Directory",
"Target": "DATABASE_DIR",
"Default": "/data/database",
"Mode": "{3}",
"Description": "DO NOT EDIT",
"Type": "Variable",
"Display": "false",
"Required": "false",
"Mask": "false"
},
"value": "/data/database"
},
{
"@attributes": {
"Name": "Latest File Path",
"Target": "LATEST_FILE",
"Default": "/latest",
"Mode": "{3}",
"Description": "DO NOT EDIT",
"Type": "Variable",
"Display": "false",
"Required": "false",
"Mask": "false"
},
"value": "/latest"
}
],
"Repo": "Official Wizarr Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/OfficialWizarrRepository/unraid.xml",
"CategoryList": [
"MediaServer-Other"
],
"downloads": 1046,
"LastUpdateScan": 1702169671,
"LastUpdate": 1700573195,
"FirstSeen": 1663422865
},
{
"TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/vcs.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"FirstSeen": null
}
],
"repositories": {
@ -305298,6 +305700,26 @@
"Droppisalt's Repository": {
"url": "https://github.com/Droppisalt/unraid-templates",
"profile": "https://forums.unraid.net/profile/229261-droppisalt/"
},
"Infotrend Inc's Repository": {
"url": "https://github.com/Infotrend-Inc/CTPO",
"profile": "https://forums.unraid.net/profile/256461-infotrend-inc/"
},
"John Barlow's Repository": {
"url": "https://github.com/jnbarlow/unraid_templates",
"profile": "https://forums.unraid.net/profile/238964-john-barlow/",
"bio": "Adding a little spice to Unraid, one app at a time.",
"icon": "https://raw.githubusercontent.com/jnbarlow/unraid_templates/main/images/tick.jpg",
"DonateLink": "https://paypal.me/jnbarlow",
"DonateText": "If you like my work please consider Donating."
},
"Official Wizarr Repository": {
"url": "https://github.com/wizarrrr/wizarr",
"profile": "https://forums.unraid.net/profile/269141-ashley-bailey/",
"bio": "Wizarr is a Open Source community dedicated to creating software managment tools for media servers such as Plex and Jellyfin.",
"icon": "https://raw.githubusercontent.com/Wizarrrr/wizarr/master/apps/wizarr-frontend/src/assets/img/wizard.png",
"DonateLink": "https://opencollective.com/wizarr",
"DonateText": "If you like our work please consider Donating."
}
},
"blacklisted": {

View File

@ -105,5 +105,6 @@
"ghcr.io/donkie/spoolman": true,
"seafileltd/seafile-mc": true,
"ollama/ollama": true,
"ollamawebui/ollama-webui": true
"ollamawebui/ollama-webui": true,
"ghcr.io/wizarrrr/wizarr": true
}

View File

@ -3066,5 +3066,8 @@
"nwithan8/plex_prerolls:latest": 1702166408,
"thrnz/docker-wireguard-pia": 1702166411,
"mtrogman/grabarr:latest": 1702166413,
"insertdisc/pattrmm": 1702171193
"insertdisc/pattrmm": 1702171193,
"infotrend/ctpo-jupyter-cuda_tensorflow_pytorch_opencv-unraid": 1702171668,
"infotrend/ctpo-jupyter-tensorflow_pytorch_opencv-unraid": 1702171668,
"ghcr.io/jnbarlow/monero-nodeboard:main": 1702171669
}

View File

@ -300227,6 +300227,186 @@
"LastUpdate": 1700752784,
"FirstSeen": 1690229087
},
{
"Name": "GameVault-Backend-SQLITE",
"Repository": "phalcode/gamevault-backend:latest",
"Registry": "https://hub.docker.com/r/phalcode/gamevault-backend",
"Network": "bridge",
"Privileged": "false",
"Project": "https://gamevau.lt/",
"License": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"Support": "https://github.com/phalcode/unraid-templates/issues",
"Overview": "GameVault is an innovative gaming platform providing a self-hosted, source-available alternative to popular gaming platforms. It lets you and your friends enjoy DRM-free games stored on your file server in an organized way.",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Phalcode/unraid-templates/master/templates/gamevault-backend-SQLITE.xml",
"Icon": "https://raw.githubusercontent.com/phalcode/unraid-templates/main/templates/icons/gamevault-backend.png",
"ExtraParams": "--restart=unless-stopped",
"Requires": "<br>&nbsp;&nbsp;&nbsp;&nbsp;1. Please read the documentation on https://gamevau.lt/<br> ",
"Config": [
{
"@attributes": {
"Name": "Files Directory",
"Target": "/files",
"Default": "",
"Mode": "rw",
"Description": "This is the path to your game files.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SERVER_ADMIN_USERNAME",
"Target": "SERVER_ADMIN_USERNAME",
"Default": "admin",
"Mode": "",
"Description": "The username of the admin account you will need to register later",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RAWG_API_KEY",
"Target": "RAWG_API_KEY",
"Default": "",
"Mode": "",
"Description": "Insert your RAWG API Key here if you have one (http://rawg.io/login?forward=developer)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Server Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Images DireServer Portctory",
"Target": "/images",
"Default": "/mnt/user/appdata/gamevault-backend/imgs",
"Mode": "rw",
"Description": "Where your images (boxarts, profile pictures, etc.) will land in",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "database",
"Target": "/db",
"Default": "/mnt/user/appdata/gamevault-backend/db",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DB_SYSTEM",
"Target": "DB_SYSTEM",
"Default": "SQLITE",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "SQLITE"
},
{
"@attributes": {
"Name": "Data Directory",
"Target": "/data",
"Default": "/mnt/user/appdata/gamevault-backend/data",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "phalcode's Repository",
"Licence": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"templatePath": "/tmp/GitHub/AppFeed/templates/phalcodesRepository/templates/gamevault-backend-SQLITE.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 25774,
"trending": 21.254,
"trends": [
21.254
],
"trendsDate": [
1701097593
],
"downloadtrend": [
20296,
25774
],
"LastUpdateScan": 1701097593,
"LastUpdate": 1700752784,
"FirstSeen": 1690229087
},
{
"Name": "Watchlistarr",
"Repository": "nylonee/watchlistarr",
@ -302205,5 +302385,126 @@
"Plugins"
],
"FirstSeen": 1700610073
},
{
"Name": "pattrmm",
"Repository": "insertdisc/pattrmm",
"Registry": "https://hub.docker.com/r/insertdisc/pattrmm/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/InsertDisc/pattrmm/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc",
"Project": "https://github.com/InsertDisc/pattrmm",
"Overview": "Automate a chronological 'Returning Soon' Trakt list and overlay file for use in Plex Meta Manager.\r\n\r\nhttps://hub.docker.com/r/insertdisc/pattrmm/",
"TemplateURL": "https://raw.githubusercontent.com/Droppisalt/unraid-templates/master/pattrmm/pattrmm.xml",
"Config": [
{
"@attributes": {
"Name": "Timezone",
"Target": "TZ",
"Default": "",
"Mode": "",
"Description": "Set your timezone, i.e. America/Toronto",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Run Time",
"Target": "PATTRMM_TIME",
"Default": "",
"Mode": "",
"Description": "Set time to run for Pattrmm. Preferably not when Plex, PlexMetaManager, etc. are running their sceduled tasks. If empty, the container will run when created.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data Path",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Preferences",
"Target": "/preferences",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM Config",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Path to your PMM config.yml. Make sure Pattrmm has access/the correct permissions to read the file.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GUID",
"Target": "GUID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "Droppisalt's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/DroppisaltsRepository/pattrmm/pattrmm.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 90,
"LastUpdate": 1695568674,
"LastUpdateScan": 1702171193,
"FirstSeen": 1702171193
}
]

View File

@ -81490,5 +81490,38 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1695568674
},
"infotrend/ctpo-jupyter-cuda_tensorflow_pytorch_opencv-unraid": {
"Base": null,
"Downloads": 6,
"Stars": null,
"Time": 1702171668,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1701986139
},
"infotrend/ctpo-jupyter-tensorflow_pytorch_opencv-unraid": {
"Base": null,
"Downloads": 4,
"Stars": null,
"Time": 1702171668,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1701986125
},
"ghcr.io/jnbarlow/monero-nodeboard:main": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1702171669,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
}
}

File diff suppressed because it is too large Load Diff