This commit is contained in:
Andrew Z 2023-02-20 06:08:03 -05:00
parent 84de4806c1
commit ede3cd4204
9 changed files with 277 additions and 34 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1676884084
"last_updated_timestamp": 1676891280
}

View File

@ -27773,6 +27773,112 @@
"topTrending": -0.04200000000000026,
"topPerforming": 2.158
},
{
"Name": "pairdrop",
"Repository": "lscr.io/linuxserver/pairdrop",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/pairdrop",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-pairdrop/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-pairdrop#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-pairdrop#readme",
"Project": "https://github.com/schlagmichdoch/PairDrop",
"Overview": "PairDrop(https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/pairdrop.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "http gui",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RATE_LIMIT",
"Target": "RATE_LIMIT",
"Default": "false",
"Description": "Set to `true` to limit clients to 100 requests per 5 min",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WS_FALLBACK",
"Target": "WS_FALLBACK",
"Default": "false",
"Description": "Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/pairdrop.xml",
"downloads": 66,
"LastUpdate": 1676890382,
"LastUpdateScan": 1676891280,
"FirstSeen": 1676891280
},
{
"Name": "paperless-ng",
"Repository": "lscr.io/linuxserver/paperless-ng",
@ -38802,7 +38908,7 @@
"Repo": "Dynamix Repository",
"TemplateURL": "https://raw.githubusercontent.com/bergware/dynamix-plugins/master/localMaster.xml",
"Repository": "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg",
"pluginVersion": "2023.02.19a",
"pluginVersion": "2023.02.20",
"MinVer": "6.9.0",
"topPlugin": 32,
"Overview": "supports detection of the local master browser in an SMB network. It will display an icon in the header at the top-right when unRAID is elected as local master browser. Under SMB Workgroup settings more information about the current elected local master browser is given.",
@ -169755,7 +169861,6 @@
],
"downloads": 312155,
"stars": 32,
"LastUpdate": 1676763061,
"trending": 20.294,
"trends": [
41.944,
@ -169785,6 +169890,7 @@
312155
],
"LastUpdateScan": 1676884084,
"LastUpdate": 1676763061,
"FirstSeen": 1648298202,
"topTrending": -21.650000000000002,
"topPerforming": 20.294

View File

