This commit is contained in:
Andrew Z 2023-07-31 08:04:59 -04:00
parent 9ddcb9b473
commit 78ae252fca
8 changed files with 141 additions and 20 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1690797902
"last_updated_timestamp": 1690805096
}

View File

@ -41145,6 +41145,65 @@
"topTrending": -0.000999999999999994,
"topPerforming": 0.058
},
{
"Name": "TabbyML",
"Repository": "tabbyml/tabby",
"Registry": "https://hub.docker.com/r/tabbyml/tabby/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/TabbyML/tabby/",
"Overview": "Self-hosted AI coding assistant. An opensource / on-prem alternative to GitHub Copilot.",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/quimnut/unraid-docker-templates/master/quimnut/TabbyML.xml",
"Icon": "https://raw.githubusercontent.com/quimnut/unraid-docker-templates/master/quimnut/tabby.png",
"PostArgs": "serve --model TabbyML/SantaCoder-1B",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Application data",
"Target": "/data",
"Default": "/mnt/user/appdata/TabbyML",
"Mode": "rw",
"Description": "TabbyMLs data",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/TabbyML"
},
{
"@attributes": {
"Name": "TabyMLs port",
"Target": "8080",
"Default": "8945",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8945"
}
],
"Repo": "dibbz' Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/dibbzRepository/quimnut/TabbyML.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 9990,
"stars": 5,
"LastUpdateScan": 1690697094,
"LastUpdate": 1690661682,
"FirstSeen": 1690697094
},
{
"Name": "TabbyML-CUDA",
"Repository": "tabbyml/tabby",
@ -293981,7 +294040,7 @@
"TemplateURL": "https://raw.githubusercontent.com/scolcipitato/plugin-repository/master/folder.view.xml",
"Repository": "https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg",
"Plugin": true,
"pluginVersion": "2023.07.28",
"pluginVersion": "2023.07.31",
"MinVer": "6.12.3",
"Overview": "FolderView lets you create folders for grouping Dockers and VMs together to help with organization. Especially useful if you're using docker-compose.\nGetting Started: A new button named \"Add Folder\" will appear at the bottom of the docker and VM tab(s) next to \"Add Container\", depending on whether they are enabled in Settings or not.",
"Icon": "",

View File

@ -1,7 +1,7 @@
{
"apps": 2142,
"last_updated_timestamp": 1690797902,
"last_updated": "2023-07-31 06:05",
"apps": 2143,
"last_updated_timestamp": 1690805096,
"last_updated": "2023-07-31 08:04",
"categories": [
{
"Cat": "Backup:",
@ -41307,6 +41307,65 @@
"topTrending": -0.000999999999999994,
"topPerforming": 0.058
},
{
"Name": "TabbyML",
"Repository": "tabbyml/tabby",
"Registry": "https://hub.docker.com/r/tabbyml/tabby/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/TabbyML/tabby/",
"Overview": "Self-hosted AI coding assistant. An opensource / on-prem alternative to GitHub Copilot.",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/quimnut/unraid-docker-templates/master/quimnut/TabbyML.xml",
"Icon": "https://raw.githubusercontent.com/quimnut/unraid-docker-templates/master/quimnut/tabby.png",
"PostArgs": "serve --model TabbyML/SantaCoder-1B",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Application data",
"Target": "/data",
"Default": "/mnt/user/appdata/TabbyML",
"Mode": "rw",
"Description": "TabbyMLs data",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/TabbyML"
},
{
"@attributes": {
"Name": "TabyMLs port",
"Target": "8080",
"Default": "8945",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8945"
}
],
"Repo": "dibbz' Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/dibbzRepository/quimnut/TabbyML.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 9990,
"stars": 5,
"LastUpdateScan": 1690697094,
"LastUpdate": 1690661682,
"FirstSeen": 1690697094
},
{
"Name": "TabbyML-CUDA",
"Repository": "tabbyml/tabby",
@ -294143,7 +294202,7 @@
"TemplateURL": "https://raw.githubusercontent.com/scolcipitato/plugin-repository/master/folder.view.xml",
"Repository": "https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg",
"Plugin": true,
"pluginVersion": "2023.07.28",
"pluginVersion": "2023.07.31",
"MinVer": "6.12.3",
"Overview": "FolderView lets you create folders for grouping Dockers and VMs together to help with organization. Especially useful if you're using docker-compose.\nGetting Started: A new button named \"Add Folder\" will appear at the bottom of the docker and VM tab(s) next to \"Add Container\", depending on whether they are enabled in Settings or not.",
"Icon": "",

View File

@ -79,5 +79,6 @@
"ghcr.io/libretiny-eu/libretiny-esphome-docker": true,
"myoung34/github-runner": true,
"cribl/cribl": true,
"gitea/gitea": true
"gitea/gitea": true,
"tabbyml/tabby": true
}

View File

@ -484,6 +484,7 @@ Downloading dibbz' Repository: https://github.com/quimnut/unraid-docker-template
Processing /tmp/appFeed/templates/dibbzRepository/quimnut/brewpi-wifi.xml...Success
Processing /tmp/appFeed/templates/dibbzRepository/quimnut/cloud9ide.xml...Success
Processing /tmp/appFeed/templates/dibbzRepository/quimnut/gogs.xml...Success
Processing /tmp/appFeed/templates/dibbzRepository/quimnut/TabbyML.xml...Success
Processing /tmp/appFeed/templates/dibbzRepository/quimnut/TabbyML-CUDA.xml...Success

View File

@ -47907,7 +47907,6 @@
],
"downloads": 571801969,
"stars": 625,
"LastUpdate": 1690589465,
"trending": 0.303,
"trends": [
0.484,
@ -47937,6 +47936,7 @@
571801969
],
"LastUpdateScan": 1690790717,
"LastUpdate": 1690589465,
"FirstSeen": 1607655445,
"topTrending": -0.181,
"topPerforming": 0.303
@ -102961,7 +102961,7 @@
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/LXC.xml",
"Repository": "https://raw.githubusercontent.com/ich777/unraid-lxc-plugin/master/lxc.plg",
"Plugin": true,
"pluginVersion": "2023.07.30",
"pluginVersion": "2023.07.31",
"MinVer": "6.10.0",
"Overview": "LXC is a well-known Linux container runtime that consists of tools, templates, and library and language bindings. It's pretty low level, very flexible and covers just about every containment feature supported by the upstream kernel.\n \nATTENTION: This plugin is currently in development and currently meant for advanced users only, please visit the support thread first! Not all features/distributions are supported currently!",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/LXC.xml",
@ -168581,7 +168581,6 @@
"Productivity"
],
"downloads": 163884,
"LastUpdate": 1609816950,
"trending": 1.067,
"trends": [
0.207,
@ -168611,6 +168610,7 @@
163884
],
"LastUpdateScan": 1690790717,
"LastUpdate": 1609816950,
"FirstSeen": 1589465262,
"topTrending": 0.86,
"topPerforming": 1.067
@ -171891,7 +171891,6 @@
],
"downloads": 485074,
"stars": 8,
"LastUpdate": 1672238428,
"trending": 0.153,
"trends": [
0.112,
@ -171921,6 +171920,7 @@
485074
],
"LastUpdateScan": 1690790717,
"LastUpdate": 1672238428,
"FirstSeen": 1592050065,
"topTrending": 0.040999999999999995,
"topPerforming": 0.153
@ -199338,7 +199338,6 @@
],
"downloads": 148326733,
"stars": 2631,
"LastUpdate": 1687380834,
"trending": 0.667,
"trends": [
0.648,
@ -199368,6 +199367,7 @@
148326733
],
"LastUpdateScan": 1690790717,
"LastUpdate": 1687380834,
"FirstSeen": 1618027367,
"topTrending": 0.019000000000000017,
"topPerforming": 0.667
@ -219697,7 +219697,6 @@
"Network-DNS"
],
"downloads": 13864,
"LastUpdate": 1654667974,
"trending": 14.065,
"trends": [
15.998,
@ -219713,6 +219712,7 @@
13864
],
"LastUpdateScan": 1690790717,
"LastUpdate": 1654667974,
"FirstSeen": 1633629830
},
{
@ -221733,7 +221733,6 @@
],
"downloads": 880417164,
"stars": 2289,
"LastUpdate": 1690332886,
"trending": 0.424,
"trends": [
0.374,
@ -221763,6 +221762,7 @@
880417164
],
"LastUpdateScan": 1690790718,
"LastUpdate": 1690332886,
"FirstSeen": 1628431051,
"topTrending": 0.04999999999999999,
"topPerforming": 0.424
@ -228966,8 +228966,8 @@
"Tools-Utilities"
],
"downloads": 11489,
"LastUpdate": 1644064880,
"LastUpdateScan": 1690790718,
"LastUpdate": 1644064880,
"FirstSeen": 1638817445
},
{
@ -233586,7 +233586,6 @@
],
"downloads": 2831376,
"stars": 11,
"LastUpdate": 1688915952,
"trending": 0.347,
"trends": [
0.102,
@ -233616,6 +233615,7 @@
2831376
],
"LastUpdateScan": 1690790718,
"LastUpdate": 1688915952,
"FirstSeen": 1636222461,
"topTrending": 0.245,
"topPerforming": 0.347
@ -242574,7 +242574,6 @@
],
"downloads": 949005363,
"stars": 210,
"LastUpdate": 1688686188,
"trending": 1.453,
"trends": [
3.029,
@ -242604,6 +242603,7 @@
949005363
],
"LastUpdateScan": 1690790718,
"LastUpdate": 1688686188,
"FirstSeen": 1638824673,
"topTrending": -1.5759999999999998,
"topPerforming": 1.453
@ -249851,7 +249851,6 @@
],
"downloads": 26339,
"stars": 2,
"LastUpdate": 1687712345,
"trending": 0.615,
"trends": [
0.549,
@ -249881,6 +249880,7 @@
26339
],
"LastUpdateScan": 1690790718,
"LastUpdate": 1687712345,
"FirstSeen": 1641427640,
"topTrending": 0.06599999999999995
},

View File

@ -628,7 +628,7 @@
"min": "6.11"
},
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": {
"version": "2023.07.28",
"version": "2023.07.31",
"min": "6.12.3"
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 404,
"caFixed": 405,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -285,6 +285,7 @@
},
"dibbz' Repository": {
"tabbyml/tabby": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:8080]/",
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:8080]/"
]
},