This commit is contained in:
Andrew Z 2024-08-05 14:06:51 -04:00
parent b89477da93
commit ad0ad88ef9
8 changed files with 502 additions and 66 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1722874011
"last_updated_timestamp": 1722881208
}

View File

@ -334,8 +334,8 @@
"Backup"
],
"downloads": 2,
"LastUpdate": 1720703555,
"LastUpdateScan": 1722874005,
"LastUpdate": 1720703555,
"FirstSeen": 1722874005
},
{
@ -1142,7 +1142,6 @@
"Plugins",
"Tools-System"
],
"LastUpdateScan": 1722874010,
"FirstSeen": 1720280506
},
{
@ -4622,7 +4621,6 @@
],
"downloads": 81843328,
"stars": 123,
"LastUpdate": 1721165041,
"trending": 5.335,
"trends": [
6.124,
@ -4641,6 +4639,7 @@
81843328
],
"LastUpdateScan": 1722874010,
"LastUpdate": 1721165041,
"FirstSeen": 1715076374,
"topTrending": -0.7889999999999997
},
@ -175732,8 +175731,8 @@
"MediaApp-Other"
],
"downloads": 2694,
"LastUpdate": 1721696221,
"LastUpdateScan": 1722874011,
"LastUpdate": 1721696221,
"FirstSeen": 1709888743
},
{
@ -263395,23 +263394,23 @@
"topPerforming": 0.347
},
{
"Name": "Arr-Tools",
"Repository": "ghcr.io/mah-thingies/arr-tools/main:latest",
"Registry": "https://github.com/users/mah-thingies/packages/container/package/arr-tools%2Fmain",
"Name": "Arr-Tools-main",
"Repository": "ghcr.io/l4stidi0t/arr-tools/main:latest",
"Registry": "https://github.com/L4stIdi0t?tab=packages&repo_name=arr-tools",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/mah-thingies/arr-tools",
"Overview": "Tools that I use to manage my media library. Main tools are Dynarr and Swipearr. But there are more tools which are unlisted here.\r\n Dynarr being a tool which automatically manages files and quality of files based on settings\r\n Swipearr is a Tinder like interface to go through the items that are in your *Arr instances",
"Project": "https://github.com/L4stIdi0t/arr-tools",
"Overview": "Tools that I use to manage my media library. Main tools are Dynarr and Swipearr. But there are more tools which are unlisted here.\r\nDynarr being a tool which automatically manages files and quality of files based on settings\r\nSwipearr is a Tinder like interface to go through the items that are in your *Arr instances",
"WebUI": "http://[IP]:[PORT:9000]",
"TemplateURL": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/Arr-Tools/ArrTools.xml",
"Icon": "https://raw.githubusercontent.com/mah-thingies/arr-tools/main/src/frontend/public/android-chrome-192x192.png",
"Icon": "https://raw.githubusercontent.com/l4stidi0t/arr-tools/main/src/frontend/public/android-chrome-192x192.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "9000",
"Default": "",
"Default": "9000",
"Mode": "tcp",
"Description": "",
"Type": "Port",
@ -263441,8 +263440,8 @@
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1721642790,
"FirstSeen": 1721642790
"LastUpdateScan": 1722881203,
"FirstSeen": 1722881203
},
{
"Name": "Collabora-CODE",
@ -296494,6 +296493,134 @@
"FirstSeen": 1707023142,
"topTrending": 1.9639999999999986
},
{
"Name": "VoucherVault",
"Repository": "l4rm4nd/vouchervault:1.5.x",
"Registry": "https://hub.docker.com/r/l4rm4nd/vouchervault",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/172019-support-devzwf-vouchervault/",
"Project": "https://github.com/l4rm4nd/VoucherVault",
"Overview": "Django web application to store and manage vouchers, coupons, loyalty and gift cards digitally\r\n\r\nOnce the container is up and running, you can access the web portal at http://127.0.0.1:8000.\r\n\r\nThe default username is admin. The default password is auto-generated.\r\n\r\nYou can obtain the auto-generated password via the Docker container logs .\r\nYou must adjust the share permissions manually:\r\n chmod -R 777 /mnt/user/appdata/vouchervault\r\n\r\nfor more instructions please have a look to : https://github.com/l4rm4nd/VoucherVault/wiki/01-\u2010-Installation#unraid-installation",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/master/vouchervault.xml",
"Icon": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/vouchervault-logo.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "Don't donate to me! Instead, please donate the creators of the apps, but if you insist ",
"DonateLink": "https://ko-fi.com/devzwf",
"Config": [
{
"@attributes": {
"Name": "DOMAIN",
"Target": "DOMAIN",
"Default": "",
"Mode": "",
"Description": "your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SECURE_COOKIES",
"Target": "SECURE_COOKIES",
"Default": "Fallse",
"Mode": "",
"Description": "set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "EXPIRY_THRESHOLD_DAYS",
"Target": "EXPIRY_THRESHOLD_DAYS",
"Default": "90",
"Mode": "",
"Description": "send notifications xx days prior expiry; default is 30",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "90"
},
{
"@attributes": {
"Name": "REDIS URL",
"Target": "REDIS_URL",
"Default": "redis://redis:6379/0",
"Mode": "",
"Description": "Redis URL",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis://redis:6379/0"
},
{
"@attributes": {
"Name": "Web UI",
"Target": "8000",
"Default": "8000",
"Mode": "tcp",
"Description": "Web Ui ",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8000"
},
{
"@attributes": {
"Name": "Localtime",
"Target": "/etc/localtime",
"Default": "/etc/localtime",
"Mode": "ro",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/etc/localtime"
},
{
"@attributes": {
"Name": "Database Dir",
"Target": "/opt/app/database",
"Default": "",
"Mode": "rw",
"Description": "Database Directory",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/vouchervault/db"
}
],
"Repo": "ZappyZap's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/ZappyZapsRepository/vouchervault.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 4831,
"LastUpdateScan": 1722860397,
"LastUpdate": 1722843136,
"FirstSeen": 1722860397
},
{
"Name": "Wallos",
"Repository": "bellamy/wallos:latest",
@ -307360,7 +307487,6 @@
],
"downloads": 43333,
"stars": 1,
"LastUpdate": 1722460997,
"trending": 2.495,
"trends": [
1.742,
@ -307382,6 +307508,7 @@
43333
],
"LastUpdateScan": 1722874011,
"LastUpdate": 1722460997,
"FirstSeen": 1712477150,
"topTrending": 0.7530000000000001
},

View File

@ -1,7 +1,7 @@
{
"apps": 2345,
"last_updated_timestamp": 1722874011,
"last_updated": "2024-08-05 12:06",
"apps": 2346,
"last_updated_timestamp": 1722881208,
"last_updated": "2024-08-05 14:06",
"categories": [
{
"Cat": "AI:",
@ -500,8 +500,8 @@
"Backup"
],
"downloads": 2,
"LastUpdate": 1720703555,
"LastUpdateScan": 1722874005,
"LastUpdate": 1720703555,
"FirstSeen": 1722874005
},
{
@ -1308,7 +1308,6 @@
"Plugins",
"Tools-System"
],
"LastUpdateScan": 1722874010,
"FirstSeen": 1720280506
},
{
@ -4788,7 +4787,6 @@
],
"downloads": 81843328,
"stars": 123,
"LastUpdate": 1721165041,
"trending": 5.335,
"trends": [
6.124,
@ -4807,6 +4805,7 @@
81843328
],
"LastUpdateScan": 1722874010,
"LastUpdate": 1721165041,
"FirstSeen": 1715076374,
"topTrending": -0.7889999999999997
},
@ -175898,8 +175897,8 @@
"MediaApp-Other"
],
"downloads": 2694,
"LastUpdate": 1721696221,
"LastUpdateScan": 1722874011,
"LastUpdate": 1721696221,
"FirstSeen": 1709888743
},
{
@ -263561,23 +263560,23 @@
"topPerforming": 0.347
},
{
"Name": "Arr-Tools",
"Repository": "ghcr.io/mah-thingies/arr-tools/main:latest",
"Registry": "https://github.com/users/mah-thingies/packages/container/package/arr-tools%2Fmain",
"Name": "Arr-Tools-main",
"Repository": "ghcr.io/l4stidi0t/arr-tools/main:latest",
"Registry": "https://github.com/L4stIdi0t?tab=packages&repo_name=arr-tools",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/mah-thingies/arr-tools",
"Overview": "Tools that I use to manage my media library. Main tools are Dynarr and Swipearr. But there are more tools which are unlisted here.\r\n Dynarr being a tool which automatically manages files and quality of files based on settings\r\n Swipearr is a Tinder like interface to go through the items that are in your *Arr instances",
"Project": "https://github.com/L4stIdi0t/arr-tools",
"Overview": "Tools that I use to manage my media library. Main tools are Dynarr and Swipearr. But there are more tools which are unlisted here.\r\nDynarr being a tool which automatically manages files and quality of files based on settings\r\nSwipearr is a Tinder like interface to go through the items that are in your *Arr instances",
"WebUI": "http://[IP]:[PORT:9000]",
"TemplateURL": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/Arr-Tools/ArrTools.xml",
"Icon": "https://raw.githubusercontent.com/mah-thingies/arr-tools/main/src/frontend/public/android-chrome-192x192.png",
"Icon": "https://raw.githubusercontent.com/l4stidi0t/arr-tools/main/src/frontend/public/android-chrome-192x192.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "9000",
"Default": "",
"Default": "9000",
"Mode": "tcp",
"Description": "",
"Type": "Port",
@ -263607,8 +263606,8 @@
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1721642790,
"FirstSeen": 1721642790
"LastUpdateScan": 1722881203,
"FirstSeen": 1722881203
},
{
"Name": "Collabora-CODE",
@ -296660,6 +296659,134 @@
"FirstSeen": 1707023142,
"topTrending": 1.9639999999999986
},
{
"Name": "VoucherVault",
"Repository": "l4rm4nd/vouchervault:1.5.x",
"Registry": "https://hub.docker.com/r/l4rm4nd/vouchervault",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/172019-support-devzwf-vouchervault/",
"Project": "https://github.com/l4rm4nd/VoucherVault",
"Overview": "Django web application to store and manage vouchers, coupons, loyalty and gift cards digitally\r\n\r\nOnce the container is up and running, you can access the web portal at http://127.0.0.1:8000.\r\n\r\nThe default username is admin. The default password is auto-generated.\r\n\r\nYou can obtain the auto-generated password via the Docker container logs .\r\nYou must adjust the share permissions manually:\r\n chmod -R 777 /mnt/user/appdata/vouchervault\r\n\r\nfor more instructions please have a look to : https://github.com/l4rm4nd/VoucherVault/wiki/01-\u2010-Installation#unraid-installation",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/master/vouchervault.xml",
"Icon": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/vouchervault-logo.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "Don't donate to me! Instead, please donate the creators of the apps, but if you insist ",
"DonateLink": "https://ko-fi.com/devzwf",
"Config": [
{
"@attributes": {
"Name": "DOMAIN",
"Target": "DOMAIN",
"Default": "",
"Mode": "",
"Description": "your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SECURE_COOKIES",
"Target": "SECURE_COOKIES",
"Default": "Fallse",
"Mode": "",
"Description": "set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "EXPIRY_THRESHOLD_DAYS",
"Target": "EXPIRY_THRESHOLD_DAYS",
"Default": "90",
"Mode": "",
"Description": "send notifications xx days prior expiry; default is 30",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "90"
},
{
"@attributes": {
"Name": "REDIS URL",
"Target": "REDIS_URL",
"Default": "redis://redis:6379/0",
"Mode": "",
"Description": "Redis URL",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis://redis:6379/0"
},
{
"@attributes": {
"Name": "Web UI",
"Target": "8000",
"Default": "8000",
"Mode": "tcp",
"Description": "Web Ui ",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8000"
},
{
"@attributes": {
"Name": "Localtime",
"Target": "/etc/localtime",
"Default": "/etc/localtime",
"Mode": "ro",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/etc/localtime"
},
{
"@attributes": {
"Name": "Database Dir",
"Target": "/opt/app/database",
"Default": "",
"Mode": "rw",
"Description": "Database Directory",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/vouchervault/db"
}
],
"Repo": "ZappyZap's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/ZappyZapsRepository/vouchervault.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 4831,
"LastUpdateScan": 1722860397,
"LastUpdate": 1722843136,
"FirstSeen": 1722860397
},
{
"Name": "Wallos",
"Repository": "bellamy/wallos:latest",
@ -307526,7 +307653,6 @@
],
"downloads": 43333,
"stars": 1,
"LastUpdate": 1722460997,
"trending": 2.495,
"trends": [
1.742,
@ -307548,6 +307674,7 @@
43333
],
"LastUpdateScan": 1722874011,
"LastUpdate": 1722460997,
"FirstSeen": 1712477150,
"topTrending": 0.7530000000000001
},

View File

@ -131,5 +131,6 @@
"tomsquest/docker-radicale": true,
"jorenn92/maintainerr": true,
"tombursch/kitchenowl": true,
"mandarons/icloud-drive": true
"mandarons/icloud-drive": true,
"l4rm4nd/vouchervault:1.5.x": true
}

View File

@ -3417,5 +3417,6 @@
"dgongut/wakebot": 1722860403,
"l4rm4nd/vouchervault:1.4.x": 1722860409,
"fancybits/channels-dvr:latest": 1722860414,
"waazaafr/rdiff-backup-rdiffweb:latest": 1722874005
"waazaafr/rdiff-backup-rdiffweb:latest": 1722874005,
"ghcr.io/l4stidi0t/arr-tools/main:latest": 1722881203
}

15
log.txt
View File

@ -3397,7 +3397,7 @@ Processing /tmp/appFeed/templates/ZappyZapsRepository/proxmox-backup-server.xml.
Processing /tmp/appFeed/templates/ZappyZapsRepository/silverbullet.xml...Success
Processing /tmp/appFeed/templates/ZappyZapsRepository/deprecated/speedtest-tracker.xml... ***DEPRECATED BY REPO PATH*** Removed from CA
Processing /tmp/appFeed/templates/ZappyZapsRepository/tasks-md.xml...Success
Processing /tmp/appFeed/templates/ZappyZapsRepository/vouchervault.xml...Removed from CA
Processing /tmp/appFeed/templates/ZappyZapsRepository/vouchervault.xml...Success
Processing /tmp/appFeed/templates/ZappyZapsRepository/wallos.xml...Success
@ -4279,16 +4279,9 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
waazaafr/rdiff-backup-rdiffweb
waazaafr/rdiff-backup-rdiffweb:latest Downloads: 2 Stars: 0 Base: unknown
Pulling waazaafr/rdiff-backup-rdiffweb:latest
Tagged - Can't determine last update
opensearchproject/opensearch
opensearchproject/opensearch:2 Downloads: 81843328 Stars: 123 Base: unknown
hotio/requestrr
ghcr.io/hotio/requestrr:latest Downloads: 2694 Stars: 0 Base: unknown
charmcli/soft-serve
charmcli/soft-serve:latest Downloads: 43333 Stars: 1 Base: unknown
arr-tools/main
ghcr.io/l4stidi0t/arr-tools/main:latest Downloads: Stars: Base: unknown
Pulling ghcr.io/l4stidi0t/arr-tools/main:latest
Privileged: 104

View File

@ -170,6 +170,174 @@
"LastUpdate": 1717489982,
"FirstSeen": 1722860392
},
{
"Name": "rdiff-backup-rdiffweb",
"Repository": "waazaafr/rdiff-backup-rdiffweb:latest",
"Registry": "https://registry.hub.docker.com/r/waazaafr/rdiff-backup-rdiffweb",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://discord.gg/p9xkjEw8ts",
"Project": "https://github.com/waazaa-fr/rdiff-backup-rdiffweb",
"Overview": "FR:\r\nSolution de sauvegarde incr\u00e9mentales rdiff-backup associ\u00e9 \u00e0 une webui de gestion du d\u00e9p\u00f4t cr\u00e9\u00e9 par rdiffweb\r\n\r\nEN:\r\nIncremental solution for backup using rdiff-backup associated with a webui rdiffweb",
"WebUI": "http://[IP]:[PORT:8080]",
"TemplateURL": "https://raw.githubusercontent.com/waazaa-fr/unraid-templates/master/my-rdiff-backup-rdiffweb.xml",
"Icon": "https://raw.githubusercontent.com/waazaa-fr/unraid-templates/main/my-rdiff-backup-rdiffweb.png",
"ExtraParams": "--name=rdiff-backup-rdiffweb",
"DonateText": "Buy me coffee",
"DonateLink": "https://buymeacoffee.com/waazaa",
"Config": [
{
"@attributes": {
"Name": "CRON_PATTERN",
"Target": "CRON_PATTERN",
"Default": "* */12 * * *",
"Mode": "",
"Description": "FR: Cron pattern pour le lancement de rdiff-backup\r\nEN: Cron pattern of the rdiff-backup launching process",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0 */4 * * *"
},
{
"@attributes": {
"Name": "EMAIL_HOST",
"Target": "EMAIL_HOST",
"Default": "mail.example.com:587",
"Mode": "",
"Description": "FR: Serveur mail\r\nEN: Mail server host",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "mail.example.com:587"
},
{
"@attributes": {
"Name": "EMAIL_SENDER",
"Target": "EMAIL_SENDER",
"Default": "sender@example.com",
"Mode": "",
"Description": "FR: Email exp\u00e9diteur\r\nEN: Sender's email",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "sender@example.com"
},
{
"@attributes": {
"Name": "EMAIL_USERNAME",
"Target": "EMAIL_USERNAME",
"Default": "account@example.com",
"Mode": "",
"Description": "FR: Email utilisateur SMTP\r\nEN: SMTP user's email",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "account@example.com"
},
{
"@attributes": {
"Name": "EMAIL_PASSWORD",
"Target": "EMAIL_PASSWORD",
"Default": "azerty",
"Mode": "",
"Description": "FR: SMTP mot de passe\r\nEN: SMTP's password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "azerty"
},
{
"@attributes": {
"Name": "webui",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "FR: Port de la webui de rdiffweb\r\nEN: rdiffweb's webui port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8080"
},
{
"@attributes": {
"Name": "/app",
"Target": "/app",
"Default": "/mnt/user/appdata/rdiff-backup/",
"Mode": "rw",
"Description": "FR: Stockage persistent\r\nEN: Persistent storage",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/rdiff-backup-rdiffweb/"
},
{
"@attributes": {
"Name": "/backups",
"Target": "/backups",
"Default": "",
"Mode": "rw",
"Description": "FR: Dossier de destinationn des sauvegardes incr\u00e9mentales\r\nEN: Incremental's backups destination folder",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/Backups/"
},
{
"@attributes": {
"Name": "/source",
"Target": "/source",
"Default": "",
"Mode": "rw",
"Description": "FR: Dossier \u00e0 sauvegarder\r\nEN: Source folder ton backup",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/Source/"
},
{
"@attributes": {
"Name": "BRAND_HEADER_NAME",
"Target": "BRAND_HEADER_NAME",
"Default": "",
"Mode": "",
"Description": "FR: Le nom de cette instance\r\nEN: Instance's name",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "rdiff-backup-rdiffweb"
}
],
"Repo": "waazaa's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/waazaasRepository/my-rdiff-backup-rdiffweb.xml",
"CategoryList": [
"Backup"
],
"downloads": 2,
"LastUpdate": 1720703555,
"LastUpdateScan": 1722874005,
"FirstSeen": 1722874005
},
{
"TemplatePath": "/tmp/appFeed/templates/gxsRepository/keila/keila.xml",
"errors": [
@ -974,6 +1142,7 @@
"Plugins",
"Tools-System"
],
"LastUpdateScan": 1722874010,
"FirstSeen": 1720280506
},
{
@ -4451,25 +4620,29 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 77477188,
"stars": 114,
"trending": 5.613,
"downloads": 81843328,
"stars": 123,
"LastUpdate": 1721165041,
"trending": 5.335,
"trends": [
6.124,
5.613
5.613,
5.335
],
"trendsDate": [
1717675590,
1720274776
1720274776,
1722874010
],
"downloadtrend": [
68650140,
73128357,
77477188
77477188,
81843328
],
"LastUpdateScan": 1720274776,
"LastUpdate": 1719352257,
"FirstSeen": 1715076374
"LastUpdateScan": 1722874010,
"FirstSeen": 1715076374,
"topTrending": -0.7889999999999997
},
{
"Name": "Matrix-Synapse-SlidingSync",
@ -66167,7 +66340,7 @@
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/firefox.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/firefox-icon.png",
"Project": "https://www.mozilla.org/en-US/firefox/",
"Project": "https://www.mozilla.org/firefox/",
"Networking": {
"Mode": "bridge"
},
@ -175558,9 +175731,9 @@
"Downloaders",
"MediaApp-Other"
],
"downloads": 2183,
"LastUpdateScan": 1720280507,
"LastUpdate": 1718911342,
"downloads": 2694,
"LastUpdate": 1721696221,
"LastUpdateScan": 1722874011,
"FirstSeen": 1709888743
},
{
@ -307185,29 +307358,32 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 42252,
"downloads": 43333,
"stars": 1,
"trending": 1.927,
"LastUpdate": 1722460997,
"trending": 2.495,
"trends": [
1.742,
1.94,
1.927
1.927,
2.495
],
"trendsDate": [
1715076380,
1717675590,
1720274776
1720274776,
1722874011
],
"downloadtrend": [
39926,
40634,
41438,
42252
42252,
43333
],
"LastUpdateScan": 1720274776,
"LastUpdate": 1702353510,
"LastUpdateScan": 1722874011,
"FirstSeen": 1712477150,
"topTrending": 0.18500000000000005
"topTrending": 0.7530000000000001
},
{
"Name": "tauticord",

View File

@ -91485,5 +91485,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1720703555
},
"ghcr.io/l4stidi0t/arr-tools/main:latest": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1722881203,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
}
}