@ -1,7 +1,7 @@
{
"apps": 1986,
"last_updated_timestamp": 1676884084,
"last_updated": "2023-02-20 04:08",
"apps": 1987,
"last_updated_timestamp": 1676891280,
"last_updated": "2023-02-20 06:08",
"categories": [
{
"Cat": "Backup:",
@ -27935,6 +27935,112 @@
"topTrending": -0.04200000000000026,
"topPerforming": 2.158
},
{
"Name": "pairdrop",
"Repository": "lscr.io/linuxserver/pairdrop",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/pairdrop",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-pairdrop/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-pairdrop#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-pairdrop#readme",
"Project": "https://github.com/schlagmichdoch/PairDrop",
"Overview": "PairDrop(https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/pairdrop.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "http gui",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RATE_LIMIT",
"Target": "RATE_LIMIT",
"Default": "false",
"Description": "Set to `true` to limit clients to 100 requests per 5 min",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WS_FALLBACK",
"Target": "WS_FALLBACK",
"Default": "false",
"Description": "Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/pairdrop.xml",
"downloads": 66,
"LastUpdate": 1676890382,
"LastUpdateScan": 1676891280,
"FirstSeen": 1676891280
},
{
"Name": "paperless-ng",
"Repository": "lscr.io/linuxserver/paperless-ng",
@ -38964,7 +39070,7 @@
"Repo": "Dynamix Repository",
"TemplateURL": "https://raw.githubusercontent.com/bergware/dynamix-plugins/master/localMaster.xml",
"Repository": "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg",
"pluginVersion": "2023.02.19a",
"pluginVersion": "2023.02.20",
"MinVer": "6.9.0",
"topPlugin": 32,
"Overview": "supports detection of the local master browser in an SMB network. It will display an icon in the header at the top-right when unRAID is elected as local master browser. Under SMB Workgroup settings more information about the current elected local master browser is given.",
@ -169917,7 +170023,6 @@
],
"downloads": 312155,
"stars": 32,
"LastUpdate": 1676763061,
"trending": 20.294,
"trends": [
41.944,
@ -169947,6 +170052,7 @@
312155
],
"LastUpdateScan": 1676884084,
"LastUpdate": 1676763061,
"FirstSeen": 1648298202,
"topTrending": -21.650000000000002,
"topPerforming": 20.294

View File

@ -2628,5 +2628,6 @@
"msroest/sabnzbd_exporter": 1676776073,
"codetheweb/muse": 1676783261,
"simojenki/bonob": 1676826470,
"cr.hotio.dev/hotio/prowlarr": 1676840869
"cr.hotio.dev/hotio/prowlarr": 1676840869,
"lscr.io/linuxserver/pairdrop": 1676891280
}

View File

@ -300,6 +300,7 @@ Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ombi.xml...Getti
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/openvscode-server.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/oscam.xml...Getting categories from auxilliary file...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/overseerr.xml...Getting categories from auxilliary file...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pairdrop.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/paperless-ng.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/paperless-ngx.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/papermerge.xml... ***DEPRECATED BY REPO PATH*** Getting categories from auxilliary file...Success
@ -3398,8 +3399,8 @@ Processing /tmp/appFeed/templates/mplogasRepository/laac-unraid.xml...Success
Updating stats on containers
fallenbagel/jellyseerr
fallenbagel/jellyseerr:latest Downloads: 312155 Stars: 32 Base: unknown
linuxserver/pairdrop
lscr.io/linuxserver/pairdrop Downloads: 66 Stars: 0 Base: unknown
Privileged: 105

View File

@ -169753,41 +169753,41 @@
"Downloaders",
"MediaApp-Video"
],
"downloads": 248805,
"stars": 29,
"trending": 19.269,
"downloads": 312155,
"stars": 32,
"LastUpdate": 1676763061,
"trending": 20.294,
"trends": [
44.535,
41.944,
36.304,
33.804,
20.025,
15.307,
19.269
19.269,
20.294
],
"trendsDate": [
1658693008,
1661292217,
1663891415,
1666490613,
1669086236,
1671685439,
1674284643
1674284643,
1676884084
],
"downloadtrend": [
33304,
57365,
90060,
136051,
170117,
200862,
248805
248805,
312155
],
"LastUpdateScan": 1674284643,
"LastUpdate": 1673644671,
"LastUpdateScan": 1676884084,
"FirstSeen": 1648298202,
"topTrending": -25.266,
"topPerforming": 19.269
"topTrending": -21.650000000000002,
"topPerforming": 20.294
},
{
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/jira-servicedesk/jira-servicedesk.xml",
@ -178915,11 +178915,26 @@
"Name": "frigate12-beta8",
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8",
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/",
"Branch": [
{
"Tag": "Master",
"TagDescription": "master branch",
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8",
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/"
},
{
"Tag": "Nvidia",
"TagDescription": "Nvidia detector branch",
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8-tensorrt",
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/"
}
],
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/",
"Project": "https://frigate.video/",
"ReadMe": "https://deploy-preview-4055--frigate-docs.netlify.app/",
"Overview": "A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.\r\n\r\nYou cas use a integrated or dedicated GPU (Intel/AMD/Nvidia) to perform the image decoding of the input streams of your cameras.\r\n\r\nOptionally (but highly recommended), you can use multiple devices to perform the object detetion, such as a Google Coral Accelerator Nvidia GPU, OpenVINO (Intel GPU) and Intel NCS2 VPU\r\n\r\nSee the documentation for more details about your specific hardware and needs (https://deploy-preview-4055--frigate-docs.netlify.app/). This is a general templeate that aims to give a fast deoplyment for every user so check all the options carefully and remove all the configurations that you are not going to use.",
"WebUI": "http://[IP]:[PORT:5000]",
"TemplateURL": "https://gitlab.com/yayitazale/unraid-templates/-/raw/main/yayitazale/frigate-beta.xml",
@ -178927,7 +178942,7 @@
"ExtraParams": "--shm-size=256mb --mount type=tmpfs,target=/tmp/cache,tmpfs-size=100000000 --restart unless-stopped",
"DonateText": "If you like my work please consider Donating.",
"DonateLink": "https://paypal.me/JosebaEgiaLarrinaga",
"Requires": "- A valid config.yml file must exist in the config directory to startup the container.\r<br>- If you are using a Coral Detector, you must set the container to privileged mode under advanced view\r<br>- If you are using a PCI Coral instead of a USB one, you must install first the needed drivers going to the CA app and searching for Coral-Driver (thanks to @ich777)\r<br>- If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add &quot;--runtime=nvidia&quot; as extra parameter under advanced view and set the &quot;Nvidia Visible Devices&quot; variable with your &quot;GPU UUID&quot; as the value.\r<br>- If you want to use the NVidia TensorRT Detector, you have to add the tag suffix &quot;-tensorrt&quot; to the repository link, and create the models using the &quot;tensorrt-models&quot; app from the CA app.\r<br>- If you want to use a AMD GPU to image decoding you must change driver to &quot;radeonsi&quot;\r<br>- With some of the Intel processors, like the J4125, the default driver &quot;iHD&quot; doesn't seem to work correctly for hardware acceleration. You may need to change the driver to &quot;i965&quot;\r<br>- If you want to use a NCS2 as detector you have to add &quot;--device-cgroup-rule='c 189:\\* rmw'&quot; as extra parameter under advanced view and install the &quot;udev rule&quot; in the unraid host.",
"Requires": "- A valid config.yml file must exist in the config directory to startup the container.<br>- If you are using a Coral Detector, you must set the container to privileged mode under advanced view<br>- If you are using a PCI Coral instead of a USB one, you must install first the needed drivers going to the CA app and searching for Coral-Driver (thanks to @ich777)<br>- If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add &quot;--runtime=nvidia&quot; as extra parameter under advanced view and set the &quot;Nvidia Visible Devices&quot; variable with your &quot;GPU UUID&quot; as the value.<br>- If you want to use the NVidia TensorRT Detector, you have to create the models using the &quot;tensorrt-models&quot; app from the CA app and select the correspondig branch.<br>- If you want to use a AMD GPU to image decoding you must change driver to &quot;radeonsi&quot;<br>- With some of the Intel processors, like the J4125, the default driver &quot;iHD&quot; doesn't seem to work correctly for hardware acceleration. You may need to change the driver to &quot;i965&quot;<br>- If you want to use a NCS2 as detector you have to add &quot;--device-cgroup-rule='c 189:\\* rmw'&quot; as extra parameter under advanced view and install the &quot;udev rule&quot; in the unraid host.",
"Config": [
{
"@attributes": {
@ -195141,8 +195156,8 @@
"Crypto"
],
"downloads": 19,
"LastUpdate": 1676779062,
"LastUpdateScan": 1676876878,
"LastUpdate": 1676779062,
"FirstSeen": 1661285028
},
{
@ -197394,8 +197409,8 @@
"Crypto"
],
"downloads": 24,
"LastUpdate": 1676779081,
"LastUpdateScan": 1676876878,
"LastUpdate": 1676779081,
"FirstSeen": 1661285028
},
{
@ -200714,8 +200729,8 @@
"Crypto"
],
"downloads": 21,
"LastUpdate": 1676779066,
"LastUpdateScan": 1676876878,
"LastUpdate": 1676779066,
"FirstSeen": 1661285028
},
{
@ -201948,8 +201963,8 @@
"Crypto"
],
"downloads": 17,
"LastUpdate": 1676778972,
"LastUpdateScan": 1676876879,
"LastUpdate": 1676778972,
"FirstSeen": 1661285028
},
{
@ -202768,8 +202783,8 @@
"Crypto"
],
"downloads": 21,
"LastUpdate": 1676778945,
"LastUpdateScan": 1676876879,
"LastUpdate": 1676778945,
"FirstSeen": 1661285028
},
{
@ -207716,8 +207731,8 @@
"Crypto"
],
"downloads": 31,
"LastUpdate": 1676779100,
"LastUpdateScan": 1676876879,
"LastUpdate": 1676779100,
"FirstSeen": 1661285028
},
{
@ -208126,8 +208141,8 @@
"Crypto"
],
"downloads": 24,
"LastUpdate": 1676778951,
"LastUpdateScan": 1676876880,
"LastUpdate": 1676778951,
"FirstSeen": 1661285029
},
{

View File

@ -122,7 +122,7 @@
"min": "6.10.0"
},
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg": {
"version": "2023.02.19a",
"version": "2023.02.20",
"min": "6.9.0"
},
"https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.password.validator.plg": {

View File

@ -70996,5 +70996,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1676830229
},
"lscr.io/linuxserver/pairdrop": {
"Base": null,
"Downloads": 66,
"Stars": null,
"Time": 1676891280,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1676890382
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 374,
"caFixed": 375,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -188,6 +188,9 @@
"lscr.io/linuxserver/overseerr": [
"No category entry present"
],
"lscr.io/linuxserver/pairdrop": [
"No category entry present"
],
"lscr.io/linuxserver/paperless-ng": [
"No category entry present"
],