This commit is contained in:
Squidly271 2021-02-07 14:38:15 -05:00
parent 868b49e257
commit f475e5d46d
9 changed files with 574 additions and 112 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1612724859
"last_updated_timestamp": 1612726693
}

View File

@ -154287,7 +154287,7 @@
"CategoryList": [
"Security"
],
"LastUpdateScan": 1610133117,
"LastUpdateScan": 1612726689,
"FirstSeen": 1610133117
},
{
@ -187106,5 +187106,180 @@
"stars": 5,
"LastUpdateScan": 1612547427,
"FirstSeen": 1612547427
},
{
"Name": "nvim-server",
"Repository": "hikariai/nvim-server",
"Registry": "https://hub.docker.com/r/hikariai/nvim-server",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Project": "https://github.com/yqlbu/neovim-server",
"Overview": "A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at \ud83d\ude80 speed.",
"WebUI": "http://[IP]:[PORT:3000]/wetty",
"TemplateURL": "https://raw.githubusercontent.com/yqlbu/unraid-templates/main/nvim-server/nvim-server.xml",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "6080",
"ContainerPort": "3000",
"Protocol": "tcp"
},
{
"HostPort": "8090",
"ContainerPort": "8090",
"Protocol": "tcp"
}
]
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/nvim-server",
"ContainerDir": "/config",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/nvim-server-workspace",
"ContainerDir": "/workspace",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "kev",
"Name": "USER",
"Mode": ""
},
{
"Value": "439911",
"Name": "SECRET",
"Mode": ""
},
{
"Value": "Asia/Shanghai",
"Name": "TZ",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "USER",
"Target": "USER",
"Default": "guest",
"Mode": "",
"Description": "User for login, default is set to guest",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "kev"
},
{
"@attributes": {
"Name": "SECRET",
"Target": "SECRET",
"Default": "password",
"Mode": "",
"Description": "Password for login, default is set to password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "439911"
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "Asia/Shanghai",
"Mode": "",
"Description": "Default TZ is set to Asia/Shanghai",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Asia/Shanghai"
},
{
"@attributes": {
"Name": "WEB UI",
"Target": "3000",
"Default": "6080",
"Mode": "tcp",
"Description": "Port for accessing the Web UI",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6080"
},
{
"@attributes": {
"Name": "CONFIG",
"Target": "/config",
"Default": "/mnt/user/appdata/nvim-server",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/nvim-server"
},
{
"@attributes": {
"Name": "WORKSPACE",
"Target": "/workspace",
"Default": "/mnt/user/appdata/nvim-server-workspace",
"Mode": "rw",
"Description": "Container Path: /workspace",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/nvim-server-workspace"
},
{
"@attributes": {
"Name": "Markdown Preview",
"Target": "8090",
"Default": "8090",
"Mode": "tcp",
"Description": "Port for the Instant Markdown Preview Server",
"Type": "Port",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "8090"
}
],
"Repo": "kevin yu's Repository",
"Date": "1612675754",
"Category": "Productivity:",
"Description": "A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at \ud83d\ude80 speed.",
"templatePath": "/tmp/GitHub/AppFeed/templates/kevinyusRepository/nvim-server/nvim-server.xml",
"CategoryList": [
"Productivity"
],
"downloads": 1614,
"LastUpdateScan": 1612726689,
"FirstSeen": 1612726689
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 1129,
"last_updated_timestamp": 1612724859,
"last_updated": "2021-02-07 14:07",
"apps": 1130,
"last_updated_timestamp": 1612726693,
"last_updated": "2021-02-07 14:38",
"categories": [
{
"Cat": "Backup:",
@ -154445,7 +154445,7 @@
"CategoryList": [
"Security"
],
"LastUpdateScan": 1610133117,
"LastUpdateScan": 1612726689,
"FirstSeen": 1610133117
},
{
@ -187264,6 +187264,181 @@
"stars": 5,
"LastUpdateScan": 1612547427,
"FirstSeen": 1612547427
},
{
"Name": "nvim-server",
"Repository": "hikariai/nvim-server",
"Registry": "https://hub.docker.com/r/hikariai/nvim-server",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Project": "https://github.com/yqlbu/neovim-server",
"Overview": "A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at \ud83d\ude80 speed.",
"WebUI": "http://[IP]:[PORT:3000]/wetty",
"TemplateURL": "https://raw.githubusercontent.com/yqlbu/unraid-templates/main/nvim-server/nvim-server.xml",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "6080",
"ContainerPort": "3000",
"Protocol": "tcp"
},
{
"HostPort": "8090",
"ContainerPort": "8090",
"Protocol": "tcp"
}
]
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/nvim-server",
"ContainerDir": "/config",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/nvim-server-workspace",
"ContainerDir": "/workspace",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "kev",
"Name": "USER",
"Mode": ""
},
{
"Value": "439911",
"Name": "SECRET",
"Mode": ""
},
{
"Value": "Asia/Shanghai",
"Name": "TZ",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "USER",
"Target": "USER",
"Default": "guest",
"Mode": "",
"Description": "User for login, default is set to guest",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "kev"
},
{
"@attributes": {
"Name": "SECRET",
"Target": "SECRET",
"Default": "password",
"Mode": "",
"Description": "Password for login, default is set to password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "439911"
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "Asia/Shanghai",
"Mode": "",
"Description": "Default TZ is set to Asia/Shanghai",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Asia/Shanghai"
},
{
"@attributes": {
"Name": "WEB UI",
"Target": "3000",
"Default": "6080",
"Mode": "tcp",
"Description": "Port for accessing the Web UI",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6080"
},
{
"@attributes": {
"Name": "CONFIG",
"Target": "/config",
"Default": "/mnt/user/appdata/nvim-server",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/nvim-server"
},
{
"@attributes": {
"Name": "WORKSPACE",
"Target": "/workspace",
"Default": "/mnt/user/appdata/nvim-server-workspace",
"Mode": "rw",
"Description": "Container Path: /workspace",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/nvim-server-workspace"
},
{
"@attributes": {
"Name": "Markdown Preview",
"Target": "8090",
"Default": "8090",
"Mode": "tcp",
"Description": "Port for the Instant Markdown Preview Server",
"Type": "Port",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "8090"
}
],
"Repo": "kevin yu's Repository",
"Date": "1612675754",
"Category": "Productivity:",
"Description": "A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at \ud83d\ude80 speed.",
"templatePath": "/tmp/GitHub/AppFeed/templates/kevinyusRepository/nvim-server/nvim-server.xml",
"CategoryList": [
"Productivity"
],
"downloads": 1614,
"LastUpdateScan": 1612726689,
"FirstSeen": 1612726689
}
],
"repositories": {
@ -188263,6 +188438,10 @@
"zgo's Repository": {
"url": "https://github.com/zgorizzo69/unraid-templates",
"profile": "https://forums.unraid.net/profile/119851-zgo/"
},
"kevin yu's Repository": {
"url": "https://github.com/yqlbu/unraid-templates",
"profile": "https://forums.unraid.net/profile/110700-kevin-yu/"
}
}
}

View File

@ -1440,5 +1440,6 @@
"remie/youtransfer": 1612487432,
"openethereum/openethereum": 1612547427,
"mcr.microsoft.com/mssql/server:2019-latest": 1612631216,
"pomerium/pomerium": 1612667216
"pomerium/pomerium": 1612667216,
"hikariai/nvim-server": 1612726689
}

View File

@ -11735,11 +11735,10 @@
"HomeAutomation",
"Network-Other"
],
"downloads": 591461,
"downloads": 607017,
"stars": 6,
"trending": 1.117,
"trending": 2.563,
"trends": [
5.916,
7.254,
4.467,
2.62,
@ -11751,10 +11750,10 @@
2.042,
1.844,
1.388,
1.117
1.117,
2.563
],
"trendsDate": [
1578942375,
1581541619,
1584137349,
1586736539,
@ -11766,10 +11765,10 @@
1602331689,
1604927312,
1607526507,
1610125666
1610125666,
1612724856
],
"downloadtrend": [
433622,
467539,
489403,
502569,
@ -11781,9 +11780,10 @@
566105,
576739,
584857,
591461
591461,
607017
],
"LastUpdateScan": 1610125666,
"LastUpdateScan": 1612724856,
"FirstSeen": 1
},
{
@ -38968,21 +38968,23 @@
"Network-Messenger",
"Productivity"
],
"downloads": 10325,
"trending": 0.232,
"downloads": 10385,
"trending": 0.578,
"trends": [
1.044,
0.616,
0.535,
0.252,
0.232
0.232,
0.578
],
"trendsDate": [
1599732487,
1602331689,
1604927312,
1607526507,
1610125666
1610125666,
1612724856
],
"downloadtrend": [
10051,
@ -38990,9 +38992,10 @@
10220,
10275,
10301,
10325
10325,
10385
],
"LastUpdateScan": 1610125666,
"LastUpdateScan": 1612724856,
"FirstSeen": 1488517200
},
{
@ -60282,8 +60285,9 @@
"MediaServer-Video",
"Tools-Utilities"
],
"downloads": 6,
"LastUpdateScan": 1610125666,
"downloads": 6176,
"stars": 2,
"LastUpdateScan": 1612724856,
"FirstSeen": 1610125666
},
{
@ -135285,9 +135289,20 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 1390148,
"downloads": 1407691,
"stars": 3,
"LastUpdateScan": 1610125666,
"trending": 1.246,
"trends": [
1.246
],
"trendsDate": [
1612724857
],
"downloadtrend": [
1390148,
1407691
],
"LastUpdateScan": 1612724857,
"FirstSeen": 1610125666
},
{
@ -137315,11 +137330,10 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 3936738,
"downloads": 4082962,
"stars": 9,
"trending": 2.989,
"trending": 3.581,
"trends": [
31.381,
34.76,
36.027,
28.999,
@ -137331,10 +137345,10 @@
24.397,
19.436,
4.686,
2.989
2.989,
3.581
],
"trendsDate": [
1578942376,
1581541620,
1584137350,
1586736540,
@ -137346,10 +137360,10 @@
1602331689,
1604927313,
1607526507,
1610125667
1610125667,
1612724857
],
"downloadtrend": [
102316,
156830,
245150,
345279,
@ -137361,9 +137375,10 @@
2932595,
3640092,
3819054,
3936738
3936738,
4082962
],
"LastUpdateScan": 1610125667,
"LastUpdateScan": 1612724857,
"FirstSeen": 1563350940
},
{
@ -139701,9 +139716,9 @@
"CategoryList": [
"HomeAutomation"
],
"downloads": 4532,
"stars": 1,
"LastUpdateScan": 1610125667,
"downloads": 136793,
"stars": 8,
"LastUpdateScan": 1612724857,
"FirstSeen": 1610125667
},
{
@ -148352,7 +148367,7 @@
"Productivity",
"Tools-Utilities"
],
"LastUpdateScan": 1610125667,
"LastUpdateScan": 1612724857,
"FirstSeen": 1576347544
},
{

View File

@ -40918,7 +40918,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1610133117,
"Time": 1612726689,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -41443,5 +41443,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"hikariai/nvim-server": {
"Base": null,
"Downloads": 1614,
"Stars": null,
"Time": 1612726689,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -956,430 +956,436 @@
"title": "ken-ji's Repository",
"index": 121
},
{
"url": "https://github.com/yqlbu/unraid-templates",
"profile": "https://forums.unraid.net/profile/110700-kevin-yu/",
"title": "kevin yu's Repository",
"index": 122
},
{
"url": "https://github.com/kiowadriver/unraid-docker",
"profile": "https://forums.unraid.net/profile/74645-kiowa2005/",
"title": "kiowa2005's Repository",
"index": 122
"index": 123
},
{
"url": "https://github.com/Knoxie/UnraidTemplates",
"profile": "https://forums.unraid.net/profile/78069-knoxie89/",
"title": "Knoxie89's Repository",
"index": 123
"index": 124
},
{
"url": "https://github.com/Kru-x/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/69435-kru-x/",
"title": "Kru-X's Repository",
"index": 124
"index": 125
},
{
"url": "https://github.com/laur89/unraid-templates/",
"profile": "https://forums.unraid.net/profile/114193-laur/",
"title": "laur's Repository",
"index": 125
"index": 126
},
{
"url": "https://github.com/linuxserver/linuxserver-Plugin-Repository",
"profile": null,
"title": "Linuxserver's Plugin Repository",
"index": 126
"index": 127
},
{
"url": "https://github.com/macexx/docker-templates",
"profile": "https://forums.lime-technology.com/profile/66302-macester/",
"title": "macester's Repository",
"index": 127
"index": 128
},
{
"url": "https://github.com/magmpzero/docker-templates",
"profile": "https://forums.lime-technology.com/profile/69284-magmpzero/",
"title": "magmpzero's Repository",
"index": 128
"index": 129
},
{
"url": "https://github.com/Malfurious/docker-templates",
"profile": "https://forums.lime-technology.com/profile/77149-malfurious/",
"title": "malfurious' Repository",
"index": 129
"index": 130
},
{
"url": "https://github.com/malvarez00/unRAID-Docker-Templates",
"profile": "https://forums.lime-technology.com/profile/77549-malvarez00/",
"title": "malvarez00's Repository",
"index": 130
"index": 131
},
{
"url": "https://github.com/MarkusMcNugen/docker-templates",
"profile": "https://lime-technology.com/profile/79684-markusmcnugen/",
"title": "MarkusMcNugen's Repository",
"index": 131
"index": 132
},
{
"url": "https://github.com/mason-xx/unraid-templates",
"profile": "https://forums.unraid.net/profile/914-mason",
"title": "mason's Repository",
"index": 132
"index": 133
},
{
"url": "https://github.com/mdarkness1988/rust-server-template",
"profile": "https://lime-technology.com/profile/84443-mdarkness1988/",
"title": "mdarkness1988's Repository",
"index": 133
"index": 134
},
{
"url": "https://github.com/OctoPrint/Unraid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's 2nd Repository",
"index": 134
"index": 135
},
{
"url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's Repository",
"index": 135
"index": 136
},
{
"url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/",
"profile": "https://forums.lime-technology.com/profile/11013-mettbrot/",
"title": "Mettbrot's Repository",
"index": 136
"index": 137
},
{
"url": "https://github.com/kiwimato/nut-influxdb-exporter",
"profile": "https://forums.unraid.net/profile/89549-mihai/",
"title": "Mihai's Repository",
"index": 137
"index": 138
},
{
"url": "https://github.com/mikeylikesrocks/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks",
"title": "mikeylikesrocks' Repository",
"index": 138
"index": 139
},
{
"url": "https://github.com/mlebjerg/docker-templates",
"profile": "https://lime-technology.com/profile/76816-mlebjerg/",
"title": "mlebjerg's Repository",
"index": 139
"index": 140
},
{
"url": "https://github.com/MobiusNine/docker-templates",
"profile": "https://forums.unraid.net/profile/84666-mobiusnine/",
"title": "MobiusNine's Repository",
"index": 140
"index": 141
},
{
"url": "https://github.com/dalekseevs/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/74482-mrchunky",
"title": "MrChunky's Repository",
"index": 141
"index": 142
},
{
"url": "https://github.com/Mudislander/docker-templates",
"profile": "https://lime-technology.com/profile/67039-mudislander/",
"title": "Mudislander's Repository",
"index": 142
"index": 143
},
{
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/",
"title": "Muwahhidun's Repository",
"index": 143
"index": 144
},
{
"url": "https://github.com/natcoso9955/unRAID-docker",
"profile": "https://forums.unraid.net/profile/73128-natcoso9955/",
"title": "Natcoso9955's Repository",
"index": 144
"index": 145
},
{
"url": "https://github.com/ninthwalker/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/",
"title": "ninthwalker's Repository",
"index": 145
"index": 146
},
{
"url": "https://github.com/plexinc/pms-docker",
"profile": null,
"title": "Official Plex Repository",
"index": 146
"index": 147
},
{
"url": "https://github.com/ijabz/songkong_unraid/",
"profile": null,
"title": "Official Songkong Repository",
"index": 147
"index": 148
},
{
"url": "https://github.com/olehj/disklocation-ca",
"profile": "https://forums.unraid.net/profile/86216-olehj/",
"title": "olehj's Repository",
"index": 148
"index": 149
},
{
"url": "https://github.com/opal06/unraid_docker_templates",
"profile": "https://forums.unraid.net/profile/110756-opal_06/",
"title": "opal_06's Repository",
"index": 149
"index": 150
},
{
"url": "https://github.com/openspeedtest/unraid-docker-plugin",
"profile": "https://forums.unraid.net/profile/110999-openspeedtest/",
"title": "openspeedtest's Repository",
"index": 150
"index": 151
},
{
"url": "https://github.com/wranglatang/docker-bluelinky",
"profile": "https://forums.unraid.net/profile/89354-pwrangles/",
"title": "p.wrangles' Repository",
"index": 151
"index": 152
},
{
"url": "https://github.com/pducharme/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/62479-pducharme/",
"title": "pducharme's Repository",
"index": 152
"index": 153
},
{
"url": "https://github.com/noinip/container-templates",
"profile": "https://forums.lime-technology.com/profile/10946-pinion/",
"title": "pinion's Repository",
"index": 153
"index": 154
},
{
"url": "https://github.com/dcflachs/plugin-repository",
"profile": "https://forums.unraid.net/profile/63584-primeval_god/",
"title": "primeval_god's Repository",
"index": 154
"index": 155
},
{
"url": "https://github.com/Progeny42/unRAID-CA-Templates",
"profile": "https://forums.unraid.net/profile/101997-progeny42",
"title": "Progeny42's Repository",
"index": 155
"index": 156
},
{
"url": "https://github.com/wger-project/unraid-templates",
"profile": "https://forums.unraid.net/profile/118956-rge/",
"title": "rge's Repository",
"index": 156
"index": 157
},
{
"url": "https://github.com/roflcoopter/viseron-unraid-ca-template",
"profile": "https://forums.unraid.net/profile/113120-roflcoopter",
"title": "roflcoopter's Repository",
"index": 157
"index": 158
},
{
"url": "https://github.com/SAL-e/docker-templates",
"profile": "https://forums.unraid.net/profile/11345-sal-e/",
"title": "SAL-e's Repository",
"index": 158
"index": 159
},
{
"url": "https://github.com/sdesbure/docker-containers",
"profile": "https://forums.lime-technology.com/profile/3477-sdesbure/",
"title": "sdesbure's Repository",
"index": 159
"index": 160
},
{
"url": "https://github.com/dersimn/docker-unraid-templates",
"profile": "https://forums.unraid.net/profile/11673-seim/",
"title": "seim's Repository",
"index": 160
"index": 161
},
{
"url": "https://github.com/shrmnk/docker-templates",
"profile": "https://forums.unraid.net/profile/77786-shrmn/",
"title": "shrmn's Repository",
"index": 161
"index": 162
},
{
"url": "https://github.com/SimonFair/unraid-plugins",
"profile": "https://forums.unraid.net/profile/75917-simonf",
"title": "SimonF's Repository",
"index": 162
"index": 163
},
{
"url": "https://github.com/simse/docker-templates",
"profile": "https://forums.unraid.net/profile/69400-simse/",
"title": "simse's Repository",
"index": 163
"index": 164
},
{
"url": "https://github.com/SiwatINC/unraid-ca-repository",
"profile": "https://forums.unraid.net/profile/72489-siwat2545/",
"title": "Siwat2545's Repository",
"index": 164
"index": 165
},
{
"url": "https://github.com/Skitals/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/97624-skitals/",
"title": "Skitals Repository",
"index": 165
"index": 166
},
{
"url": "https://github.com/SlrG/unRAID",
"profile": "https://forums.lime-technology.com/profile/16166-slrg/",
"title": "SlrG's Repository",
"index": 166
"index": 167
},
{
"url": "https://github.com/smdion/docker-containers/tree/beta-templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's beta Repository",
"index": 167
"index": 168
},
{
"url": "https://github.com/smdion/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's Repository",
"index": 168
"index": 169
},
{
"url": "https://github.com/soana/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/10065-soana/",
"title": "soana's Repository",
"index": 169
"index": 170
},
{
"url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid",
"profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/",
"title": "SpaceInvaderOne's Repository",
"index": 170
"index": 171
},
{
"url": "https://github.com/spants/unraidtemplates",
"profile": "https://forums.lime-technology.com/profile/2148-spants/",
"title": "Spants' Repository",
"index": 171
"index": 172
},
{
"url": "https://github.com/Spikhalskiy/docker-templates",
"profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/",
"title": "Spikhalskiy's Repository",
"index": 172
"index": 173
},
{
"url": "https://github.com/Steini1984/steini1984-s-repositoy",
"profile": "https://forums.lime-technology.com/profile/2957-steini84/",
"title": "steini84's Repository",
"index": 173
"index": 174
},
{
"url": "https://github.com/stuckless/unRAID",
"profile": "https://forums.lime-technology.com/profile/70058-stuckless/",
"title": "stuckless' Repository",
"index": 174
"index": 175
},
{
"url": "https://github.com/Sabreu/unraid_templates",
"profile": "https://forums.unraid.net/profile/98837-sublivion/",
"title": "sublivion's Repository",
"index": 175
"index": 176
},
{
"url": "https://github.com/Tautulli/Tautulli-Unraid-Template",
"profile": "https://lime-technology.com/profile/69064-wreave/",
"title": "Tautulli's Repository",
"index": 176
"index": 177
},
{
"url": "https://github.com/testdasi/testdasi-unraid-repo",
"profile": "https://forums.unraid.net/profile/70144-testdasi",
"title": "testdasi's Repository",
"index": 177
"index": 178
},
{
"url": "https://github.com/brianmiller/docker-templates",
"profile": "https://forums.unraid.net/profile/86892-thebrian",
"title": "TheBrian's Repository",
"index": 178
"index": 179
},
{
"url": "https://github.com/Squidly271/theone-plugin-repository/",
"profile": "https://forums.lime-technology.com/profile/2231-theone/",
"title": "theone's Repository",
"index": 179
"index": 180
},
{
"url": "https://github.com/thetarkus/docker-templates",
"profile": "https://lime-technology.com/profile/84238-tarkus/",
"title": "thetarkus' Repository",
"index": 180
"index": 181
},
{
"url": "https://github.com/tynor88/docker-templates",
"profile": "https://forums.lime-technology.com/profile/70206-thomast_88/",
"title": "thomast_88's Repository",
"index": 181
"index": 182
},
{
"url": "https://github.com/Thraxis/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9802-thraxis/",
"title": "Thraxis' Repository",
"index": 182
"index": 183
},
{
"url": "https://github.com/tinglis1/docker-containers",
"profile": "https://forums.lime-technology.com/profile/6492-tinglis1/",
"title": "tinglis1's Repository",
"index": 183
"index": 184
},
{
"url": "https://github.com/tobbenb/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/63089-saarg/",
"title": "tobbenb's Repository",
"index": 184
"index": 185
},
{
"url": "https://github.com/tombowditch/docker-templates",
"profile": "https://lime-technology.com/profile/80184-tombowditch/",
"title": "tombowditch's Repository",
"index": 185
"index": 186
},
{
"url": "https://github.com/charlescng/docker-containers",
"profile": "https://forums.unraid.net/profile/64811-uberchuckie/",
"title": "uberchuckie's Repository",
"index": 186
"index": 187
},
{
"url": "https://github.com/Poag/docker-xml",
"profile": "https://forums.lime-technology.com/profile/63933-uirel/",
"title": "Uirel's Repository",
"index": 187
"index": 188
},
{
"url": "https://github.com/Ulisses1478/templates-unraid",
"profile": "https://forums.unraid.net/profile/90485-ulisses1478/",
"title": "ulisses1478's Repository",
"index": 188
"index": 189
},
{
"url": "https://github.com/xamindar/docker-templates",
"profile": "https://forums.lime-technology.com/profile/1543-xamindar/",
"title": "xamindar's Repository",
"index": 189
"index": 190
},
{
"url": "https://github.com/yayitazale/unraid-templates",
"profile": "https://forums.unraid.net/profile/88392-yayitazale/",
"title": "yayitazale's Repository",
"index": 190
"index": 191
},
{
"url": "https://github.com/zgorizzo69/unraid-templates",
"profile": "https://forums.unraid.net/profile/119851-zgo/",
"title": "zgo's Repository",
"index": 191
"index": 192
},
{
"url": "https://github.com/zyphermonkey/docker-templates",
"profile": "https://lime-technology.com/profile/67871-zyphermonkey/",
"title": "zyphermonkey's Repository",
"index": 192
"index": 193
}
]

