This commit is contained in:
Andrew Z 2024-08-16 14:06:31 -04:00
parent de56c06330
commit a743f57f21
5 changed files with 1048 additions and 483 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1723824404
"last_updated_timestamp": 1723831590
}

View File

@ -11960,6 +11960,19 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PLEX_CLAIM",
"Target": "PLEX_CLAIM",
"Default": "",
"Description": "Specify the Plex Claim Code to retrieve your Plex Server, Claim Codes can be generated from https://plex.tv/claim - Note Claim Codes expire after 4 minutes.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
@ -12159,6 +12172,19 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PLEX_CLAIM",
"Target": "PLEX_CLAIM",
"Default": "",
"Description": "Specify the Plex Claim Code to retrieve your Plex Server, Claim Codes can be generated from https://plex.tv/claim - Note Claim Codes expire after 4 minutes.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
@ -13517,66 +13543,147 @@
"topPerforming": 0.368
},
{
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/radarr.xml",
"Name": "binhex-radarr",
"Overview": "This fork of Sonarr aims to turn it into something like Couchpotato. NOTE This application is under heavy development right now, it may not work correctly.",
"Support": "http://forums.unraid.net/index.php?topic=55549.0",
"ReadMe": "https://github.com/binhex/documentation",
"Registry": "https://registry.hub.docker.com/r/binhex/arch-radarr/",
"GitHub": "https://github.com/binhex/arch-radarr",
"Repository": "binhex/arch-radarr",
"Project": "https://github.com/Radarr/Radarr",
"BindTime": "true",
"Registry": "https://github.com/binhex/arch-radarr",
"Network": "bridge",
"Privileged": "false",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "7878",
"ContainerPort": "7878",
"Protocol": "tcp"
}
}
},
"Environment": {
"Variable": [
{
"Name": "UMASK",
"Value": "000"
},
{
"Name": "PUID",
"Value": "99"
},
{
"Name": "PGID",
"Value": "100"
}
]
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/config",
"ContainerDir": "/config",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/data",
"ContainerDir": "/data",
"Mode": "rw"
},
{
"HostDir": "/mnt/user",
"ContainerDir": "/media",
"Mode": "rw"
}
]
},
"WebUI": "http://[IP]:[PORT:7878]/",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/binhex/arch-radarr",
"ReadMe": "https://github.com/binhex/documentation",
"Support": "https://forums.unraid.net/topic/index.php?topic=55549.0/",
"Project": "https://github.com/Radarr/Radarr",
"Overview": "Radarr is a free and open-source movie collection manager. It is actually a fork of Sonarr but for movies\u2014 similar to what Couchpotato does. Radarr automatically monitors multiple RSS feeds for new movies and interfaces with Usenet and BitTorrent clients to grab, sort, and rename them. It supports automatic upgrading of the quality of existing files and features full integration with popular download clients and media servers.",
"WebUI": "http://[IP]:[PORT:7878]",
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/radarr.xml",
"Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/radarr-icon.png",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"Config": [
{
"@attributes": {
"Name": "Port: Web Interface",
"Target": "7878",
"Default": "7878",
"Mode": "tcp",
"Description": "This is the Web UI port for the application.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /config",
"Target": "/config",
"Default": "/mnt/user/appdata/radarr",
"Mode": "rw",
"Description": "This is the container path to your configuration files, e.g. databases, configuration files, logs etc.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /media",
"Target": "/media",
"Default": "/mnt/user",
"Mode": "rw",
"Description": "This is the container path to your media files, e.g. movies, tv, music, pictures etc.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /data",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "This is the container path to your downloaded files or user created content.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /shared",
"Target": "/shared",
"Default": "binhex-shared",
"Mode": "rw",
"Description": "This is a special Docker Volume used to store shared information between containers, such as incoming port number.",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
"Target": "SHARED_NETWORK",
"Default": "no|yes",
"Description": "Specify whether this container is sharing the network with another VPN container, if set to 'yes' then this container will stop when the VPN container is stopped.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PUID",
"Target": "PUID",
"Default": "99",
"Description": "User ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PGID",
"Target": "PGID",
"Default": "100",
"Description": "Group ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: UMASK",
"Target": "UMASK",
"Default": "000",
"Description": "UMASK for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/radarr.xml",
"CategoryList": [
@ -13620,112 +13727,303 @@
"topPerforming": 0.231
},
{
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/rclone.xml",
"Name": "binhex-rclone",
"Overview": "Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business and consumer file storage services, as well as standard transfer protocols.\n Rclone has powerful cloud equivalents to the unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax includes shell pipeline support, and --dry-run protection. It is used at the command line, in scripts or via its API.\n Users call rclone The Swiss army knife of cloud storage, and Technology indistinguishable from magic.",
"Support": "https://forums.unraid.net/topic/111235-support-binhex-rclone/",
"ReadMe": "https://github.com/binhex/documentation",
"Registry": "https://registry.hub.docker.com/r/binhex/arch-rclone/",
"GitHub": "https://github.com/binhex/arch-rclone",
"Repository": "binhex/arch-rclone",
"Project": "https://rclone.org/",
"BindTime": "true",
"Registry": "https://github.com/binhex/arch-rclone",
"Network": "bridge",
"Privileged": "false",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "53682",
"ContainerPort": "53682",
"Protocol": "tcp"
},
{
"HostPort": "5572",
"ContainerPort": "5572",
"Protocol": "tcp"
}
]
}
},
"Environment": {
"Variable": [
{
"Name": "RCLONE_CONFIG_PATH",
"Value": "/config/rclone/config/rclone.conf"
},
{
"Name": "RCLONE_MEDIA_SHARES",
"Value": ""
},
{
"Name": "RCLONE_REMOTE_NAME",
"Value": "remote"
},
{
"Name": "RCLONE_SLEEP_PERIOD",
"Value": "24h"
},
{
"Name": "RCLONE_USER_FLAGS",
"Value": ""
},
{
"Name": "RCLONE_OPERATION",
"Value": "copy"
},
{
"Name": "RCLONE_DIRECTION",
"Value": "localtoremote"
},
{
"Name": "RCLONE_POST_CHECK",
"Value": "yes"
},
{
"Name": "ENABLE_WEBUI",
"Value": "yes"
},
{
"Name": "WEBUI_USER",
"Value": "admin"
},
{
"Name": "WEBUI_PASS",
"Value": ""
},
{
"Name": "UMASK",
"Value": "000"
},
{
"Name": "PUID",
"Value": "99"
},
{
"Name": "PGID",
"Value": "100"
}
]
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/config",
"ContainerDir": "/config",
"Mode": "rw"
},
{
"HostDir": "/mnt/user",
"ContainerDir": "/media",
"Mode": "rw"
}
]
},
"WebUI": "http://[IP]:[PORT:5572]/",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/binhex/arch-rclone",
"ReadMe": "https://github.com/binhex/documentation",
"Support": "https://forums.unraid.net/topic/111235-support-binhex-rclone/",
"Project": "https://rclone.org",
"Overview": "Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business and consumer file storage services, as well as standard transfer protocols. Rclone has powerful cloud equivalents to the unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax includes shell pipeline support, and --dry-run protection. It is used at the command line, in scripts or via its API. Users call rclone The Swiss army knife of cloud storage, and Technology indistinguishable from magic.",
"WebUI": "http://[IP]:[PORT:5572]",
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/rclone.xml",
"Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/rclone-icon.png",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"Config": [
{
"@attributes": {
"Name": "Port: Web Interface",
"Target": "5572",
"Default": "5572",
"Mode": "tcp",
"Description": "This is the Web UI port for the application.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: Rclone Authorization",
"Target": "53682",
"Default": "53682",
"Mode": "tcp",
"Description": "This is the Rclone authorization port.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /config",
"Target": "/config",
"Default": "/mnt/user/appdata/rclone",
"Mode": "rw",
"Description": "This is the container path to your configuration files, e.g. databases, configuration files, logs etc.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /media",
"Target": "/media",
"Default": "/mnt/user",
"Mode": "rw",
"Description": "This is the container path to your media files, e.g. movies, tv, music, pictures etc.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /shared",
"Target": "/shared",
"Default": "binhex-shared",
"Mode": "rw",
"Description": "This is a special Docker Volume used to store shared information between containers, such as incoming port number.",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_CONFIG_PATH",
"Target": "RCLONE_CONFIG_PATH",
"Default": "/config/rclone/config/rclone.conf",
"Description": "Specify the file path to your preconfigured rclone configuration file.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_MEDIA_SHARES",
"Target": "RCLONE_MEDIA_SHARES",
"Default": "",
"Description": "Specify the media shares to process in rclone.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_REMOTE_NAME",
"Target": "RCLONE_REMOTE_NAME",
"Default": "remote",
"Description": "Specify the remote name as defined in the rclone configuration file.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_SLEEP_PERIOD",
"Target": "RCLONE_SLEEP_PERIOD",
"Default": "24h",
"Description": "Specify the delay between re-runs of rclone.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_OPERATION",
"Target": "RCLONE_OPERATION",
"Default": "copy|sync",
"Description": "Specify whether to copy new files or syncronise, syncronise may cause delete operation so use with caution.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_DIRECTION",
"Target": "RCLONE_DIRECTION",
"Default": "localtoremote|remotetolocal|both",
"Description": "Specify the direction to syncronise, local to remote, remote to local or two way sync.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: ENABLE_WEBUI",
"Target": "ENABLE_WEBUI",
"Default": "yes|no",
"Description": "Specify whether to enable the rclone Web UI.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: WEBUI_USER",
"Target": "WEBUI_USER",
"Default": "admin",
"Description": "Specify the rclone Web UI username.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: WEBUI_PASS",
"Target": "WEBUI_PASS",
"Default": "",
"Description": "Specify the rclone Web UI password.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_USER_FLAGS",
"Target": "RCLONE_USER_FLAGS",
"Default": "",
"Description": "Specify any additional user defined flags for rclone.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_POST_CHECK",
"Target": "RCLONE_POST_CHECK",
"Default": "yes|no",
"Description": "Specify whether to verify local and remote files match.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_POST_REPORT",
"Target": "RCLONE_POST_REPORT",
"Default": "combined|differ|error|match|missing-on-dst|missing-on-src",
"Description": "Specify what post check level to report.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
"Target": "SHARED_NETWORK",
"Default": "no|yes",
"Description": "Specify whether this container is sharing the network with another VPN container, if set to 'yes' then this container will stop when the VPN container is stopped.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PUID",
"Target": "PUID",
"Default": "99",
"Description": "User ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PGID",
"Target": "PGID",
"Default": "100",
"Description": "Group ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: UMASK",
"Target": "UMASK",
"Default": "000",
"Description": "UMASK for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/rclone.xml",
"CategoryList": [
@ -87578,7 +87876,6 @@
],
"downloads": 1416450,
"stars": 7,
"LastUpdate": 1643232020,
"trending": 1.058,
"trends": [
1.1,
@ -87608,6 +87905,7 @@
1416450
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1643232020,
"FirstSeen": 1638075817,
"topTrending": -0.04200000000000004,
"topPerforming": 1.058
@ -88265,7 +88563,6 @@
],
"downloads": 90410955,
"stars": 551,
"LastUpdate": 1719219093,
"trending": 3.271,
"trends": [
6.917,
@ -88295,6 +88592,7 @@
90410955
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1719219093,
"FirstSeen": 1627661002,
"topTrending": -3.646,
"topPerforming": 3.271
@ -99854,7 +100152,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1723824402,
"FirstSeen": 1622469787
},
{
@ -124093,7 +124390,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1723824402,
"FirstSeen": 1622462584
},
{
@ -128794,7 +129090,6 @@
"GameServers"
],
"downloads": 25481,
"LastUpdate": 1717665871,
"trending": 2.135,
"trends": [
1.151,
@ -128824,6 +129119,7 @@
25481
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1717665871,
"FirstSeen": 1586095691,
"topTrending": 0.9839999999999998
},
@ -140359,7 +140655,6 @@
],
"downloads": 393616728,
"stars": 1932,
"LastUpdate": 1723810117,
"trending": 0.264,
"trends": [
0.226,
@ -140389,6 +140684,7 @@
393616728
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1723810117,
"FirstSeen": 1632873816,
"topTrending": 0.038000000000000006,
"topPerforming": 0.264
@ -199871,7 +200167,6 @@
],
"downloads": 25141024,
"stars": 80,
"LastUpdate": 1610693787,
"trending": 0.222,
"trends": [
0.355,
@ -199901,6 +200196,7 @@
25141024
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1610693787,
"FirstSeen": 1614668550,
"topTrending": -0.13299999999999998,
"topPerforming": 0.222
@ -199944,7 +200240,6 @@
],
"downloads": 1512479,
"stars": 2,
"LastUpdate": 1617356434,
"trending": 0.013,
"trends": [
0.008,
@ -199974,6 +200269,7 @@
1512479
],
"LastUpdateScan": 1723824403,
"LastUpdate": 1617356434,
"FirstSeen": 1614668550,
"topTrending": 0.004999999999999999,
"topPerforming": 0.013
@ -243250,7 +243546,6 @@
],
"downloads": 3113009,
"stars": 16,
"LastUpdate": 1710779452,
"trending": 5.145,
"trends": [
7.281,
@ -243280,6 +243575,7 @@
3113009
],
"LastUpdateScan": 1723824403,
"LastUpdate": 1710779452,
"FirstSeen": 1622478285,
"topTrending": -2.136,
"topPerforming": 5.145
@ -255268,8 +255564,8 @@
"Repo": "m0ngr31's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/m0ngr31sRepository/Genmon.xml",
"downloads": 4064,
"LastUpdate": 1723596406,
"LastUpdateScan": 1723824403,
"LastUpdate": 1723596406,
"FirstSeen": 1695240344
},
{
@ -285019,7 +285315,6 @@
],
"downloads": 306648,
"stars": 62,
"LastUpdate": 1722917520,
"trending": 11.085,
"trends": [
5.456,
@ -285049,6 +285344,7 @@
306648
],
"LastUpdateScan": 1723824403,
"LastUpdate": 1722917520,
"FirstSeen": 1653658550,
"topTrending": 5.6290000000000004,
"topPerforming": 11.085
@ -287517,7 +287813,6 @@
],
"downloads": 210849,
"stars": 53,
"LastUpdate": 1715816993,
"trending": 4.424,
"trends": [
0.673,
@ -287547,6 +287842,7 @@
210849
],
"LastUpdateScan": 1723824403,
"LastUpdate": 1715816993,
"FirstSeen": 1674457447,
"topTrending": 3.7510000000000003,
"topPerforming": 4.424
@ -287796,8 +288092,8 @@
],
"downloads": 8577,
"stars": 2,
"LastUpdate": 1722905196,
"LastUpdateScan": 1723824404,
"LastUpdate": 1722905196,
"FirstSeen": 1674457448
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 2359,
"last_updated_timestamp": 1723824404,
"last_updated": "2024-08-16 12:06",
"last_updated_timestamp": 1723831590,
"last_updated": "2024-08-16 14:06",
"categories": [
{
"Cat": "AI:",
@ -12126,6 +12126,19 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PLEX_CLAIM",
"Target": "PLEX_CLAIM",
"Default": "",
"Description": "Specify the Plex Claim Code to retrieve your Plex Server, Claim Codes can be generated from https://plex.tv/claim - Note Claim Codes expire after 4 minutes.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
@ -12325,6 +12338,19 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PLEX_CLAIM",
"Target": "PLEX_CLAIM",
"Default": "",
"Description": "Specify the Plex Claim Code to retrieve your Plex Server, Claim Codes can be generated from https://plex.tv/claim - Note Claim Codes expire after 4 minutes.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
@ -13683,66 +13709,147 @@
"topPerforming": 0.368
},
{
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/radarr.xml",
"Name": "binhex-radarr",
"Overview": "This fork of Sonarr aims to turn it into something like Couchpotato. NOTE This application is under heavy development right now, it may not work correctly.",
"Support": "http://forums.unraid.net/index.php?topic=55549.0",
"ReadMe": "https://github.com/binhex/documentation",
"Registry": "https://registry.hub.docker.com/r/binhex/arch-radarr/",
"GitHub": "https://github.com/binhex/arch-radarr",
"Repository": "binhex/arch-radarr",
"Project": "https://github.com/Radarr/Radarr",
"BindTime": "true",
"Registry": "https://github.com/binhex/arch-radarr",
"Network": "bridge",
"Privileged": "false",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "7878",
"ContainerPort": "7878",
"Protocol": "tcp"
}
}
},
"Environment": {
"Variable": [
{
"Name": "UMASK",
"Value": "000"
},
{
"Name": "PUID",
"Value": "99"
},
{
"Name": "PGID",
"Value": "100"
}
]
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/config",
"ContainerDir": "/config",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/data",
"ContainerDir": "/data",
"Mode": "rw"
},
{
"HostDir": "/mnt/user",
"ContainerDir": "/media",
"Mode": "rw"
}
]
},
"WebUI": "http://[IP]:[PORT:7878]/",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/binhex/arch-radarr",
"ReadMe": "https://github.com/binhex/documentation",
"Support": "https://forums.unraid.net/topic/index.php?topic=55549.0/",
"Project": "https://github.com/Radarr/Radarr",
"Overview": "Radarr is a free and open-source movie collection manager. It is actually a fork of Sonarr but for movies\u2014 similar to what Couchpotato does. Radarr automatically monitors multiple RSS feeds for new movies and interfaces with Usenet and BitTorrent clients to grab, sort, and rename them. It supports automatic upgrading of the quality of existing files and features full integration with popular download clients and media servers.",
"WebUI": "http://[IP]:[PORT:7878]",
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/radarr.xml",
"Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/radarr-icon.png",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"Config": [
{
"@attributes": {
"Name": "Port: Web Interface",
"Target": "7878",
"Default": "7878",
"Mode": "tcp",
"Description": "This is the Web UI port for the application.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /config",
"Target": "/config",
"Default": "/mnt/user/appdata/radarr",
"Mode": "rw",
"Description": "This is the container path to your configuration files, e.g. databases, configuration files, logs etc.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /media",
"Target": "/media",
"Default": "/mnt/user",
"Mode": "rw",
"Description": "This is the container path to your media files, e.g. movies, tv, music, pictures etc.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /data",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "This is the container path to your downloaded files or user created content.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /shared",
"Target": "/shared",
"Default": "binhex-shared",
"Mode": "rw",
"Description": "This is a special Docker Volume used to store shared information between containers, such as incoming port number.",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
"Target": "SHARED_NETWORK",
"Default": "no|yes",
"Description": "Specify whether this container is sharing the network with another VPN container, if set to 'yes' then this container will stop when the VPN container is stopped.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PUID",
"Target": "PUID",
"Default": "99",
"Description": "User ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PGID",
"Target": "PGID",
"Default": "100",
"Description": "Group ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: UMASK",
"Target": "UMASK",
"Default": "000",
"Description": "UMASK for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/radarr.xml",
"CategoryList": [
@ -13786,112 +13893,303 @@
"topPerforming": 0.231
},
{
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/rclone.xml",
"Name": "binhex-rclone",
"Overview": "Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business and consumer file storage services, as well as standard transfer protocols.\n Rclone has powerful cloud equivalents to the unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax includes shell pipeline support, and --dry-run protection. It is used at the command line, in scripts or via its API.\n Users call rclone The Swiss army knife of cloud storage, and Technology indistinguishable from magic.",
"Support": "https://forums.unraid.net/topic/111235-support-binhex-rclone/",
"ReadMe": "https://github.com/binhex/documentation",
"Registry": "https://registry.hub.docker.com/r/binhex/arch-rclone/",
"GitHub": "https://github.com/binhex/arch-rclone",
"Repository": "binhex/arch-rclone",
"Project": "https://rclone.org/",
"BindTime": "true",
"Registry": "https://github.com/binhex/arch-rclone",
"Network": "bridge",
"Privileged": "false",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "53682",
"ContainerPort": "53682",
"Protocol": "tcp"
},
{
"HostPort": "5572",
"ContainerPort": "5572",
"Protocol": "tcp"
}
]
}
},
"Environment": {
"Variable": [
{
"Name": "RCLONE_CONFIG_PATH",
"Value": "/config/rclone/config/rclone.conf"
},
{
"Name": "RCLONE_MEDIA_SHARES",
"Value": ""
},
{
"Name": "RCLONE_REMOTE_NAME",
"Value": "remote"
},
{
"Name": "RCLONE_SLEEP_PERIOD",
"Value": "24h"
},
{
"Name": "RCLONE_USER_FLAGS",
"Value": ""
},
{
"Name": "RCLONE_OPERATION",
"Value": "copy"
},
{
"Name": "RCLONE_DIRECTION",
"Value": "localtoremote"
},
{
"Name": "RCLONE_POST_CHECK",
"Value": "yes"
},
{
"Name": "ENABLE_WEBUI",
"Value": "yes"
},
{
"Name": "WEBUI_USER",
"Value": "admin"
},
{
"Name": "WEBUI_PASS",
"Value": ""
},
{
"Name": "UMASK",
"Value": "000"
},
{
"Name": "PUID",
"Value": "99"
},
{
"Name": "PGID",
"Value": "100"
}
]
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/config",
"ContainerDir": "/config",
"Mode": "rw"
},
{
"HostDir": "/mnt/user",
"ContainerDir": "/media",
"Mode": "rw"
}
]
},
"WebUI": "http://[IP]:[PORT:5572]/",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/binhex/arch-rclone",
"ReadMe": "https://github.com/binhex/documentation",
"Support": "https://forums.unraid.net/topic/111235-support-binhex-rclone/",
"Project": "https://rclone.org",
"Overview": "Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business and consumer file storage services, as well as standard transfer protocols. Rclone has powerful cloud equivalents to the unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax includes shell pipeline support, and --dry-run protection. It is used at the command line, in scripts or via its API. Users call rclone The Swiss army knife of cloud storage, and Technology indistinguishable from magic.",
"WebUI": "http://[IP]:[PORT:5572]",
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/rclone.xml",
"Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/rclone-icon.png",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"Config": [
{
"@attributes": {
"Name": "Port: Web Interface",
"Target": "5572",
"Default": "5572",
"Mode": "tcp",
"Description": "This is the Web UI port for the application.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: Rclone Authorization",
"Target": "53682",
"Default": "53682",
"Mode": "tcp",
"Description": "This is the Rclone authorization port.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /config",
"Target": "/config",
"Default": "/mnt/user/appdata/rclone",
"Mode": "rw",
"Description": "This is the container path to your configuration files, e.g. databases, configuration files, logs etc.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /media",
"Target": "/media",
"Default": "/mnt/user",
"Mode": "rw",
"Description": "This is the container path to your media files, e.g. movies, tv, music, pictures etc.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /shared",
"Target": "/shared",
"Default": "binhex-shared",
"Mode": "rw",
"Description": "This is a special Docker Volume used to store shared information between containers, such as incoming port number.",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_CONFIG_PATH",
"Target": "RCLONE_CONFIG_PATH",
"Default": "/config/rclone/config/rclone.conf",
"Description": "Specify the file path to your preconfigured rclone configuration file.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_MEDIA_SHARES",
"Target": "RCLONE_MEDIA_SHARES",
"Default": "",
"Description": "Specify the media shares to process in rclone.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_REMOTE_NAME",
"Target": "RCLONE_REMOTE_NAME",
"Default": "remote",
"Description": "Specify the remote name as defined in the rclone configuration file.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_SLEEP_PERIOD",
"Target": "RCLONE_SLEEP_PERIOD",
"Default": "24h",
"Description": "Specify the delay between re-runs of rclone.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_OPERATION",
"Target": "RCLONE_OPERATION",
"Default": "copy|sync",
"Description": "Specify whether to copy new files or syncronise, syncronise may cause delete operation so use with caution.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_DIRECTION",
"Target": "RCLONE_DIRECTION",
"Default": "localtoremote|remotetolocal|both",
"Description": "Specify the direction to syncronise, local to remote, remote to local or two way sync.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: ENABLE_WEBUI",
"Target": "ENABLE_WEBUI",
"Default": "yes|no",
"Description": "Specify whether to enable the rclone Web UI.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: WEBUI_USER",
"Target": "WEBUI_USER",
"Default": "admin",
"Description": "Specify the rclone Web UI username.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: WEBUI_PASS",
"Target": "WEBUI_PASS",
"Default": "",
"Description": "Specify the rclone Web UI password.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_USER_FLAGS",
"Target": "RCLONE_USER_FLAGS",
"Default": "",
"Description": "Specify any additional user defined flags for rclone.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_POST_CHECK",
"Target": "RCLONE_POST_CHECK",
"Default": "yes|no",
"Description": "Specify whether to verify local and remote files match.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: RCLONE_POST_REPORT",
"Target": "RCLONE_POST_REPORT",
"Default": "combined|differ|error|match|missing-on-dst|missing-on-src",
"Description": "Specify what post check level to report.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
"Target": "SHARED_NETWORK",
"Default": "no|yes",
"Description": "Specify whether this container is sharing the network with another VPN container, if set to 'yes' then this container will stop when the VPN container is stopped.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PUID",
"Target": "PUID",
"Default": "99",
"Description": "User ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PGID",
"Target": "PGID",
"Default": "100",
"Description": "Group ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: UMASK",
"Target": "UMASK",
"Default": "000",
"Description": "UMASK for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/rclone.xml",
"CategoryList": [
@ -87744,7 +88042,6 @@
],
"downloads": 1416450,
"stars": 7,
"LastUpdate": 1643232020,
"trending": 1.058,
"trends": [
1.1,
@ -87774,6 +88071,7 @@
1416450
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1643232020,
"FirstSeen": 1638075817,
"topTrending": -0.04200000000000004,
"topPerforming": 1.058
@ -88431,7 +88729,6 @@
],
"downloads": 90410955,
"stars": 551,
"LastUpdate": 1719219093,
"trending": 3.271,
"trends": [
6.917,
@ -88461,6 +88758,7 @@
90410955
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1719219093,
"FirstSeen": 1627661002,
"topTrending": -3.646,
"topPerforming": 3.271
@ -100020,7 +100318,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1723824402,
"FirstSeen": 1622469787
},
{
@ -124259,7 +124556,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1723824402,
"FirstSeen": 1622462584
},
{
@ -128960,7 +129256,6 @@
"GameServers"
],
"downloads": 25481,
"LastUpdate": 1717665871,
"trending": 2.135,
"trends": [
1.151,
@ -128990,6 +129285,7 @@
25481
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1717665871,
"FirstSeen": 1586095691,
"topTrending": 0.9839999999999998
},
@ -140525,7 +140821,6 @@
],
"downloads": 393616728,
"stars": 1932,
"LastUpdate": 1723810117,
"trending": 0.264,
"trends": [
0.226,
@ -140555,6 +140850,7 @@
393616728
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1723810117,
"FirstSeen": 1632873816,
"topTrending": 0.038000000000000006,
"topPerforming": 0.264
@ -200037,7 +200333,6 @@
],
"downloads": 25141024,
"stars": 80,
"LastUpdate": 1610693787,
"trending": 0.222,
"trends": [
0.355,
@ -200067,6 +200362,7 @@
25141024
],
"LastUpdateScan": 1723824402,
"LastUpdate": 1610693787,
"FirstSeen": 1614668550,
"topTrending": -0.13299999999999998,
"topPerforming": 0.222
@ -200110,7 +200406,6 @@
],
"downloads": 1512479,
"stars": 2,
"LastUpdate": 1617356434,
"trending": 0.013,
"trends": [
0.008,
@ -200140,6 +200435,7 @@
1512479
],
"LastUpdateScan": 1723824403,
"LastUpdate": 1617356434,
"FirstSeen": 1614668550,
"topTrending": 0.004999999999999999,
"topPerforming": 0.013
@ -243416,7 +243712,6 @@
],
"downloads": 3113009,
"stars": 16,
"LastUpdate": 1710779452,
"trending": 5.145,
"trends": [
7.281,
@ -243446,6 +243741,7 @@
3113009
],
"LastUpdateScan": 1723824403,
"LastUpdate": 1710779452,
"FirstSeen": 1622478285,
"topTrending": -2.136,
"topPerforming": 5.145
@ -255434,8 +255730,8 @@
"Repo": "m0ngr31's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/m0ngr31sRepository/Genmon.xml",
"downloads": 4064,
"LastUpdate": 1723596406,
"LastUpdateScan": 1723824403,
"LastUpdate": 1723596406,
"FirstSeen": 1695240344
},
{
@ -285185,7 +285481,6 @@
],
"downloads": 306648,
"stars": 62,
"LastUpdate": 1722917520,
"trending": 11.085,
"trends": [
5.456,
@ -285215,6 +285510,7 @@
306648
],
"LastUpdateScan": 1723824403,
"LastUpdate": 1722917520,
"FirstSeen": 1653658550,
"topTrending": 5.6290000000000004,
"topPerforming": 11.085
@ -287683,7 +287979,6 @@
],
"downloads": 210849,
"stars": 53,
"LastUpdate": 1715816993,
"trending": 4.424,
"trends": [
0.673,
@ -287713,6 +288008,7 @@
210849
],
"LastUpdateScan": 1723824403,
"LastUpdate": 1715816993,
"FirstSeen": 1674457447,
"topTrending": 3.7510000000000003,
"topPerforming": 4.424
@ -287962,8 +288258,8 @@
],
"downloads": 8577,
"stars": 2,
"LastUpdate": 1722905196,
"LastUpdateScan": 1723824404,
"LastUpdate": 1722905196,
"FirstSeen": 1674457448
},
{

29
log.txt
View File

@ -4293,37 +4293,8 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
adamboutcher/statping-ng
adamboutcher/statping-ng Downloads: 1416450 Stars: 7 Base: unknown
louislam/uptime-kuma
louislam/uptime-kuma Downloads: 90410955 Stars: 551 Base: unknown
ich777/starmade-server
ich777/starmade-server Downloads: 25481 Stars: 0 Base: unknown
itzg/minecraft-server
itzg/minecraft-server:latest Downloads: 393616728 Stars: 1932 Base: unknown
cachethq/docker
cachethq/docker:latest Downloads: 25141024 Stars: 80 Base: unknown
mtakaki/cachet-url-monitor
mtakaki/cachet-url-monitor Downloads: 1512479 Stars: 2 Base: unknown
stevenlgtm/slash
stevenlgtm/slash:latest Downloads: Stars: Base: unknown
thetorproject/obfs4-bridge
thetorproject/obfs4-bridge Downloads: 3113009 Stars: 16 Base: unknown
m0ngr31/genmon
m0ngr31/genmon Downloads: 4064 Stars: 0 Base: unknown
Tagged - Can't determine last update
lswl/vertex
lswl/vertex:stable Downloads: 306648 Stars: 62 Base: unknown
geti2p/i2p
geti2p/i2p Downloads: 210849 Stars: 53 Base: unknown
justinhimself/i2pplus
justinhimself/i2pplus Downloads: 8577 Stars: 2 Base: unknown
Privileged: 104
Updating GitHub
[master 155ef16e0] Update
6 files changed, 477 insertions(+), 344 deletions(-)
To https://github.com/Squidly271/AppFeed.git
a387f4916..155ef16e0 master -> master

View File

@ -370,8 +370,8 @@
"Tools-Utilities"
],
"downloads": 29,
"LastUpdate": 1723809758,
"LastUpdateScan": 1723817189,
"LastUpdate": 1723809758,
"FirstSeen": 1723817189
},
{
@ -87576,41 +87576,41 @@
"Network-Web",
"Network-Management"
],
"downloads": 1401468,
"downloads": 1416450,
"stars": 7,
"trending": 1.142,
"LastUpdate": 1643232020,
"trending": 1.058,
"trends": [
1.192,
1.1,
0.958,
0.977,
0.849,
1.042,
1.142
1.142,
1.058
],
"trendsDate": [
1705626356,
1708232747,
1710828361,
1713427667,
1716026760,
1718626002,
1721225201
1721225201,
1723824402
],
"downloadtrend": [
1318533,
1333198,
1346092,
1359376,
1371019,
1385457,
1401468
1401468,
1416450
],
"LastUpdateScan": 1721225201,
"LastUpdate": 1643232020,
"LastUpdateScan": 1723824402,
"FirstSeen": 1638075817,
"topTrending": -0.050000000000000044,
"topPerforming": 1.142
"topTrending": -0.04200000000000004,
"topPerforming": 1.058
},
{
"Name": "SUIStartpage",
@ -88263,41 +88263,41 @@
"Tools-Utilities",
"Network-Other"
],
"downloads": 87453844,
"stars": 541,
"trending": 6.294,
"downloads": 90410955,
"stars": 551,
"LastUpdate": 1719219093,
"trending": 3.271,
"trends": [
7.54,
6.917,
6.42,
6.387,
7.278,
6.761,
6.294
6.294,
3.271
],
"trendsDate": [
1705626356,
1708232747,
1710828362,
1713427667,
1716026760,
1718626002,
1721225202
1721225202,
1723824402
],
"downloadtrend": [
57771354,
62064617,
66322633,
70847561,
76408981,
81949934,
87453844
87453844,
90410955
],
"LastUpdateScan": 1721225202,
"LastUpdate": 1719219093,
"LastUpdateScan": 1723824402,
"FirstSeen": 1627661002,
"topTrending": -1.2460000000000004,
"topPerforming": 6.294
"topTrending": -3.646,
"topPerforming": 3.271
},
{
"Name": "SteamCacheBundle",
@ -99854,6 +99854,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1723824402,
"FirstSeen": 1622469787
},
{
@ -124092,6 +124093,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1723824402,
"FirstSeen": 1622462584
},
{
@ -128791,39 +128793,39 @@
"CategoryList": [
"GameServers"
],
"downloads": 24937,
"trending": 1.139,
"downloads": 25481,
"LastUpdate": 1717665871,
"trending": 2.135,
"trends": [
1.546,
1.151,
1.229,
1.1,
0.816,
1.095,
1.139
1.139,
2.135
],
"trendsDate": [
1705626356,
1708232748,
1710828362,
1713427667,
1716026760,
1718626002,
1721225202
1721225202,
1723824402
],
"downloadtrend": [
23352,
23624,
23918,
24184,
24383,
24653,
24937
24937,
25481
],
"LastUpdateScan": 1721225202,
"LastUpdate": 1717665871,
"LastUpdateScan": 1723824402,
"FirstSeen": 1586095691,
"topTrending": -0.40700000000000003
"topTrending": 0.9839999999999998
},
{
"Name": "Stationeers",
@ -140355,41 +140357,41 @@
"CategoryList": [
"GameServers"
],
"downloads": 392578569,
"stars": 1923,
"trending": 0.412,
"downloads": 393616728,
"stars": 1932,
"LastUpdate": 1723810117,
"trending": 0.264,
"trends": [
0.207,
0.226,
0.214,
0.329,
0.331,
0.407,
0.412
0.412,
0.264
],
"trendsDate": [
1705626356,
1708232748,
1710828362,
1713427667,
1716026761,
1718626003,
1721225202
1721225202,
1723824402
],
"downloadtrend": [
385108886,
385979765,
386805849,
388081274,
389370389,
390963108,
392578569
392578569,
393616728
],
"LastUpdateScan": 1721225202,
"LastUpdate": 1721002293,
"LastUpdateScan": 1723824402,
"FirstSeen": 1632873816,
"topTrending": 0.205,
"topPerforming": 0.412
"topTrending": 0.038000000000000006,
"topPerforming": 0.264
},
{
"Name": "TiddlyWiki5",
@ -199867,41 +199869,41 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 25085197,
"downloads": 25141024,
"stars": 80,
"trending": 0.221,
"LastUpdate": 1610693787,
"trending": 0.222,
"trends": [
0.43,
0.355,
0.262,
0.275,
0.196,
0.158,
0.221
0.221,
0.222
],
"trendsDate": [
1705626357,
1708232748,
1710828362,
1713427668,
1716026761,
1718626003,
1721225202
1721225202,
1723824402
],
"downloadtrend": [
24719361,
24807396,
24872673,
24941178,
24990161,
25029727,
25085197
25085197,
25141024
],
"LastUpdateScan": 1721225202,
"LastUpdate": 1610693787,
"LastUpdateScan": 1723824402,
"FirstSeen": 1614668550,
"topTrending": -0.209,
"topPerforming": 0.221
"topTrending": -0.13299999999999998,
"topPerforming": 0.222
},
{
"Name": "Cachet-URL-Monitor",
@ -199940,41 +199942,41 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 1512283,
"downloads": 1512479,
"stars": 2,
"trending": 0.014,
"LastUpdate": 1617356434,
"trending": 0.013,
"trends": [
0.006,
0.008,
0.019,
0.006,
0.006,
0.008,
0.014
0.014,
0.013
],
"trendsDate": [
1705626357,
1708232748,
1710828363,
1713427668,
1716026761,
1718626003,
1721225203
1721225203,
1723824403
],
"downloadtrend": [
1511371,
1511487,
1511767,
1511859,
1511950,
1512074,
1512283
1512283,
1512479
],
"LastUpdateScan": 1721225203,
"LastUpdate": 1617356434,
"LastUpdateScan": 1723824403,
"FirstSeen": 1614668550,
"topTrending": 0.008,
"topPerforming": 0.014
"topTrending": 0.004999999999999999,
"topPerforming": 0.013
},
{
"Name": "casdoor",
@ -204176,7 +204178,7 @@
"Blacklist": true,
"Overview": "Slash is a bookmarking and short link service that allows you to save and share links easily. \r\nIt lets you store and categorize links, generate short URLs for easy sharing, search and filter your saved links, and access them from any device.\r\n\r\nFeatures\r\nCreate customizable /s/ short links for any URL.\r\nShare short links privately or with others.\r\nView analytics on short link traffic and sources.\r\nOpen source self-hosted solution.\r\n\r\nThis project is under active development.",
"templatePath": "/tmp/GitHub/AppFeed/templates/IBRACORPsRepository/slash/slash.xml",
"LastUpdateScan": 1721225203,
"LastUpdateScan": 1723824403,
"FirstSeen": 1690049070
},
{
@ -243246,41 +243248,41 @@
"CategoryList": [
"Network-Other"
],
"downloads": 2952837,
"downloads": 3113009,
"stars": 16,
"trending": 5.334,
"LastUpdate": 1710779452,
"trending": 5.145,
"trends": [
7.919,
7.281,
6.93,
6.596,
6.129,
5.648,
5.334
5.334,
5.145
],
"trendsDate": [
1705626357,
1708232749,
1710828363,
1713427668,
1716026761,
1718626003,
1721225203
1721225203,
1723824403
],
"downloadtrend": [
1995533,
2152243,
2312507,
2475817,
2637458,
2795331,
2952837
2952837,
3113009
],
"LastUpdateScan": 1721225203,
"LastUpdate": 1710779452,
"LastUpdateScan": 1723824403,
"FirstSeen": 1622478285,
"topTrending": -2.585,
"topPerforming": 5.334
"topTrending": -2.136,
"topPerforming": 5.145
},
{
"Name": "postgresql16",
@ -255265,9 +255267,9 @@
],
"Repo": "m0ngr31's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/m0ngr31sRepository/Genmon.xml",
"downloads": 3671,
"LastUpdateScan": 1721225203,
"LastUpdate": 1721181004,
"downloads": 4064,
"LastUpdate": 1723596406,
"LastUpdateScan": 1723824403,
"FirstSeen": 1695240344
},
{
@ -285015,41 +285017,41 @@
"Tools-Utilities",
"HomeAutomation"
],
"downloads": 272656,
"downloads": 306648,
"stars": 62,
"trending": 12.963,
"LastUpdate": 1722917520,
"trending": 11.085,
"trends": [
6.478,
5.456,
7.403,
8.048,
6.141,
6.028,
12.963
12.963,
11.085
],
"trendsDate": [
1705626358,
1708232749,
1710828364,
1713427669,
1716026762,
1718626004,
1721225203
1721225203,
1723824403
],
"downloadtrend": [
168495,
178218,
192467,
209313,
223007,
237312,
272656
272656,
306648
],
"LastUpdateScan": 1721225203,
"LastUpdate": 1721210444,
"LastUpdateScan": 1723824403,
"FirstSeen": 1653658550,
"topTrending": 6.484999999999999,
"topPerforming": 12.963
"topTrending": 5.6290000000000004,
"topPerforming": 11.085
},
{
"Name": "homebridge",
@ -287513,41 +287515,41 @@
"Network-Other",
"Network-Privacy"
],
"downloads": 201520,
"downloads": 210849,
"stars": 53,
"trending": 3.901,
"LastUpdate": 1715816993,
"trending": 4.424,
"trends": [
0.773,
0.673,
3.039,
5.249,
5.667,
4.911,
3.901
3.901,
4.424
],
"trendsDate": [
1705633554,
1708232750,
1710828364,
1713427669,
1716026762,
1718626004,
1721225203
1721225203,
1723824403
],
"downloadtrend": [
158518,
159592,
164594,
173713,
184149,
193659,
201520
201520,
210849
],
"LastUpdateScan": 1721225203,
"LastUpdate": 1715816993,
"LastUpdateScan": 1723824403,
"FirstSeen": 1674457447,
"topTrending": 3.1279999999999997,
"topPerforming": 3.901
"topTrending": 3.7510000000000003,
"topPerforming": 4.424
},
{
"Name": "i2pd",
@ -287792,10 +287794,10 @@
"Network-Other",
"Network-Privacy"
],
"downloads": 8438,
"downloads": 8577,
"stars": 2,
"LastUpdateScan": 1721225204,
"LastUpdate": 1720226633,
"LastUpdate": 1722905196,
"LastUpdateScan": 1723824404,
"FirstSeen": 1674457448
},
{