This commit is contained in:
Andrew Z 2021-11-26 08:03:50 -05:00
parent 22acf09eb6
commit 8367ff52e7
7 changed files with 830 additions and 229 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1637917425
"last_updated_timestamp": 1637931829
}

View File

@ -89630,6 +89630,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1637931828,
"FirstSeen": 1611940113
},
{
@ -124131,11 +124132,10 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 4327749,
"downloads": 5360292,
"stars": 12,
"trending": 19.245,
"trending": 19.263,
"trends": [
29.128,
8.97,
11.264,
17.244,
@ -124147,10 +124147,10 @@
23.806,
25.44,
22.023,
19.245
19.245,
19.263
],
"trendsDate": [
1604146086,
1606741703,
1609340864,
1611940114,
@ -124162,10 +124162,10 @@
1627531397,
1630130608,
1632729817,
1635329000
1635329000,
1637931828
],
"downloadtrend": [
495766,
544617,
613751,
741642,
@ -124177,12 +124177,13 @@
2031912,
2725193,
3494866,
4327749
4327749,
5360292
],
"LastUpdateScan": 1635329000,
"LastUpdateScan": 1637931828,
"FirstSeen": 1583356665,
"topTrending": -9.883,
"topPerforming": 19.245
"topTrending": 10.293000000000001,
"topPerforming": 19.263
},
{
"Name": "vaultwarden",
@ -179155,9 +179156,9 @@
"Tools-Utilities",
"MediaApp-Other"
],
"downloads": 909818,
"stars": 5,
"trending": 3.256,
"downloads": 939746,
"stars": 6,
"trending": 3.185,
"trends": [
50.315,
32.977,
@ -179167,7 +179168,8 @@
15.8,
7.603,
3.193,
3.256
3.256,
3.185
],
"trendsDate": [
1614538946,
@ -179178,7 +179180,8 @@
1627531397,
1630130608,
1632729817,
1635329001
1635329001,
1637931828
],
"downloadtrend": [
78338,
@ -179190,12 +179193,13 @@
787307,
852090,
880192,
909818
909818,
939746
],
"LastUpdateScan": 1635329001,
"LastUpdateScan": 1637931828,
"FirstSeen": 1611940114,
"topTrending": -47.059,
"topPerforming": 3.256
"topTrending": -47.129999999999995,
"topPerforming": 3.185
},
{
"Name": "scrypted",
@ -200900,5 +200904,287 @@
"stars": 2,
"LastUpdateScan": 1637675266,
"FirstSeen": 1637675266
},
{
"Name": "Qbit_Manage",
"Repository": "bobokun/qbit_manage",
"Registry": "https://hub.docker.com/r/bobokun/qbit_manage",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation",
"Project": "https://github.com/StuffAnThings/qbit_manage",
"Overview": "This is a program used to manage your qBittorrent instance such as:\r\n\r\nTag torrents based on tracker URL (only tag torrents that have no tags)\r\nUpdate categories based on save directory\r\nRemove unregistered torrents (delete data & torrent if it is not being cross-seeded, otherwise it will just remove the torrent)\r\nAutomatically add cross-seed torrents in paused state (used in conjunction with the cross-seed script) <-- cross-seed now allows for torrent injections directly to qBit.\r\nRecheck paused torrents sorted by lowest size and resume if completed\r\nRemove orphaned files from your root directory that are not referenced by qBittorrent\r\nTag any torrents that have no hard links and allows optional cleanup to delete these torrents and contents based on maximum ratio and/or time seeded\r\nRecycleBin function to move files into a RecycleBin folder instead of deleting the data directly when deleting a torrent\r\nBuilt-in scheduler to run the script every x minutes. (Can use --run command to run without the scheduler)\r\n",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/StuffAnThings/unraid-templates/main/qbit_manage/qbit_manage.xml",
"Icon": "",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Root_Dir",
"Target": "/data/torrents/",
"Default": "/mnt/user",
"Mode": "rw",
"Description": "Container Path: /data/torrents/",
"Type": "Path",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/data/torrents/"
},
{
"@attributes": {
"Name": "QBT_CONFIG",
"Target": "QBT_CONFIG",
"Default": "config.yml",
"Mode": "",
"Description": "This is used if you want to use a different name for your config.yml. Example: tv.yml",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "config.yml"
},
{
"@attributes": {
"Name": "QBT_LOGFILE",
"Target": "QBT_LOGFILE",
"Default": "activity.log",
"Mode": "",
"Description": "This is used if you want to use a different name for your log file. Example: tv.log",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "activity.log"
},
{
"@attributes": {
"Name": "QBT_RUN",
"Target": "QBT_RUN",
"Default": "False|True",
"Mode": "",
"Description": "Run without the scheduler. Script will exit after completion.",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_SCHEDULE",
"Target": "QBT_SCHEDULE",
"Default": "30",
"Mode": "",
"Description": "Schedule to run every x minutes. (Default set to 30)",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "30"
},
{
"@attributes": {
"Name": "QBT_CROSS_SEED",
"Target": "QBT_CROSS_SEED",
"Default": "False|True",
"Mode": "",
"Description": "Use this after running cross-seed script to add torrents from the cross-seed output folder to qBittorrent",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_RECHECK",
"Target": "QBT_RECHECK",
"Default": "False|True",
"Mode": "",
"Description": "Recheck paused torrents sorted by lowest size. Resume if Completed.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_CAT_UPDATE",
"Target": "QBT_CAT_UPDATE",
"Default": "False|True",
"Mode": "",
"Description": "Use this if you would like to update your categories.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_TAG_UPDATE",
"Target": "QBT_TAG_UPDATE",
"Default": "False|True",
"Mode": "",
"Description": "Use this if you would like to update your tags. (Only adds tags to untagged torrents)\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_REM_UNREGISTERED",
"Target": "QBT_REM_UNREGISTERED",
"Default": "False|True",
"Mode": "",
"Description": "Use this if you would like to remove unregistered torrents. (It will the delete data & torrent if it is not being cross-seeded, otherwise it will just remove the torrent without deleting data)\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_REM_ORPHANED",
"Target": "QBT_REM_ORPHANED",
"Default": "False|True",
"Mode": "",
"Description": "Use this if you would like to remove orphaned files from your root_dir directory that are not referenced by any torrents. It will scan your root_dir directory and compare it with what is in qBittorrent. Any data not referenced in qBittorrent will be moved into /data/torrents/orphaned_data folder for you to review/delete.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_TAG_NOHARDLINKS",
"Target": "QBT_TAG_NOHARDLINKS",
"Default": "False|True",
"Mode": "",
"Description": "Use this to tag any torrents that do not have any hard links associated with any of the files. This is useful for those that use Sonarr/Radarr that hard links your media files with the torrents for seeding. When files get upgraded they no longer become linked with your media therefore will be tagged with a new tag noHL. You can then safely delete/remove these torrents to free up any extra space that is not being used by your media folder.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_SKIP_RECYCLE",
"Target": "QBT_SKIP_RECYCLE",
"Default": "False|True",
"Mode": "",
"Description": "Use this to skip emptying the Reycle Bin folder (/root_dir/.RecycleBin).\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_DRY_RUN",
"Target": "QBT_DRY_RUN",
"Default": "False|True",
"Mode": "",
"Description": "If you would like to see what is gonna happen but not actually move/delete or tag/categorize anything.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "Appdata Config Path",
"Target": "/config",
"Default": "/mnt/user/appdata/qbit_manage",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/qbit_manage"
},
{
"@attributes": {
"Name": "QBT_LOG_LEVEL",
"Target": "QBT_LOG_LEVEL",
"Default": "INFO",
"Mode": "",
"Description": "Change the ouput log level.\t",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "INFO"
},
{
"@attributes": {
"Name": "QBT_DIVIDER",
"Target": "QBT_DIVIDER",
"Default": "=",
"Mode": "",
"Description": "Character that divides the sections (Default: '=')\t",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "="
},
{
"@attributes": {
"Name": "QBT_WIDTH",
"Target": "QBT_WIDTH",
"Default": "100",
"Mode": "",
"Description": "Screen Width (Default: 100)\t",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "bobokun's Repository",
"Date": "1637867734",
"templatePath": "/tmp/GitHub/AppFeed/templates/bobokunsRepository/qbit_manage/qbit_manage.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 274,
"LastUpdateScan": 1637931829,
"FirstSeen": 1637931829
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 1427,
"last_updated_timestamp": 1637917425,
"last_updated": "2021-11-26 04:03",
"apps": 1428,
"last_updated_timestamp": 1637931829,
"last_updated": "2021-11-26 08:03",
"categories": [
{
"Cat": "Backup:",
@ -89792,6 +89792,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1637931828,
"FirstSeen": 1611940113
},
{
@ -124293,11 +124294,10 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 4327749,
"downloads": 5360292,
"stars": 12,
"trending": 19.245,
"trending": 19.263,
"trends": [
29.128,
8.97,
11.264,
17.244,
@ -124309,10 +124309,10 @@
23.806,
25.44,
22.023,
19.245
19.245,
19.263
],
"trendsDate": [
1604146086,
1606741703,
1609340864,
1611940114,
@ -124324,10 +124324,10 @@
1627531397,
1630130608,
1632729817,
1635329000
1635329000,
1637931828
],
"downloadtrend": [
495766,
544617,
613751,
741642,
@ -124339,12 +124339,13 @@
2031912,
2725193,
3494866,
4327749
4327749,
5360292
],
"LastUpdateScan": 1635329000,
"LastUpdateScan": 1637931828,
"FirstSeen": 1583356665,
"topTrending": -9.883,
"topPerforming": 19.245
"topTrending": 10.293000000000001,
"topPerforming": 19.263
},
{
"Name": "vaultwarden",
@ -179317,9 +179318,9 @@
"Tools-Utilities",
"MediaApp-Other"
],
"downloads": 909818,
"stars": 5,
"trending": 3.256,
"downloads": 939746,
"stars": 6,
"trending": 3.185,
"trends": [
50.315,
32.977,
@ -179329,7 +179330,8 @@
15.8,
7.603,
3.193,
3.256
3.256,
3.185
],
"trendsDate": [
1614538946,
@ -179340,7 +179342,8 @@
1627531397,
1630130608,
1632729817,
1635329001
1635329001,
1637931828
],
"downloadtrend": [
78338,
@ -179352,12 +179355,13 @@
787307,
852090,
880192,
909818
909818,
939746
],
"LastUpdateScan": 1635329001,
"LastUpdateScan": 1637931828,
"FirstSeen": 1611940114,
"topTrending": -47.059,
"topPerforming": 3.256
"topTrending": -47.129999999999995,
"topPerforming": 3.185
},
{
"Name": "scrypted",
@ -201062,6 +201066,288 @@
"stars": 2,
"LastUpdateScan": 1637675266,
"FirstSeen": 1637675266
},
{
"Name": "Qbit_Manage",
"Repository": "bobokun/qbit_manage",
"Registry": "https://hub.docker.com/r/bobokun/qbit_manage",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation",
"Project": "https://github.com/StuffAnThings/qbit_manage",
"Overview": "This is a program used to manage your qBittorrent instance such as:\r\n\r\nTag torrents based on tracker URL (only tag torrents that have no tags)\r\nUpdate categories based on save directory\r\nRemove unregistered torrents (delete data & torrent if it is not being cross-seeded, otherwise it will just remove the torrent)\r\nAutomatically add cross-seed torrents in paused state (used in conjunction with the cross-seed script) <-- cross-seed now allows for torrent injections directly to qBit.\r\nRecheck paused torrents sorted by lowest size and resume if completed\r\nRemove orphaned files from your root directory that are not referenced by qBittorrent\r\nTag any torrents that have no hard links and allows optional cleanup to delete these torrents and contents based on maximum ratio and/or time seeded\r\nRecycleBin function to move files into a RecycleBin folder instead of deleting the data directly when deleting a torrent\r\nBuilt-in scheduler to run the script every x minutes. (Can use --run command to run without the scheduler)\r\n",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/StuffAnThings/unraid-templates/main/qbit_manage/qbit_manage.xml",
"Icon": "",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Root_Dir",
"Target": "/data/torrents/",
"Default": "/mnt/user",
"Mode": "rw",
"Description": "Container Path: /data/torrents/",
"Type": "Path",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/data/torrents/"
},
{
"@attributes": {
"Name": "QBT_CONFIG",
"Target": "QBT_CONFIG",
"Default": "config.yml",
"Mode": "",
"Description": "This is used if you want to use a different name for your config.yml. Example: tv.yml",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "config.yml"
},
{
"@attributes": {
"Name": "QBT_LOGFILE",
"Target": "QBT_LOGFILE",
"Default": "activity.log",
"Mode": "",
"Description": "This is used if you want to use a different name for your log file. Example: tv.log",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "activity.log"
},
{
"@attributes": {
"Name": "QBT_RUN",
"Target": "QBT_RUN",
"Default": "False|True",
"Mode": "",
"Description": "Run without the scheduler. Script will exit after completion.",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_SCHEDULE",
"Target": "QBT_SCHEDULE",
"Default": "30",
"Mode": "",
"Description": "Schedule to run every x minutes. (Default set to 30)",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "30"
},
{
"@attributes": {
"Name": "QBT_CROSS_SEED",
"Target": "QBT_CROSS_SEED",
"Default": "False|True",
"Mode": "",
"Description": "Use this after running cross-seed script to add torrents from the cross-seed output folder to qBittorrent",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_RECHECK",
"Target": "QBT_RECHECK",
"Default": "False|True",
"Mode": "",
"Description": "Recheck paused torrents sorted by lowest size. Resume if Completed.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_CAT_UPDATE",
"Target": "QBT_CAT_UPDATE",
"Default": "False|True",
"Mode": "",
"Description": "Use this if you would like to update your categories.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_TAG_UPDATE",
"Target": "QBT_TAG_UPDATE",
"Default": "False|True",
"Mode": "",
"Description": "Use this if you would like to update your tags. (Only adds tags to untagged torrents)\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_REM_UNREGISTERED",
"Target": "QBT_REM_UNREGISTERED",
"Default": "False|True",
"Mode": "",
"Description": "Use this if you would like to remove unregistered torrents. (It will the delete data & torrent if it is not being cross-seeded, otherwise it will just remove the torrent without deleting data)\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_REM_ORPHANED",
"Target": "QBT_REM_ORPHANED",
"Default": "False|True",
"Mode": "",
"Description": "Use this if you would like to remove orphaned files from your root_dir directory that are not referenced by any torrents. It will scan your root_dir directory and compare it with what is in qBittorrent. Any data not referenced in qBittorrent will be moved into /data/torrents/orphaned_data folder for you to review/delete.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_TAG_NOHARDLINKS",
"Target": "QBT_TAG_NOHARDLINKS",
"Default": "False|True",
"Mode": "",
"Description": "Use this to tag any torrents that do not have any hard links associated with any of the files. This is useful for those that use Sonarr/Radarr that hard links your media files with the torrents for seeding. When files get upgraded they no longer become linked with your media therefore will be tagged with a new tag noHL. You can then safely delete/remove these torrents to free up any extra space that is not being used by your media folder.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_SKIP_RECYCLE",
"Target": "QBT_SKIP_RECYCLE",
"Default": "False|True",
"Mode": "",
"Description": "Use this to skip emptying the Reycle Bin folder (/root_dir/.RecycleBin).\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "QBT_DRY_RUN",
"Target": "QBT_DRY_RUN",
"Default": "False|True",
"Mode": "",
"Description": "If you would like to see what is gonna happen but not actually move/delete or tag/categorize anything.\t",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "Appdata Config Path",
"Target": "/config",
"Default": "/mnt/user/appdata/qbit_manage",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/qbit_manage"
},
{
"@attributes": {
"Name": "QBT_LOG_LEVEL",
"Target": "QBT_LOG_LEVEL",
"Default": "INFO",
"Mode": "",
"Description": "Change the ouput log level.\t",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "INFO"
},
{
"@attributes": {
"Name": "QBT_DIVIDER",
"Target": "QBT_DIVIDER",
"Default": "=",
"Mode": "",
"Description": "Character that divides the sections (Default: '=')\t",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "="
},
{
"@attributes": {
"Name": "QBT_WIDTH",
"Target": "QBT_WIDTH",
"Default": "100",
"Mode": "",
"Description": "Screen Width (Default: 100)\t",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "bobokun's Repository",
"Date": "1637867734",
"templatePath": "/tmp/GitHub/AppFeed/templates/bobokunsRepository/qbit_manage/qbit_manage.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 274,
"LastUpdateScan": 1637931829,
"FirstSeen": 1637931829
}
],
"repositories": {
@ -202504,6 +202790,10 @@
"bio": "Creating templates for containers which I am missing on CA.",
"icon": "https://github.com/l4stidi0t.png",
"Discord": "https://discord.com/invite/7QVzvjcDDM"
},
"bobokun's Repository": {
"url": "https://github.com/StuffAnThings/unraid-templates",
"profile": "https://forums.unraid.net/profile/76370-bobokun/"
}
}
}

View File

@ -1876,5 +1876,6 @@
"evotm/trackmania:latest": 1637675266,
"erikdevries/spotweb": 1637751825,
"edchamberlain/shinobi:dev": 1637766226,
"binhex/arch-readarr": 1637874226
"binhex/arch-readarr": 1637874226,
"bobokun/qbit_manage": 1637931829
}

View File

@ -33146,12 +33146,11 @@
},
"golift/unpackerr": {
"Base": null,
"Downloads": 4327749,
"Downloads": 5360292,
"Stars": 12,
"Time": 1635329000,
"trending": 19.245,
"Time": 1637931828,
"trending": 19.263,
"trends": [
29.128,
8.97,
11.264,
17.244,
@ -33163,10 +33162,10 @@
23.806,
25.44,
22.023,
19.245
19.245,
19.263
],
"downloadtrend": [
495766,
544617,
613751,
741642,
@ -33178,10 +33177,10 @@
2031912,
2725193,
3494866,
4327749
4327749,
5360292
],
"trendsDate": [
1604146086,
1606741703,
1609340864,
1611940114,
@ -33193,7 +33192,8 @@
1627531397,
1630130608,
1632729817,
1635329000
1635329000,
1637931828
]
},
"hotio/jellyfin": {
@ -49002,7 +49002,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1635329000,
"Time": 1637931828,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -49010,10 +49010,10 @@
},
"lukechannings/moviematch": {
"Base": null,
"Downloads": 909818,
"Stars": 5,
"Time": 1635329001,
"trending": 3.256,
"Downloads": 939746,
"Stars": 6,
"Time": 1637931828,
"trending": 3.185,
"trends": [
50.315,
32.977,
@ -49023,7 +49023,8 @@
15.8,
7.603,
3.193,
3.256
3.256,
3.185
],
"downloadtrend": [
78338,
@ -49035,7 +49036,8 @@
787307,
852090,
880192,
909818
909818,
939746
],
"trendsDate": [
1614538946,
@ -49046,7 +49048,8 @@
1627531397,
1630130608,
1632729817,
1635329001
1635329001,
1637931828
]
},
"hotio/duplicacy": {
@ -58216,5 +58219,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"bobokun/qbit_manage": {
"Base": null,
"Downloads": 274,
"Stars": null,
"Time": 1637931829,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{
"caFixed": 411,
"caFixed": 412,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -1291,6 +1291,11 @@
"comixed/comixed:latest": [
"No Icon specified within the application template"
]
},
"bobokun's Repository": {
"bobokun/qbit_manage": [
"No Icon specified within the application template"
]
}
}
}