View File

@ -662,7 +662,13 @@
"ptrfrll/nv-docker-trex": [
"No Registry entry set. Created from Repository setting"
]
},
"kevin yu's Repository": {
"hikariai/nvim-server": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:3000]/wetty",
"No Support Link Present"
]
}
},
"caFixed": 194
"caFixed": 196
}

View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>nvim-server</Name>
<Repository>hikariai/nvim-server</Repository>
<Registry>https://hub.docker.com/r/hikariai/nvim-server</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Project>https://github.com/yqlbu/neovim-server</Project>
<Overview>A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at 🚀 speed.</Overview>
<WebUI>http://[IP]:[PORT:3000]/wetty</WebUI>
<TemplateURL>https://raw.githubusercontent.com/yqlbu/unraid-templates/main/nvim-server/nvim-server.xml</TemplateURL>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6080</HostPort>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8090</HostPort>
<ContainerPort>8090</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/nvim-server</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/nvim-server-workspace</HostDir>
<ContainerDir>/workspace</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>kev</Value>
<Name>USER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>439911</Value>
<Name>SECRET</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>Asia/Shanghai</Value>
<Name>TZ</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="USER" Target="USER" Default="guest" Mode="" Description="User for login, default is set to guest" Type="Variable" Display="always" Required="true" Mask="false">kev</Config>
<Config Name="SECRET" Target="SECRET" Default="password" Mode="" Description="Password for login, default is set to password" Type="Variable" Display="always" Required="true" Mask="false">439911</Config>
<Config Name="TZ" Target="TZ" Default="Asia/Shanghai" Mode="" Description="Default TZ is set to Asia/Shanghai" Type="Variable" Display="always" Required="false" Mask="false">Asia/Shanghai</Config>
<Config Name="WEB UI" Target="3000" Default="6080" Mode="tcp" Description="Port for accessing the Web UI" Type="Port" Display="always" Required="false" Mask="false">6080</Config>
<Config Name="CONFIG" Target="/config" Default="/mnt/user/appdata/nvim-server" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/nvim-server</Config>
<Config Name="WORKSPACE" Target="/workspace" Default="/mnt/user/appdata/nvim-server-workspace" Mode="rw" Description="Container Path: /workspace" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/nvim-server-workspace</Config>
<Config Name="Markdown Preview" Target="8090" Default="8090" Mode="tcp" Description="Port for the Instant Markdown Preview Server" Type="Port" Display="advanced" Required="false" Mask="false">8090</Config>
<Date>1612675754</Date>
<Category>Productivity:</Category>
<Description>A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at 🚀 speed.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/kevinyusRepository/nvim-server/nvim-server.xml</templatePath>
</Container>