mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-04 14:30:04 +00:00
Update
This commit is contained in:
parent
d85b9f8f14
commit
a7f84e8292
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1643497399
|
||||
"last_updated_timestamp": 1643504594
|
||||
}
|
@ -35141,7 +35141,6 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497394,
|
||||
"FirstSeen": 1617497374
|
||||
},
|
||||
{
|
||||
@ -101225,7 +101224,6 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1625313787
|
||||
},
|
||||
{
|
||||
@ -101292,7 +101290,6 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1625313787
|
||||
},
|
||||
{
|
||||
@ -143862,7 +143859,6 @@
|
||||
"Tools-Themes",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1578546374
|
||||
},
|
||||
{
|
||||
@ -143958,7 +143954,6 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1578537904
|
||||
},
|
||||
{
|
||||
@ -191345,6 +191340,189 @@
|
||||
"LastUpdateScan": 1641899028,
|
||||
"FirstSeen": 1636700604
|
||||
},
|
||||
{
|
||||
"Name": "machinaris-chia-harvester",
|
||||
"Repository": "ghcr.io/guydavis/machinaris-chia-harvester",
|
||||
"Registry": "https://hub.docker.com/repository/docker/guydavis/machinaris-chia-harvester",
|
||||
"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": "On a secondary Unraid system, allows for harvesting of local Chia plots. Connects to the main Machinaris application.\r\n \r\n PREREQUISITE: On another machine! Install the Machinaris application, providing the Chia fullnode, which this harvester container will connect 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: Control of this harvester will be available within the Machinaris WebUI.\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-chia-harvester.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/guydavis/machinaris-unraid/master/logos/machinaris.png",
|
||||
"ExtraParams": "-h $HOSTNAME",
|
||||
"PostArgs": "",
|
||||
"CPUset": "",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "appdata",
|
||||
"Target": "/root/.chia",
|
||||
"Default": "/mnt/user/appdata/machinaris-harvester",
|
||||
"Mode": "rw",
|
||||
"Description": "Holds app data for the container. Not for temp plotting or final plot harvesterage.",
|
||||
"Type": "Path",
|
||||
"Display": "always-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/machinaris-harvester"
|
||||
},
|
||||
{
|
||||
"@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": "always-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": "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": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8927"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "web_port",
|
||||
"Target": "8926",
|
||||
"Default": "8926",
|
||||
"Mode": "tcp",
|
||||
"Description": "Machinaris local web app port.",
|
||||
"Type": "Port",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8926"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "worker_port",
|
||||
"Target": "8927",
|
||||
"Default": "8927",
|
||||
"Mode": "tcp",
|
||||
"Description": "Leave at 8927 for Chia",
|
||||
"Type": "Port",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8927"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "mode",
|
||||
"Target": "mode",
|
||||
"Default": "harvester",
|
||||
"Mode": "",
|
||||
"Description": "Default is 'harvester'. If plotting as well, use 'harvester,plotter'",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "harvester"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "blockchains",
|
||||
"Target": "blockchains",
|
||||
"Default": "chia",
|
||||
"Mode": "",
|
||||
"Description": "Leave at 'chia'. Only one, not multple.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "chia"
|
||||
}
|
||||
],
|
||||
"Repo": "guy.davis' Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/guy.davisRepository/machinaris-chia-harvester.xml",
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"LastUpdateScan": 1643504594,
|
||||
"FirstSeen": 1643504594
|
||||
},
|
||||
{
|
||||
"Name": "machinaris-chives",
|
||||
"Repository": "ghcr.io/guydavis/machinaris-chives",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 1558,
|
||||
"last_updated_timestamp": 1643497399,
|
||||
"last_updated": "2022-01-29 18:03",
|
||||
"apps": 1559,
|
||||
"last_updated_timestamp": 1643504594,
|
||||
"last_updated": "2022-01-29 20:03",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "Backup:",
|
||||
@ -35303,7 +35303,6 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497394,
|
||||
"FirstSeen": 1617497374
|
||||
},
|
||||
{
|
||||
@ -101387,7 +101386,6 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1625313787
|
||||
},
|
||||
{
|
||||
@ -101454,7 +101452,6 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1625313787
|
||||
},
|
||||
{
|
||||
@ -144024,7 +144021,6 @@
|
||||
"Tools-Themes",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1578546374
|
||||
},
|
||||
{
|
||||
@ -144120,7 +144116,6 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1578537904
|
||||
},
|
||||
{
|
||||
@ -191507,6 +191502,189 @@
|
||||
"LastUpdateScan": 1641899028,
|
||||
"FirstSeen": 1636700604
|
||||
},
|
||||
{
|
||||
"Name": "machinaris-chia-harvester",
|
||||
"Repository": "ghcr.io/guydavis/machinaris-chia-harvester",
|
||||
"Registry": "https://hub.docker.com/repository/docker/guydavis/machinaris-chia-harvester",
|
||||
"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": "On a secondary Unraid system, allows for harvesting of local Chia plots. Connects to the main Machinaris application.\r\n \r\n PREREQUISITE: On another machine! Install the Machinaris application, providing the Chia fullnode, which this harvester container will connect 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: Control of this harvester will be available within the Machinaris WebUI.\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-chia-harvester.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/guydavis/machinaris-unraid/master/logos/machinaris.png",
|
||||
"ExtraParams": "-h $HOSTNAME",
|
||||
"PostArgs": "",
|
||||
"CPUset": "",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "appdata",
|
||||
"Target": "/root/.chia",
|
||||
"Default": "/mnt/user/appdata/machinaris-harvester",
|
||||
"Mode": "rw",
|
||||
"Description": "Holds app data for the container. Not for temp plotting or final plot harvesterage.",
|
||||
"Type": "Path",
|
||||
"Display": "always-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/machinaris-harvester"
|
||||
},
|
||||
{
|
||||
"@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": "always-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": "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": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8927"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "web_port",
|
||||
"Target": "8926",
|
||||
"Default": "8926",
|
||||
"Mode": "tcp",
|
||||
"Description": "Machinaris local web app port.",
|
||||
"Type": "Port",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8926"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "worker_port",
|
||||
"Target": "8927",
|
||||
"Default": "8927",
|
||||
"Mode": "tcp",
|
||||
"Description": "Leave at 8927 for Chia",
|
||||
"Type": "Port",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8927"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "mode",
|
||||
"Target": "mode",
|
||||
"Default": "harvester",
|
||||
"Mode": "",
|
||||
"Description": "Default is 'harvester'. If plotting as well, use 'harvester,plotter'",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "harvester"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "blockchains",
|
||||
"Target": "blockchains",
|
||||
"Default": "chia",
|
||||
"Mode": "",
|
||||
"Description": "Leave at 'chia'. Only one, not multple.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "chia"
|
||||
}
|
||||
],
|
||||
"Repo": "guy.davis' Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/guy.davisRepository/machinaris-chia-harvester.xml",
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"LastUpdateScan": 1643504594,
|
||||
"FirstSeen": 1643504594
|
||||
},
|
||||
{
|
||||
"Name": "machinaris-chives",
|
||||
"Repository": "ghcr.io/guydavis/machinaris-chives",
|
||||
|
@ -2026,5 +2026,6 @@
|
||||
"sclaflin/open-alpr-http-wrapper": 1643490190,
|
||||
"sclaflin/plate-minder": 1643490190,
|
||||
"ekzhang/rustpad": 1643490193,
|
||||
"coleifer/sqlite-web": 1643490194
|
||||
"coleifer/sqlite-web": 1643490194,
|
||||
"ghcr.io/guydavis/machinaris-chia-harvester": 1643504594
|
||||
}
|
@ -35141,6 +35141,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497394,
|
||||
"FirstSeen": 1617497374
|
||||
},
|
||||
{
|
||||
@ -57353,11 +57354,10 @@
|
||||
"Productivity",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 307378213,
|
||||
"stars": 570,
|
||||
"trending": 1.559,
|
||||
"downloads": 312378355,
|
||||
"stars": 578,
|
||||
"trending": 1.601,
|
||||
"trends": [
|
||||
1.182,
|
||||
2.703,
|
||||
5.953,
|
||||
5.895,
|
||||
@ -57369,10 +57369,10 @@
|
||||
1.565,
|
||||
1.691,
|
||||
1.714,
|
||||
1.559
|
||||
1.559,
|
||||
1.601
|
||||
],
|
||||
"trendsDate": [
|
||||
1609715259,
|
||||
1612314875,
|
||||
1614913351,
|
||||
1617508959,
|
||||
@ -57384,10 +57384,10 @@
|
||||
1633104223,
|
||||
1635703403,
|
||||
1638299029,
|
||||
1640898221
|
||||
1640898221,
|
||||
1643497395
|
||||
],
|
||||
"downloadtrend": [
|
||||
217446925,
|
||||
223488375,
|
||||
237634701,
|
||||
252519946,
|
||||
@ -57399,12 +57399,13 @@
|
||||
292370629,
|
||||
297400603,
|
||||
302586803,
|
||||
307378213
|
||||
307378213,
|
||||
312378355
|
||||
],
|
||||
"LastUpdateScan": 1640898221,
|
||||
"LastUpdateScan": 1643497395,
|
||||
"FirstSeen": 1505620800,
|
||||
"topTrending": 0.377,
|
||||
"topPerforming": 1.559
|
||||
"topTrending": -1.1019999999999999,
|
||||
"topPerforming": 1.601
|
||||
},
|
||||
{
|
||||
"Name": "Guacamole---guacd",
|
||||
@ -77321,15 +77322,16 @@
|
||||
"Tools-Utilities",
|
||||
"Network-Management"
|
||||
],
|
||||
"downloads": 13929,
|
||||
"trending": 4.379,
|
||||
"downloads": 14520,
|
||||
"trending": 4.07,
|
||||
"trends": [
|
||||
10.099,
|
||||
4.396,
|
||||
3.696,
|
||||
4.017,
|
||||
3.927,
|
||||
4.379
|
||||
4.379,
|
||||
4.07
|
||||
],
|
||||
"trendsDate": [
|
||||
1627909163,
|
||||
@ -77337,7 +77339,8 @@
|
||||
1633104223,
|
||||
1635703403,
|
||||
1638299029,
|
||||
1640898221
|
||||
1640898221,
|
||||
1643497395
|
||||
],
|
||||
"downloadtrend": [
|
||||
10166,
|
||||
@ -77346,11 +77349,12 @@
|
||||
12282,
|
||||
12796,
|
||||
13319,
|
||||
13929
|
||||
13929,
|
||||
14520
|
||||
],
|
||||
"LastUpdateScan": 1640898221,
|
||||
"LastUpdateScan": 1643497395,
|
||||
"FirstSeen": 1588925257,
|
||||
"topTrending": -5.720000000000001
|
||||
"topTrending": -6.029
|
||||
},
|
||||
{
|
||||
"Name": "Snapcast",
|
||||
@ -97763,9 +97767,10 @@
|
||||
1633104223,
|
||||
1635703404,
|
||||
1638299029,
|
||||
1640898221
|
||||
1640898221,
|
||||
1643497396
|
||||
],
|
||||
"LastUpdateScan": 1640898221,
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1588932462
|
||||
},
|
||||
{
|
||||
@ -101220,6 +101225,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1625313787
|
||||
},
|
||||
{
|
||||
@ -101286,6 +101292,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1625313787
|
||||
},
|
||||
{
|
||||
@ -109522,9 +109529,10 @@
|
||||
1633104224,
|
||||
1635703405,
|
||||
1638299029,
|
||||
1640898221
|
||||
1640898221,
|
||||
1643497396
|
||||
],
|
||||
"LastUpdateScan": 1640898221,
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1612300114
|
||||
},
|
||||
{
|
||||
@ -124271,9 +124279,9 @@
|
||||
"Repo": "Selfhosters Unraid Discord Repository",
|
||||
"RepoShort": "Selfhosters",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/protonmail-bridge.xml",
|
||||
"downloads": 403270,
|
||||
"downloads": 468925,
|
||||
"stars": 6,
|
||||
"trending": 14.724,
|
||||
"trending": 14.001,
|
||||
"trends": [
|
||||
1.348,
|
||||
1.982,
|
||||
@ -124286,7 +124294,8 @@
|
||||
5.136,
|
||||
6.322,
|
||||
8.756,
|
||||
14.724
|
||||
14.724,
|
||||
14.001
|
||||
],
|
||||
"trendsDate": [
|
||||
1612314875,
|
||||
@ -124300,10 +124309,10 @@
|
||||
1633104224,
|
||||
1635703405,
|
||||
1638299030,
|
||||
1640898222
|
||||
1640898222,
|
||||
1643497396
|
||||
],
|
||||
"downloadtrend": [
|
||||
219925,
|
||||
222929,
|
||||
227436,
|
||||
232235,
|
||||
@ -124315,12 +124324,13 @@
|
||||
293942,
|
||||
313780,
|
||||
343892,
|
||||
403270
|
||||
403270,
|
||||
468925
|
||||
],
|
||||
"LastUpdateScan": 1640898222,
|
||||
"LastUpdateScan": 1643497396,
|
||||
"FirstSeen": 1609715259,
|
||||
"topTrending": 13.376,
|
||||
"topPerforming": 14.724
|
||||
"topTrending": 12.652999999999999,
|
||||
"topPerforming": 14.001
|
||||
},
|
||||
{
|
||||
"Name": "quasselcore",
|
||||
@ -124338,7 +124348,7 @@
|
||||
"CategoryList": [
|
||||
"Network-Messenger"
|
||||
],
|
||||
"LastUpdateScan": 1640898222,
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1575932956
|
||||
},
|
||||
{
|
||||
@ -132406,11 +132416,10 @@
|
||||
"CategoryList": [
|
||||
"Network-Voip"
|
||||
],
|
||||
"downloads": 23507972,
|
||||
"downloads": 23625322,
|
||||
"stars": 47,
|
||||
"trending": 1.153,
|
||||
"trending": 0.497,
|
||||
"trends": [
|
||||
22.148,
|
||||
18.127,
|
||||
11.19,
|
||||
2.361,
|
||||
@ -132422,10 +132431,10 @@
|
||||
3.906,
|
||||
0.965,
|
||||
1.681,
|
||||
1.153
|
||||
1.153,
|
||||
0.497
|
||||
],
|
||||
"trendsDate": [
|
||||
1609715260,
|
||||
1612314876,
|
||||
1614913354,
|
||||
1617508960,
|
||||
@ -132437,10 +132446,10 @@
|
||||
1633104225,
|
||||
1635703405,
|
||||
1638299030,
|
||||
1640898222
|
||||
1640898222,
|
||||
1643497397
|
||||
],
|
||||
"downloadtrend": [
|
||||
8965415,
|
||||
10950408,
|
||||
12330110,
|
||||
12628267,
|
||||
@ -132452,12 +132461,13 @@
|
||||
22626029,
|
||||
22846528,
|
||||
23237036,
|
||||
23507972
|
||||
23507972,
|
||||
23625322
|
||||
],
|
||||
"LastUpdateScan": 1640898222,
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1573333674,
|
||||
"topTrending": -20.995,
|
||||
"topPerforming": 1.153
|
||||
"topTrending": -17.63,
|
||||
"topPerforming": 0.497
|
||||
},
|
||||
{
|
||||
"Name": "ferdi-server",
|
||||
@ -143852,6 +143862,7 @@
|
||||
"Tools-Themes",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1578546374
|
||||
},
|
||||
{
|
||||
@ -143947,6 +143958,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1578537904
|
||||
},
|
||||
{
|
||||
@ -169953,11 +169965,10 @@
|
||||
"Tools",
|
||||
"MediaApp-Video"
|
||||
],
|
||||
"downloads": 278464,
|
||||
"downloads": 316826,
|
||||
"stars": 1,
|
||||
"trending": 12.942,
|
||||
"trending": 12.108,
|
||||
"trends": [
|
||||
9.282,
|
||||
22.454,
|
||||
27.03,
|
||||
30.87,
|
||||
@ -169969,10 +169980,10 @@
|
||||
12.751,
|
||||
11.266,
|
||||
10.438,
|
||||
12.942
|
||||
12.942,
|
||||
12.108
|
||||
],
|
||||
"trendsDate": [
|
||||
1609715260,
|
||||
1612314876,
|
||||
1614913355,
|
||||
1617508961,
|
||||
@ -169984,10 +169995,10 @@
|
||||
1633104225,
|
||||
1635703406,
|
||||
1638299030,
|
||||
1640898222
|
||||
1640898222,
|
||||
1643497397
|
||||
],
|
||||
"downloadtrend": [
|
||||
27062,
|
||||
34898,
|
||||
47825,
|
||||
69181,
|
||||
@ -169999,12 +170010,13 @@
|
||||
192660,
|
||||
217120,
|
||||
242425,
|
||||
278464
|
||||
278464,
|
||||
316826
|
||||
],
|
||||
"LastUpdateScan": 1640898222,
|
||||
"LastUpdateScan": 1643497397,
|
||||
"FirstSeen": 1596730127,
|
||||
"topTrending": 3.66,
|
||||
"topPerforming": 12.942
|
||||
"topTrending": -10.346,
|
||||
"topPerforming": 12.108
|
||||
},
|
||||
{
|
||||
"Name": "RSS-To-Telegram",
|
||||
@ -174673,11 +174685,10 @@
|
||||
"CategoryList": [
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 13804026,
|
||||
"stars": 132,
|
||||
"trending": 4.205,
|
||||
"downloads": 14594997,
|
||||
"stars": 135,
|
||||
"trending": 5.419,
|
||||
"trends": [
|
||||
1.323,
|
||||
2.499,
|
||||
15.681,
|
||||
1.817,
|
||||
@ -174689,10 +174700,10 @@
|
||||
1.82,
|
||||
2.644,
|
||||
8.415,
|
||||
4.205
|
||||
4.205,
|
||||
5.419
|
||||
],
|
||||
"trendsDate": [
|
||||
1609715260,
|
||||
1612314876,
|
||||
1614913355,
|
||||
1617508961,
|
||||
@ -174704,10 +174715,10 @@
|
||||
1633104225,
|
||||
1635703406,
|
||||
1638299031,
|
||||
1640898223
|
||||
1640898223,
|
||||
1643497398
|
||||
],
|
||||
"downloadtrend": [
|
||||
7429422,
|
||||
7619847,
|
||||
9036965,
|
||||
9204165,
|
||||
@ -174719,12 +174730,13 @@
|
||||
11790527,
|
||||
12110784,
|
||||
13223564,
|
||||
13804026
|
||||
13804026,
|
||||
14594997
|
||||
],
|
||||
"LastUpdateScan": 1640898223,
|
||||
"LastUpdateScan": 1643497398,
|
||||
"FirstSeen": 1599316700,
|
||||
"topTrending": 2.882,
|
||||
"topPerforming": 4.205
|
||||
"topTrending": 2.9199999999999995,
|
||||
"topPerforming": 5.419
|
||||
},
|
||||
{
|
||||
"Name": "Viseron",
|
||||
@ -190426,28 +190438,31 @@
|
||||
"CategoryList": [
|
||||
"Downloaders"
|
||||
],
|
||||
"downloads": 34886,
|
||||
"downloads": 52678,
|
||||
"stars": 4,
|
||||
"trending": 30.241,
|
||||
"trending": 33.775,
|
||||
"trends": [
|
||||
22.08,
|
||||
19.009,
|
||||
30.241
|
||||
30.241,
|
||||
33.775
|
||||
],
|
||||
"trendsDate": [
|
||||
1635703407,
|
||||
1638299031,
|
||||
1640898223
|
||||
1640898223,
|
||||
1643497398
|
||||
],
|
||||
"downloadtrend": [
|
||||
15358,
|
||||
19710,
|
||||
24336,
|
||||
34886
|
||||
34886,
|
||||
52678
|
||||
],
|
||||
"LastUpdateScan": 1640898223,
|
||||
"LastUpdateScan": 1643497398,
|
||||
"FirstSeen": 1620093777,
|
||||
"topTrending": 8.161000000000001
|
||||
"topTrending": 11.695
|
||||
},
|
||||
{
|
||||
"Name": "chia",
|
||||
@ -199755,22 +199770,24 @@
|
||||
"CategoryList": [
|
||||
"Network-Web"
|
||||
],
|
||||
"downloads": 4456895,
|
||||
"downloads": 4673623,
|
||||
"stars": 21,
|
||||
"trending": 4.873,
|
||||
"trending": 4.637,
|
||||
"trends": [
|
||||
3.239,
|
||||
3.226,
|
||||
4.117,
|
||||
4.181,
|
||||
4.873
|
||||
4.873,
|
||||
4.637
|
||||
],
|
||||
"trendsDate": [
|
||||
1630512217,
|
||||
1633111422,
|
||||
1635710615,
|
||||
1638303713,
|
||||
1640898223
|
||||
1640898223,
|
||||
1643497398
|
||||
],
|
||||
"downloadtrend": [
|
||||
3647446,
|
||||
@ -199778,11 +199795,13 @@
|
||||
3895194,
|
||||
4062448,
|
||||
4239704,
|
||||
4456895
|
||||
4456895,
|
||||
4673623
|
||||
],
|
||||
"LastUpdateScan": 1640898223,
|
||||
"LastUpdateScan": 1643497398,
|
||||
"FirstSeen": 1627914737,
|
||||
"topTrending": 1.6340000000000003
|
||||
"topTrending": 1.3979999999999997,
|
||||
"topPerforming": 4.637
|
||||
},
|
||||
{
|
||||
"Name": "bibliogram",
|
||||
@ -199950,22 +199969,24 @@
|
||||
"CategoryList": [
|
||||
"Network-Web"
|
||||
],
|
||||
"downloads": 799282,
|
||||
"downloads": 1128220,
|
||||
"stars": 4,
|
||||
"trending": 35.645,
|
||||
"trending": 29.155,
|
||||
"trends": [
|
||||
20.407,
|
||||
36.753,
|
||||
24.259,
|
||||
46.259,
|
||||
35.645
|
||||
35.645,
|
||||
29.155
|
||||
],
|
||||
"trendsDate": [
|
||||
1630512218,
|
||||
1633111423,
|
||||
1635710615,
|
||||
1638303713,
|
||||
1640898224
|
||||
1640898224,
|
||||
1643497399
|
||||
],
|
||||
"downloadtrend": [
|
||||
105397,
|
||||
@ -199973,11 +199994,13 @@
|
||||
209369,
|
||||
276429,
|
||||
514377,
|
||||
799282
|
||||
799282,
|
||||
1128220
|
||||
],
|
||||
"LastUpdateScan": 1640898224,
|
||||
"LastUpdateScan": 1643497399,
|
||||
"FirstSeen": 1627914737,
|
||||
"topTrending": 15.238000000000003
|
||||
"topTrending": 8.748000000000001,
|
||||
"topPerforming": 29.155
|
||||
},
|
||||
{
|
||||
"Name": "nitter",
|
||||
@ -200029,22 +200052,24 @@
|
||||
"CategoryList": [
|
||||
"Network-Web"
|
||||
],
|
||||
"downloads": 2765775,
|
||||
"downloads": 3126975,
|
||||
"stars": 4,
|
||||
"trending": 8.335,
|
||||
"trending": 11.551,
|
||||
"trends": [
|
||||
7.431,
|
||||
8.763,
|
||||
10.243,
|
||||
22.91,
|
||||
8.335
|
||||
8.335,
|
||||
11.551
|
||||
],
|
||||
"trendsDate": [
|
||||
1630512218,
|
||||
1633111423,
|
||||
1635710616,
|
||||
1638303713,
|
||||
1640898224
|
||||
1640898224,
|
||||
1643497399
|
||||
],
|
||||
"downloadtrend": [
|
||||
1481548,
|
||||
@ -200052,11 +200077,13 @@
|
||||
1754216,
|
||||
1954416,
|
||||
2535252,
|
||||
2765775
|
||||
2765775,
|
||||
3126975
|
||||
],
|
||||
"LastUpdateScan": 1640898224,
|
||||
"LastUpdateScan": 1643497399,
|
||||
"FirstSeen": 1627914738,
|
||||
"topTrending": 0.9040000000000008
|
||||
"topTrending": 4.12,
|
||||
"topPerforming": 11.551
|
||||
},
|
||||
{
|
||||
"Name": "Troddit",
|
||||
|
@ -62229,5 +62229,15 @@
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null
|
||||
},
|
||||
"ghcr.io/guydavis/machinaris-chia-harvester": {
|
||||
"Base": null,
|
||||
"Downloads": null,
|
||||
"Stars": null,
|
||||
"Time": 1643504594,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user