mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-04-29 17:56:03 +00:00
Update
This commit is contained in:
parent
fc446311ef
commit
b58a041897
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1730941663
|
||||
"last_updated_timestamp": 1730945114
|
||||
}
|
@ -1,4 +1,369 @@
|
||||
[
|
||||
{
|
||||
"Name": "go-podcast-sponsor-block",
|
||||
"Repository": "ikoyhn/go-podcast-sponsor-block",
|
||||
"Registry": "https://hub.docker.com/r/ikoyhn/go-podcast-sponsor-block",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Project": "https://github.com/ikoyhn/go-podcast-sponsor-block/",
|
||||
"Overview": "This is a GO application that will take any podcast that is on Youtube and will generate a RSS feed with the audio only and all sponsored sections auto removed.\r\n\r\nView docs here\r\nhttps://github.com/ikoyhn/go-podcast-sponsor-block/blob/main/README.md",
|
||||
"WebUI": "http://[IP]:[PORT:8080]/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/ikoyhn/unraid-templates/master/go-podcast-sponsor-block.xml",
|
||||
"Icon": "https://icon-library.com/images/podcast-icon-png/podcast-icon-png-0.jpg",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "config*",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/user/appdata/go-podcast-sponsor-block",
|
||||
"Mode": "rw",
|
||||
"Description": "This is where your config for this app will live. ex: mnt/user/appdata/go-podcast-sponsor-block",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Youtube v3 API Key*",
|
||||
"Target": "GOOGLE_API_KEY",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "https://developers.google.com/youtube/v3/getting-started",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Port",
|
||||
"Target": "8080",
|
||||
"Default": "8080",
|
||||
"Mode": "tcp",
|
||||
"Description": "OPTIONAL",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TRUSTED HOSTS",
|
||||
"Target": "TRUSTED_HOSTS",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "OPTIONAL | List of approved hosts to call this app. Should be a list of hosts separated by a comma",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TOKEN",
|
||||
"Target": "TOKEN",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "OPTIONAL | Optional parameter for securing the endpoints. Will need to add a query param to the calls with this value if set. Query param: ?token=",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "ikoyhn's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/ikoyhnsRepository/go-podcast-sponsor-block.xml",
|
||||
"CategoryList": [
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 81,
|
||||
"LastUpdate": 1730408049,
|
||||
"LastUpdateScan": 1730944984,
|
||||
"FirstSeen": 1730944984
|
||||
},
|
||||
{
|
||||
"Name": "ActualServer",
|
||||
"Repository": "actualbudget/actual-server",
|
||||
"Registry": "https://hub.docker.com/r/actualbudget/actual-server",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/hofq/docker-templates/issues/new",
|
||||
"Project": "https://github.com/Kippenhof/docker-templates",
|
||||
"Overview": "Actual is a super fast privacy-focused app for managing your finances. You own your data and it will sync it across all devices with optional end-to-end encryption..\r\n\r\nThe Software was created by The Actual Team.\r\n\r\nClient GitHub repo: https://github.com/actualbudget/actual | Server GitHub repo: https://github.com/actualbudget/actual-server",
|
||||
"WebUI": "http://[IP]:[PORT:5006]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/Kippenhof/docker-templates/master/actual-server.xml",
|
||||
"Icon": "https://github.com/actualbudget/actual/raw/master/packages/desktop-electron/icons/icon.png",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Web UI",
|
||||
"Target": "5006",
|
||||
"Default": "5006",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 5006",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "5006"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Host Path 1",
|
||||
"Target": "/data/server-files",
|
||||
"Default": "/mnt/user/appdata/actual-server/server-files",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/actual-server/server-files"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Host Path 2",
|
||||
"Target": "/data/user-files",
|
||||
"Default": "/mnt/user/appdata/actual-server/user-files",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/actual-server/user-files"
|
||||
}
|
||||
],
|
||||
"Repo": "Kippenhof's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/KippenhofsRepository/actual-server.xml",
|
||||
"CategoryList": [
|
||||
"Other"
|
||||
],
|
||||
"downloads": 4542246,
|
||||
"stars": 39,
|
||||
"LastUpdate": 1730942631,
|
||||
"trending": 15.094,
|
||||
"trends": [
|
||||
23.744,
|
||||
13.93,
|
||||
24.561,
|
||||
25.982,
|
||||
25.88,
|
||||
21.676,
|
||||
15.094
|
||||
],
|
||||
"trendsDate": [
|
||||
1715162803,
|
||||
1717761992,
|
||||
1720368414,
|
||||
1722967628,
|
||||
1725581789,
|
||||
1728245301,
|
||||
1730944987
|
||||
],
|
||||
"downloadtrend": [
|
||||
1076042,
|
||||
1250197,
|
||||
1657221,
|
||||
2238929,
|
||||
3020690,
|
||||
3856651,
|
||||
4542246
|
||||
],
|
||||
"LastUpdateScan": 1730944987,
|
||||
"FirstSeen": 1699528373,
|
||||
"topTrending": -8.65,
|
||||
"topPerforming": 15.094
|
||||
},
|
||||
{
|
||||
"Name": "Bigben-Discord",
|
||||
"Repository": "kippenhof/bigbendiscord",
|
||||
"Registry": "https://hub.docker.com/r/kippenhof/bigbendiscord/",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/hofq/docker-templates/issues/new",
|
||||
"Project": "https://github.com/hofq/docker-templates",
|
||||
"Overview": "Big Ben Clock Discord-Bot is an self-hosted (useless) Discord bot that joins every hour in an pre selected voice channel and plays the Big Ben bells to inform you that you have entered a new hour.\r\n\r\nThe bot was created by jamiesage123 and Dockerzied by me. (Kippenhof)\n\r\nBot GitHub repo: https://github.com/HOF-Clan/big-ben-clock-discord-bot-docker | Unraid-Template repo: https://github.com/hofq/docker-templates",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/Kippenhof/docker-templates/master/bigbendiscord.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/HOF-Clan/big-ben-clock-discord-bot-docker/master/Assets/logo.png",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "BOT_TOKEN",
|
||||
"Target": "BOT_TOKEN",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Get an Bot-Token from the Discord Developer Portal and Enter it here",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_URL",
|
||||
"Target": "DATABASE_URL",
|
||||
"Default": "postgres://username:password@localhost:5432/database",
|
||||
"Mode": "",
|
||||
"Description": "Change the URL to your PostgreSQL host, to get it working",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "postgres://username:password@localhost:5432/database"
|
||||
}
|
||||
],
|
||||
"Repo": "Kippenhof's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/KippenhofsRepository/bigbendiscord.xml",
|
||||
"CategoryList": [
|
||||
"Other"
|
||||
],
|
||||
"downloads": 2963,
|
||||
"LastUpdateScan": 1728576437,
|
||||
"LastUpdate": 1624752024,
|
||||
"FirstSeen": 1624435388
|
||||
},
|
||||
{
|
||||
"Name": "FritzBox-Exporter",
|
||||
"Repository": "pdreker/fritz_exporter:2",
|
||||
"Registry": "https://hub.docker.com/r/pdreker/fritz_exporter",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/hofq/docker-templates/issues/new",
|
||||
"Project": "https://github.com/Kippenhof/docker-templates",
|
||||
"Overview": "This is a prometheus exporter for AVM Fritz! home network devices commonly found in Europe.\r\n \r\n This exporter uses the devices builtin TR-064 API via the fritzconnection python module.\n\r\nGitHub repo: https://github.com/sberk42/fritzbox_exporter \r\nDocs: https://fritz-exporter.readthedocs.io/en/latest/quickstart.html",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/Kippenhof/docker-templates/master/fritzbox_exporter.xml",
|
||||
"Icon": "https://upload.wikimedia.org/wikipedia/de/thumb/6/68/Fritz%21_Logo.svg/1024px-Fritz%21_Logo.svg.png",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Listen Port",
|
||||
"Target": "9787",
|
||||
"Default": "9787",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 9787, you have to enter it in your Prometheus Conf",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "9787"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "FRITZ_HOSTNAME",
|
||||
"Target": "FRITZ_HOSTNAME",
|
||||
"Default": "192.168.178.1",
|
||||
"Mode": "",
|
||||
"Description": "Fritz!Box URL",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "192.168.178.1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "FRITZ_USERNAME",
|
||||
"Target": "FRITZ_USERNAME",
|
||||
"Default": "your_fritzbox_username",
|
||||
"Mode": "",
|
||||
"Description": "Fritz!Box Username",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "your_fritzbox_username"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "FRITZ_PASSWORD",
|
||||
"Target": "FRITZ_PASSWORD",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Fritz!Box Password",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "Kippenhof's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/KippenhofsRepository/fritzbox_exporter.xml",
|
||||
"CategoryList": [
|
||||
"Network-Other",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 175860,
|
||||
"stars": 2,
|
||||
"trending": 1.134,
|
||||
"trends": [
|
||||
2.174,
|
||||
2.239,
|
||||
1.982,
|
||||
2.098,
|
||||
1.98,
|
||||
1.429,
|
||||
1.134
|
||||
],
|
||||
"trendsDate": [
|
||||
1714457150,
|
||||
1717056366,
|
||||
1719655576,
|
||||
1722261997,
|
||||
1724861207,
|
||||
1727460416,
|
||||
1730059694
|
||||
],
|
||||
"downloadtrend": [
|
||||
157593,
|
||||
161203,
|
||||
164463,
|
||||
167987,
|
||||
171381,
|
||||
173865,
|
||||
175860
|
||||
],
|
||||
"LastUpdateScan": 1730059694,
|
||||
"LastUpdate": 1725012048,
|
||||
"FirstSeen": 1667685818,
|
||||
"topTrending": -1.04,
|
||||
"topPerforming": 1.134
|
||||
},
|
||||
{
|
||||
"Name": "ClamAV-clamdscan",
|
||||
"Repository": "bmmbmm01/clamav-alpine",
|
||||
@ -6116,7 +6481,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1990,
|
||||
"downloads": 1994,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
@ -24529,7 +24894,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4218,
|
||||
"downloads": 4219,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -24561,7 +24926,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7033,
|
||||
"downloads": 7047,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -24619,7 +24984,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4218,
|
||||
"downloads": 4219,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -56922,7 +57287,7 @@
|
||||
"WebUI": "http://[IP]:[PORT:80]/",
|
||||
"Icon": "https://emoncms.org/Modules/site/emoncms_front.png",
|
||||
"Repo": "snoopy86's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/snoopy86/docker-repo/master/snoopy/emoncms.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/emoncms.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/snoopy86sRepository/snoopy/emoncms.xml",
|
||||
"CategoryList": [
|
||||
"Productivity"
|
||||
@ -57089,7 +57454,7 @@
|
||||
}
|
||||
],
|
||||
"Repo": "snoopy86's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/snoopy86/docker-repo/master/snoopy/ffmpeg-mkvdts2ac3.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/ffmpeg-mkvdts2ac3.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/snoopy86sRepository/snoopy/ffmpeg-mkvdts2ac3.xml",
|
||||
"CategoryList": [
|
||||
"Productivity",
|
||||
@ -57194,7 +57559,7 @@
|
||||
"WebUI": "http://[IP]:[PORT:9000]/",
|
||||
"Icon": "https://i.imgur.com/PoUuA3k.png",
|
||||
"Repo": "snoopy86's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/snoopy86/docker-repo/master/snoopy/logitechmediaserver.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/logitechmediaserver.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/snoopy86sRepository/snoopy/logitechmediaserver.xml",
|
||||
"CategoryList": [
|
||||
"MediaServer-Music"
|
||||
@ -57289,7 +57654,7 @@
|
||||
},
|
||||
"Icon": "https://findicons.com/files/icons/1008/quiet/256/ubuntu.png",
|
||||
"Repo": "snoopy86's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/snoopy86/docker-repo/master/snoopy/ubuntu-xrdp.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/ubuntu-xrdp.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/snoopy86sRepository/snoopy/ubuntu-xrdp.xml",
|
||||
"CategoryList": [
|
||||
"Productivity"
|
||||
@ -57729,7 +58094,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2541,
|
||||
"downloads": 2542,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
@ -57775,7 +58140,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 564,
|
||||
"downloads": 565,
|
||||
"FirstSeen": 1583942966
|
||||
},
|
||||
{
|
||||
@ -57824,7 +58189,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2679,
|
||||
"downloads": 2681,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
@ -58005,7 +58370,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5212,
|
||||
"downloads": 5216,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
@ -58053,7 +58418,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 264,
|
||||
"downloads": 265,
|
||||
"FirstSeen": 1544294342
|
||||
},
|
||||
{
|
||||
@ -58083,7 +58448,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 832,
|
||||
"downloads": 833,
|
||||
"FirstSeen": 1616874664
|
||||
},
|
||||
{
|
||||
@ -58106,7 +58471,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3355,
|
||||
"downloads": 3357,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
@ -58179,7 +58544,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 232,
|
||||
"downloads": 233,
|
||||
"FirstSeen": 1617497374
|
||||
},
|
||||
{
|
||||
@ -58202,7 +58567,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1030,
|
||||
"downloads": 1031,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
@ -58237,7 +58602,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 645,
|
||||
"downloads": 646,
|
||||
"FirstSeen": 1544306389
|
||||
},
|
||||
{
|
||||
@ -58261,7 +58626,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5106,
|
||||
"downloads": 5108,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
@ -58438,7 +58803,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8110,
|
||||
"downloads": 8117,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
@ -58640,7 +59005,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 930,
|
||||
"downloads": 931,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58662,7 +59027,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4394,
|
||||
"downloads": 4396,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58683,7 +59048,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1849,
|
||||
"downloads": 1850,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58704,7 +59069,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2848,
|
||||
"downloads": 2851,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58747,7 +59112,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6274,
|
||||
"downloads": 6275,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58971,7 +59336,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 305,
|
||||
"downloads": 307,
|
||||
"FirstSeen": 1594426078
|
||||
},
|
||||
{
|
||||
@ -65269,7 +65634,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4897,
|
||||
"downloads": 4900,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
@ -65291,7 +65656,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1696,
|
||||
"downloads": 1697,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
@ -79083,7 +79448,7 @@
|
||||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2649,
|
||||
"downloads": 2651,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
@ -79166,7 +79531,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 687,
|
||||
"downloads": 688,
|
||||
"FirstSeen": 1523160000
|
||||
},
|
||||
{
|
||||
@ -79619,7 +79984,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 951,
|
||||
"downloads": 953,
|
||||
"FirstSeen": 1536984000
|
||||
},
|
||||
{
|
||||
@ -79652,7 +80017,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2410,
|
||||
"downloads": 2412,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
@ -79681,7 +80046,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8442,
|
||||
"downloads": 8450,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
@ -79712,7 +80077,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6659,
|
||||
"downloads": 6666,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
@ -79744,7 +80109,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4064,
|
||||
"downloads": 4070,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
@ -94827,7 +95192,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1519,
|
||||
"downloads": 1520,
|
||||
"FirstSeen": 1552492598
|
||||
},
|
||||
{
|
||||
@ -97418,7 +97783,7 @@
|
||||
"Other",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 597,
|
||||
"downloads": 600,
|
||||
"FirstSeen": 1551405768
|
||||
},
|
||||
{
|
||||
@ -97442,7 +97807,7 @@
|
||||
"MediaServer-Video",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 449,
|
||||
"downloads": 450,
|
||||
"FirstSeen": 1589486870
|
||||
},
|
||||
{
|
||||
@ -119245,7 +119610,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4456,
|
||||
"downloads": 4459,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
@ -119270,7 +119635,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1205,
|
||||
"downloads": 1206,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
@ -123113,7 +123478,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 814,
|
||||
"downloads": 816,
|
||||
"FirstSeen": 1653408205
|
||||
},
|
||||
{
|
||||
@ -126263,7 +126628,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6071,
|
||||
"downloads": 6076,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
@ -126286,7 +126651,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 392,
|
||||
"downloads": 393,
|
||||
"FirstSeen": 1632830624
|
||||
},
|
||||
{
|
||||
@ -175560,7 +175925,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 837,
|
||||
"downloads": 839,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
@ -186264,7 +186629,7 @@
|
||||
"Tools-Themes",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1207,
|
||||
"downloads": 1209,
|
||||
"FirstSeen": 1578546374
|
||||
},
|
||||
{
|
||||
@ -186338,7 +186703,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4463,
|
||||
"downloads": 4466,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
@ -223843,7 +224208,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7373,
|
||||
"downloads": 7380,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -224088,7 +224453,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1185,
|
||||
"downloads": 1186,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
@ -307778,7 +308143,7 @@
|
||||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6178,
|
||||
"downloads": 6179,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
@ -337371,7 +337736,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 179,
|
||||
"downloads": 180,
|
||||
"FirstSeen": 1729815069
|
||||
},
|
||||
{
|
||||
@ -343292,7 +343657,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3156,
|
||||
"downloads": 3158,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
@ -346738,7 +347103,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1616,
|
||||
"downloads": 1617,
|
||||
"FirstSeen": 1726661206
|
||||
},
|
||||
{
|
||||
@ -346786,7 +347151,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 151,
|
||||
"downloads": 152,
|
||||
"FirstSeen": 1721981187
|
||||
},
|
||||
{
|
||||
@ -346855,7 +347220,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1811,
|
||||
"downloads": 1815,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
@ -347522,7 +347887,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 612,
|
||||
"downloads": 613,
|
||||
"FirstSeen": 1694955727
|
||||
},
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2465,
|
||||
"last_updated_timestamp": 1730941663,
|
||||
"last_updated": "2024-11-06 20:07",
|
||||
"apps": 2469,
|
||||
"last_updated_timestamp": 1730945114,
|
||||
"last_updated": "2024-11-06 21:05",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -165,6 +165,371 @@
|
||||
}
|
||||
],
|
||||
"applist": [
|
||||
{
|
||||
"Name": "go-podcast-sponsor-block",
|
||||
"Repository": "ikoyhn/go-podcast-sponsor-block",
|
||||
"Registry": "https://hub.docker.com/r/ikoyhn/go-podcast-sponsor-block",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Project": "https://github.com/ikoyhn/go-podcast-sponsor-block/",
|
||||
"Overview": "This is a GO application that will take any podcast that is on Youtube and will generate a RSS feed with the audio only and all sponsored sections auto removed.\r\n\r\nView docs here\r\nhttps://github.com/ikoyhn/go-podcast-sponsor-block/blob/main/README.md",
|
||||
"WebUI": "http://[IP]:[PORT:8080]/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/ikoyhn/unraid-templates/master/go-podcast-sponsor-block.xml",
|
||||
"Icon": "https://icon-library.com/images/podcast-icon-png/podcast-icon-png-0.jpg",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "config*",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/user/appdata/go-podcast-sponsor-block",
|
||||
"Mode": "rw",
|
||||
"Description": "This is where your config for this app will live. ex: mnt/user/appdata/go-podcast-sponsor-block",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Youtube v3 API Key*",
|
||||
"Target": "GOOGLE_API_KEY",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "https://developers.google.com/youtube/v3/getting-started",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Port",
|
||||
"Target": "8080",
|
||||
"Default": "8080",
|
||||
"Mode": "tcp",
|
||||
"Description": "OPTIONAL",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TRUSTED HOSTS",
|
||||
"Target": "TRUSTED_HOSTS",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "OPTIONAL | List of approved hosts to call this app. Should be a list of hosts separated by a comma",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TOKEN",
|
||||
"Target": "TOKEN",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "OPTIONAL | Optional parameter for securing the endpoints. Will need to add a query param to the calls with this value if set. Query param: ?token=",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "ikoyhn's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/ikoyhnsRepository/go-podcast-sponsor-block.xml",
|
||||
"CategoryList": [
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 81,
|
||||
"LastUpdate": 1730408049,
|
||||
"LastUpdateScan": 1730944984,
|
||||
"FirstSeen": 1730944984
|
||||
},
|
||||
{
|
||||
"Name": "ActualServer",
|
||||
"Repository": "actualbudget/actual-server",
|
||||
"Registry": "https://hub.docker.com/r/actualbudget/actual-server",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/hofq/docker-templates/issues/new",
|
||||
"Project": "https://github.com/Kippenhof/docker-templates",
|
||||
"Overview": "Actual is a super fast privacy-focused app for managing your finances. You own your data and it will sync it across all devices with optional end-to-end encryption..\r\n\r\nThe Software was created by The Actual Team.\r\n\r\nClient GitHub repo: https://github.com/actualbudget/actual | Server GitHub repo: https://github.com/actualbudget/actual-server",
|
||||
"WebUI": "http://[IP]:[PORT:5006]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/Kippenhof/docker-templates/master/actual-server.xml",
|
||||
"Icon": "https://github.com/actualbudget/actual/raw/master/packages/desktop-electron/icons/icon.png",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Web UI",
|
||||
"Target": "5006",
|
||||
"Default": "5006",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 5006",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "5006"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Host Path 1",
|
||||
"Target": "/data/server-files",
|
||||
"Default": "/mnt/user/appdata/actual-server/server-files",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/actual-server/server-files"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Host Path 2",
|
||||
"Target": "/data/user-files",
|
||||
"Default": "/mnt/user/appdata/actual-server/user-files",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/actual-server/user-files"
|
||||
}
|
||||
],
|
||||
"Repo": "Kippenhof's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/KippenhofsRepository/actual-server.xml",
|
||||
"CategoryList": [
|
||||
"Other"
|
||||
],
|
||||
"downloads": 4542246,
|
||||
"stars": 39,
|
||||
"LastUpdate": 1730942631,
|
||||
"trending": 15.094,
|
||||
"trends": [
|
||||
23.744,
|
||||
13.93,
|
||||
24.561,
|
||||
25.982,
|
||||
25.88,
|
||||
21.676,
|
||||
15.094
|
||||
],
|
||||
"trendsDate": [
|
||||
1715162803,
|
||||
1717761992,
|
||||
1720368414,
|
||||
1722967628,
|
||||
1725581789,
|
||||
1728245301,
|
||||
1730944987
|
||||
],
|
||||
"downloadtrend": [
|
||||
1076042,
|
||||
1250197,
|
||||
1657221,
|
||||
2238929,
|
||||
3020690,
|
||||
3856651,
|
||||
4542246
|
||||
],
|
||||
"LastUpdateScan": 1730944987,
|
||||
"FirstSeen": 1699528373,
|
||||
"topTrending": -8.65,
|
||||
"topPerforming": 15.094
|
||||
},
|
||||
{
|
||||
"Name": "Bigben-Discord",
|
||||
"Repository": "kippenhof/bigbendiscord",
|
||||
"Registry": "https://hub.docker.com/r/kippenhof/bigbendiscord/",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/hofq/docker-templates/issues/new",
|
||||
"Project": "https://github.com/hofq/docker-templates",
|
||||
"Overview": "Big Ben Clock Discord-Bot is an self-hosted (useless) Discord bot that joins every hour in an pre selected voice channel and plays the Big Ben bells to inform you that you have entered a new hour.\r\n\r\nThe bot was created by jamiesage123 and Dockerzied by me. (Kippenhof)\n\r\nBot GitHub repo: https://github.com/HOF-Clan/big-ben-clock-discord-bot-docker | Unraid-Template repo: https://github.com/hofq/docker-templates",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/Kippenhof/docker-templates/master/bigbendiscord.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/HOF-Clan/big-ben-clock-discord-bot-docker/master/Assets/logo.png",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "BOT_TOKEN",
|
||||
"Target": "BOT_TOKEN",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Get an Bot-Token from the Discord Developer Portal and Enter it here",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_URL",
|
||||
"Target": "DATABASE_URL",
|
||||
"Default": "postgres://username:password@localhost:5432/database",
|
||||
"Mode": "",
|
||||
"Description": "Change the URL to your PostgreSQL host, to get it working",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "postgres://username:password@localhost:5432/database"
|
||||
}
|
||||
],
|
||||
"Repo": "Kippenhof's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/KippenhofsRepository/bigbendiscord.xml",
|
||||
"CategoryList": [
|
||||
"Other"
|
||||
],
|
||||
"downloads": 2963,
|
||||
"LastUpdateScan": 1728576437,
|
||||
"LastUpdate": 1624752024,
|
||||
"FirstSeen": 1624435388
|
||||
},
|
||||
{
|
||||
"Name": "FritzBox-Exporter",
|
||||
"Repository": "pdreker/fritz_exporter:2",
|
||||
"Registry": "https://hub.docker.com/r/pdreker/fritz_exporter",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/hofq/docker-templates/issues/new",
|
||||
"Project": "https://github.com/Kippenhof/docker-templates",
|
||||
"Overview": "This is a prometheus exporter for AVM Fritz! home network devices commonly found in Europe.\r\n \r\n This exporter uses the devices builtin TR-064 API via the fritzconnection python module.\n\r\nGitHub repo: https://github.com/sberk42/fritzbox_exporter \r\nDocs: https://fritz-exporter.readthedocs.io/en/latest/quickstart.html",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/Kippenhof/docker-templates/master/fritzbox_exporter.xml",
|
||||
"Icon": "https://upload.wikimedia.org/wikipedia/de/thumb/6/68/Fritz%21_Logo.svg/1024px-Fritz%21_Logo.svg.png",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Listen Port",
|
||||
"Target": "9787",
|
||||
"Default": "9787",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 9787, you have to enter it in your Prometheus Conf",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "9787"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "FRITZ_HOSTNAME",
|
||||
"Target": "FRITZ_HOSTNAME",
|
||||
"Default": "192.168.178.1",
|
||||
"Mode": "",
|
||||
"Description": "Fritz!Box URL",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "192.168.178.1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "FRITZ_USERNAME",
|
||||
"Target": "FRITZ_USERNAME",
|
||||
"Default": "your_fritzbox_username",
|
||||
"Mode": "",
|
||||
"Description": "Fritz!Box Username",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "your_fritzbox_username"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "FRITZ_PASSWORD",
|
||||
"Target": "FRITZ_PASSWORD",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Fritz!Box Password",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "Kippenhof's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/KippenhofsRepository/fritzbox_exporter.xml",
|
||||
"CategoryList": [
|
||||
"Network-Other",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 175860,
|
||||
"stars": 2,
|
||||
"trending": 1.134,
|
||||
"trends": [
|
||||
2.174,
|
||||
2.239,
|
||||
1.982,
|
||||
2.098,
|
||||
1.98,
|
||||
1.429,
|
||||
1.134
|
||||
],
|
||||
"trendsDate": [
|
||||
1714457150,
|
||||
1717056366,
|
||||
1719655576,
|
||||
1722261997,
|
||||
1724861207,
|
||||
1727460416,
|
||||
1730059694
|
||||
],
|
||||
"downloadtrend": [
|
||||
157593,
|
||||
161203,
|
||||
164463,
|
||||
167987,
|
||||
171381,
|
||||
173865,
|
||||
175860
|
||||
],
|
||||
"LastUpdateScan": 1730059694,
|
||||
"LastUpdate": 1725012048,
|
||||
"FirstSeen": 1667685818,
|
||||
"topTrending": -1.04,
|
||||
"topPerforming": 1.134
|
||||
},
|
||||
{
|
||||
"Name": "ClamAV-clamdscan",
|
||||
"Repository": "bmmbmm01/clamav-alpine",
|
||||
@ -6282,7 +6647,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1990,
|
||||
"downloads": 1994,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
@ -24695,7 +25060,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4218,
|
||||
"downloads": 4219,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -24727,7 +25092,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7033,
|
||||
"downloads": 7047,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -24785,7 +25150,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4218,
|
||||
"downloads": 4219,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -57088,7 +57453,7 @@
|
||||
"WebUI": "http://[IP]:[PORT:80]/",
|
||||
"Icon": "https://emoncms.org/Modules/site/emoncms_front.png",
|
||||
"Repo": "snoopy86's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/snoopy86/docker-repo/master/snoopy/emoncms.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/emoncms.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/snoopy86sRepository/snoopy/emoncms.xml",
|
||||
"CategoryList": [
|
||||
"Productivity"
|
||||
@ -57255,7 +57620,7 @@
|
||||
}
|
||||
],
|
||||
"Repo": "snoopy86's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/snoopy86/docker-repo/master/snoopy/ffmpeg-mkvdts2ac3.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/ffmpeg-mkvdts2ac3.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/snoopy86sRepository/snoopy/ffmpeg-mkvdts2ac3.xml",
|
||||
"CategoryList": [
|
||||
"Productivity",
|
||||
@ -57360,7 +57725,7 @@
|
||||
"WebUI": "http://[IP]:[PORT:9000]/",
|
||||
"Icon": "https://i.imgur.com/PoUuA3k.png",
|
||||
"Repo": "snoopy86's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/snoopy86/docker-repo/master/snoopy/logitechmediaserver.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/logitechmediaserver.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/snoopy86sRepository/snoopy/logitechmediaserver.xml",
|
||||
"CategoryList": [
|
||||
"MediaServer-Music"
|
||||
@ -57455,7 +57820,7 @@
|
||||
},
|
||||
"Icon": "https://findicons.com/files/icons/1008/quiet/256/ubuntu.png",
|
||||
"Repo": "snoopy86's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/snoopy86/docker-repo/master/snoopy/ubuntu-xrdp.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/ubuntu-xrdp.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/snoopy86sRepository/snoopy/ubuntu-xrdp.xml",
|
||||
"CategoryList": [
|
||||
"Productivity"
|
||||
@ -57895,7 +58260,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2541,
|
||||
"downloads": 2542,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
@ -57941,7 +58306,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 564,
|
||||
"downloads": 565,
|
||||
"FirstSeen": 1583942966
|
||||
},
|
||||
{
|
||||
@ -57990,7 +58355,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2679,
|
||||
"downloads": 2681,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
@ -58171,7 +58536,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5212,
|
||||
"downloads": 5216,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
@ -58219,7 +58584,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 264,
|
||||
"downloads": 265,
|
||||
"FirstSeen": 1544294342
|
||||
},
|
||||
{
|
||||
@ -58249,7 +58614,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 832,
|
||||
"downloads": 833,
|
||||
"FirstSeen": 1616874664
|
||||
},
|
||||
{
|
||||
@ -58272,7 +58637,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3355,
|
||||
"downloads": 3357,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
@ -58345,7 +58710,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 232,
|
||||
"downloads": 233,
|
||||
"FirstSeen": 1617497374
|
||||
},
|
||||
{
|
||||
@ -58368,7 +58733,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1030,
|
||||
"downloads": 1031,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
@ -58403,7 +58768,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 645,
|
||||
"downloads": 646,
|
||||
"FirstSeen": 1544306389
|
||||
},
|
||||
{
|
||||
@ -58427,7 +58792,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5106,
|
||||
"downloads": 5108,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
@ -58604,7 +58969,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8110,
|
||||
"downloads": 8117,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
@ -58806,7 +59171,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 930,
|
||||
"downloads": 931,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58828,7 +59193,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4394,
|
||||
"downloads": 4396,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58849,7 +59214,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1849,
|
||||
"downloads": 1850,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58870,7 +59235,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2848,
|
||||
"downloads": 2851,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58913,7 +59278,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6274,
|
||||
"downloads": 6275,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -59137,7 +59502,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 305,
|
||||
"downloads": 307,
|
||||
"FirstSeen": 1594426078
|
||||
},
|
||||
{
|
||||
@ -65435,7 +65800,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4897,
|
||||
"downloads": 4900,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
@ -65457,7 +65822,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1696,
|
||||
"downloads": 1697,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
@ -79249,7 +79614,7 @@
|
||||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2649,
|
||||
"downloads": 2651,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
@ -79332,7 +79697,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 687,
|
||||
"downloads": 688,
|
||||
"FirstSeen": 1523160000
|
||||
},
|
||||
{
|
||||
@ -79785,7 +80150,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 951,
|
||||
"downloads": 953,
|
||||
"FirstSeen": 1536984000
|
||||
},
|
||||
{
|
||||
@ -79818,7 +80183,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2410,
|
||||
"downloads": 2412,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
@ -79847,7 +80212,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8442,
|
||||
"downloads": 8450,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
@ -79878,7 +80243,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6659,
|
||||
"downloads": 6666,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
@ -79910,7 +80275,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4064,
|
||||
"downloads": 4070,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
@ -94993,7 +95358,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1519,
|
||||
"downloads": 1520,
|
||||
"FirstSeen": 1552492598
|
||||
},
|
||||
{
|
||||
@ -97584,7 +97949,7 @@
|
||||
"Other",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 597,
|
||||
"downloads": 600,
|
||||
"FirstSeen": 1551405768
|
||||
},
|
||||
{
|
||||
@ -97608,7 +97973,7 @@
|
||||
"MediaServer-Video",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 449,
|
||||
"downloads": 450,
|
||||
"FirstSeen": 1589486870
|
||||
},
|
||||
{
|
||||
@ -119411,7 +119776,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4456,
|
||||
"downloads": 4459,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
@ -119436,7 +119801,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1205,
|
||||
"downloads": 1206,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
@ -123279,7 +123644,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 814,
|
||||
"downloads": 816,
|
||||
"FirstSeen": 1653408205
|
||||
},
|
||||
{
|
||||
@ -126429,7 +126794,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6071,
|
||||
"downloads": 6076,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
@ -126452,7 +126817,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 392,
|
||||
"downloads": 393,
|
||||
"FirstSeen": 1632830624
|
||||
},
|
||||
{
|
||||
@ -175726,7 +176091,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 837,
|
||||
"downloads": 839,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
@ -186430,7 +186795,7 @@
|
||||
"Tools-Themes",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1207,
|
||||
"downloads": 1209,
|
||||
"FirstSeen": 1578546374
|
||||
},
|
||||
{
|
||||
@ -186504,7 +186869,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4463,
|
||||
"downloads": 4466,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
@ -224009,7 +224374,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7373,
|
||||
"downloads": 7380,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -224254,7 +224619,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1185,
|
||||
"downloads": 1186,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
@ -307944,7 +308309,7 @@
|
||||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6178,
|
||||
"downloads": 6179,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
@ -337537,7 +337902,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 179,
|
||||
"downloads": 180,
|
||||
"FirstSeen": 1729815069
|
||||
},
|
||||
{
|
||||
@ -343458,7 +343823,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3156,
|
||||
"downloads": 3158,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
@ -346904,7 +347269,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1616,
|
||||
"downloads": 1617,
|
||||
"FirstSeen": 1726661206
|
||||
},
|
||||
{
|
||||
@ -346952,7 +347317,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 151,
|
||||
"downloads": 152,
|
||||
"FirstSeen": 1721981187
|
||||
},
|
||||
{
|
||||
@ -347021,7 +347386,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1811,
|
||||
"downloads": 1815,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
@ -347688,7 +348053,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 612,
|
||||
"downloads": 613,
|
||||
"FirstSeen": 1694955727
|
||||
},
|
||||
{
|
||||
@ -361265,6 +361630,18 @@
|
||||
}
|
||||
],
|
||||
"repositories": {
|
||||
"ikoyhn's Repository": {
|
||||
"url": "https://github.com/ikoyhn/unraid-templates",
|
||||
"profile": "https://forums.unraid.net/profile/128240-ikoyhn/"
|
||||
},
|
||||
"Kippenhof's Repository": {
|
||||
"url": "https://github.com/Kippenhof/docker-templates",
|
||||
"profile": "https://github.com/hofq/docker-templates",
|
||||
"bio": "Providing Small/unknown Docker images to the CA application to make them more accessible. If you have a problem with one of my templates, you can write me on Discord: Johannes Walther#",
|
||||
"icon": "https://s.gravatar.com/avatar/f8186422310ef2c5f080314631055a23?s=350",
|
||||
"DonateLink": "https://github.com/hofq/docker-templates/blob/main/Donations.md",
|
||||
"DonateText": "Don't donate to me! Instead, please donate the creators of these amazing apps."
|
||||
},
|
||||
"bmartino1's Repository": {
|
||||
"url": "https://github.com/bmartino1/unraid-docker-templates",
|
||||
"profile": "https://forums.unraid.net/profile/118010-bmartino1/"
|
||||
@ -361674,7 +362051,7 @@
|
||||
"profile": "https://forums.unraid.net/profile/2607-joch/"
|
||||
},
|
||||
"snoopy86's Repository": {
|
||||
"url": "https://github.com/snoopy86/docker-repo",
|
||||
"url": "https://github.com/devdems/docker-repo",
|
||||
"profile": "https://forums.unraid.net/profile/26537-snoopy86/",
|
||||
"bio": "Creating docker containers for community.",
|
||||
"icon": "https://raw.githubusercontent.com/devdems/docker-repo/master/snoopy/avatar.jpg",
|
||||
|
@ -3641,5 +3641,6 @@
|
||||
"w3lfare/allthemods10:latest": 1730862529,
|
||||
"ghcr.io/rishikanthc/scriberr:latest": 1730927342,
|
||||
"bmmbmm01/clamav-alpine": 1730940626,
|
||||
"mcuadros/ofelia:latest": 1730940754
|
||||
"mcuadros/ofelia:latest": 1730940754,
|
||||
"ikoyhn/go-podcast-sponsor-block": 1730944984
|
||||
}
|
4
log.txt
4
log.txt
@ -4940,3 +4940,7 @@ Array
|
||||
|
||||
Updating GitHub
|
||||
|
||||
[master fc446311e] Update
|
||||
7 files changed, 5415 insertions(+), 275 deletions(-)
|
||||
To https://github.com/Squidly271/AppFeed.git
|
||||
ad086b58e..fc446311e master -> master
|
||||
|
@ -8,12 +8,10 @@
|
||||
"Privileged": "true",
|
||||
"Support": "https://forums.unraid.net/topic/80868-support-clamav/",
|
||||
"Project": "https://github.com/bmartino1/clamav-alpine",
|
||||
"Overview": "This template is for scanning your unRAID server with clamav and clamdscan. To scan your server, check the environment variable to set the scanned folder and just start the container. When it is finished, the container will stop and you can view the docker logs and/or log folder to see the results....\r\n\r\nhttps://github.com/bmartino1/clamav-alpine\r\nPlease see clamdscan.sh in your ClamAV Signatures Path",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/bmartino1/unraid-docker-templates/master/ClamAV-clamdscan.xml",
|
||||
"Overview": "This template is for scanning your unRAID server with clamav and clamdscan. To scan your server, check the environment variable to set the scanned folder and just start the container. When it is finished, the container will stop and you can view the docker logs and/or log folder to see the results....\r\n\r\nhttps://github.com/bmartino1/clamav-alpine\r\nPlease see clamdscan.sh in your ClamAV freshclam Signatures Path",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/bmartino1/unraid-docker-templates/master/clamdscan.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/bmartino1/clamav-alpine/refs/heads/master/img/clamav.png",
|
||||
"ExtraParams": "--health-start-period=120s --health-interval=60s --health-retries=3",
|
||||
"DonateText": "Buy me a coffee",
|
||||
"DonateLink": "https://ko-fi.com/tquinnelly",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
@ -102,14 +100,14 @@
|
||||
],
|
||||
"Repo": "bmartino1's Repository",
|
||||
"CAComment": "This template is set up to run as Privileged. This is a possible security risk and usually does not need to be enabled. Note that some applications require privileged in order to operate correctly",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/bmartino1sRepository/ClamAV-clamdscan.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/bmartino1sRepository/clamdscan.xml",
|
||||
"CategoryList": [
|
||||
"Tools-Utilities",
|
||||
"Security"
|
||||
],
|
||||
"downloads": 1,
|
||||
"LastUpdate": 1730923841,
|
||||
"LastUpdateScan": 1730940626,
|
||||
"LastUpdate": 1730923841,
|
||||
"FirstSeen": 1730940626
|
||||
},
|
||||
{
|
||||
@ -5984,7 +5982,6 @@
|
||||
],
|
||||
"downloads": 641288,
|
||||
"stars": 3,
|
||||
"LastUpdate": 1726595384,
|
||||
"trending": 11.287,
|
||||
"trends": [
|
||||
37.144,
|
||||
@ -6014,6 +6011,7 @@
|
||||
641288
|
||||
],
|
||||
"LastUpdateScan": 1730940634,
|
||||
"LastUpdate": 1726595384,
|
||||
"FirstSeen": 1707569841,
|
||||
"topTrending": -25.857,
|
||||
"topPerforming": 11.287
|
||||
@ -7658,8 +7656,8 @@
|
||||
"Downloaders"
|
||||
],
|
||||
"downloads": 80,
|
||||
"LastUpdate": 1717796267,
|
||||
"LastUpdateScan": 1730940636,
|
||||
"LastUpdate": 1717796267,
|
||||
"FirstSeen": 1664481829
|
||||
},
|
||||
{
|
||||
@ -10994,7 +10992,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1172,
|
||||
"downloads": 1173,
|
||||
"FirstSeen": 1712325975
|
||||
},
|
||||
{
|
||||
@ -24531,7 +24529,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4217,
|
||||
"downloads": 4218,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -24563,7 +24561,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7025,
|
||||
"downloads": 7033,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -24621,7 +24619,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4217,
|
||||
"downloads": 4218,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -32538,7 +32536,6 @@
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/deprecated/ffmpeg.xml",
|
||||
"downloads": 3569107,
|
||||
"stars": 150,
|
||||
"LastUpdate": 1730671160,
|
||||
"trending": 1.095,
|
||||
"trends": [
|
||||
1.813,
|
||||
@ -32566,6 +32563,7 @@
|
||||
3569107
|
||||
],
|
||||
"LastUpdateScan": 1730940640,
|
||||
"LastUpdate": 1730671160,
|
||||
"FirstSeen": 1715342765,
|
||||
"topTrending": -0.718,
|
||||
"topPerforming": 1.095
|
||||
@ -43545,7 +43543,6 @@
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/deprecated/openssh-server.xml",
|
||||
"downloads": 22838289,
|
||||
"stars": 132,
|
||||
"LastUpdate": 1727636161,
|
||||
"trending": 0.564,
|
||||
"trends": [
|
||||
30.153,
|
||||
@ -43575,6 +43572,7 @@
|
||||
22838289
|
||||
],
|
||||
"LastUpdateScan": 1730940640,
|
||||
"LastUpdate": 1727636161,
|
||||
"FirstSeen": 1601165361,
|
||||
"topTrending": -29.589,
|
||||
"topPerforming": 0.564
|
||||
@ -57731,7 +57729,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2539,
|
||||
"downloads": 2541,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
@ -57826,7 +57824,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2678,
|
||||
"downloads": 2679,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
@ -57848,7 +57846,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1477,
|
||||
"downloads": 1478,
|
||||
"FirstSeen": 1538107200
|
||||
},
|
||||
{
|
||||
@ -57879,7 +57877,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2035,
|
||||
"downloads": 2036,
|
||||
"FirstSeen": 1523678400
|
||||
},
|
||||
{
|
||||
@ -58007,7 +58005,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5210,
|
||||
"downloads": 5212,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
@ -58204,7 +58202,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1029,
|
||||
"downloads": 1030,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
@ -58413,7 +58411,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 821,
|
||||
"downloads": 822,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58440,7 +58438,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8108,
|
||||
"downloads": 8110,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
@ -58530,7 +58528,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 238,
|
||||
"downloads": 239,
|
||||
"FirstSeen": 1688033090
|
||||
},
|
||||
{
|
||||
@ -58642,7 +58640,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 929,
|
||||
"downloads": 930,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58685,7 +58683,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1847,
|
||||
"downloads": 1849,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58706,7 +58704,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2847,
|
||||
"downloads": 2848,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58749,7 +58747,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6273,
|
||||
"downloads": 6274,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -65271,7 +65269,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4894,
|
||||
"downloads": 4897,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
@ -79371,7 +79369,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 895,
|
||||
"downloads": 896,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
@ -119247,7 +119245,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4455,
|
||||
"downloads": 4456,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
@ -126265,7 +126263,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6070,
|
||||
"downloads": 6071,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
@ -180116,7 +180114,6 @@
|
||||
],
|
||||
"downloads": 16472346,
|
||||
"stars": 15,
|
||||
"LastUpdate": 1728608727,
|
||||
"trending": 0.023,
|
||||
"trends": [
|
||||
0.037,
|
||||
@ -180146,6 +180143,7 @@
|
||||
16472346
|
||||
],
|
||||
"LastUpdateScan": 1730940728,
|
||||
"LastUpdate": 1728608727,
|
||||
"FirstSeen": 1692497085,
|
||||
"topTrending": -0.013999999999999999,
|
||||
"topPerforming": 0.023
|
||||
@ -223845,7 +223843,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7370,
|
||||
"downloads": 7373,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -223870,7 +223868,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 972,
|
||||
"downloads": 973,
|
||||
"FirstSeen": 1677618268
|
||||
},
|
||||
{
|
||||
@ -307780,7 +307778,7 @@
|
||||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6177,
|
||||
"downloads": 6178,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
@ -309313,7 +309311,6 @@
|
||||
],
|
||||
"downloads": 79309,
|
||||
"stars": 1,
|
||||
"LastUpdate": 1730473633,
|
||||
"trending": 14.186,
|
||||
"trends": [
|
||||
27.96,
|
||||
@ -309341,6 +309338,7 @@
|
||||
79309
|
||||
],
|
||||
"LastUpdateScan": 1730940754,
|
||||
"LastUpdate": 1730473633,
|
||||
"FirstSeen": 1715357172,
|
||||
"topTrending": -13.774000000000001
|
||||
},
|
||||
@ -323741,8 +323739,8 @@
|
||||
],
|
||||
"downloads": 26980114,
|
||||
"stars": 61,
|
||||
"LastUpdate": 1723152305,
|
||||
"LastUpdateScan": 1730940754,
|
||||
"LastUpdate": 1723152305,
|
||||
"FirstSeen": 1730940754
|
||||
},
|
||||
{
|
||||
@ -337346,7 +337344,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1558,
|
||||
"downloads": 1559,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
@ -343294,7 +343292,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3155,
|
||||
"downloads": 3156,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
@ -358739,7 +358737,6 @@
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 20,
|
||||
"LastUpdateScan": 1730940784,
|
||||
"FirstSeen": 1707569838
|
||||
},
|
||||
{
|
||||
|
100
plgStats.json
100
plgStats.json
@ -4,36 +4,36 @@
|
||||
"https://raw.githubusercontent.com/dkaser/unraid-sl/main/plugin/sl.plg": 147,
|
||||
"https://raw.githubusercontent.com/phyzical/docker.labelInjector/main/docker.labelInjector.plg": 404,
|
||||
"https://raw.githubusercontent.com/phyzical/docker.versions/main/docker.versions.plg": 599,
|
||||
"https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 1990,
|
||||
"https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 1994,
|
||||
"https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg": 123,
|
||||
"https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg": 1173,
|
||||
"https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 4218,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 7033,
|
||||
"https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 4219,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 7047,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/preview/plugin/tailscale-preview.plg": 246,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.backup2/master/plugins/ca.backup2.plg": 3,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.categorize/master/plugins/docker.categorize.plg": 94,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 2541,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 2542,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cfg.editor/master/plugins/ca.cfg.editor.plg": 25,
|
||||
"https://raw.githubusercontent.com/hugenbd/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 564,
|
||||
"https://raw.githubusercontent.com/hugenbd/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 565,
|
||||
"https://raw.githubusercontent.com/Squidly271/checksum/master/plugins/checksum.plg": 0,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cleanup.appdata/master/plugins/ca.cleanup.appdata.plg": 2679,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cleanup.appdata/master/plugins/ca.cleanup.appdata.plg": 2681,
|
||||
"https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg": 1478,
|
||||
"https://raw.githubusercontent.com/Squidly271/customtab/master/plugins/customtab.plg": 2036,
|
||||
"https://raw.githubusercontent.com/Squidly271/disable.security/master/plugins/disable.security.plg": 156,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.folder/main/plugins/docker.folder.plg": 4,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.patch/main/plugins/docker.patch.plg": 2,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.patch2/main/plugins/docker.patch2.plg": 132,
|
||||
"https://raw.githubusercontent.com/Squidly271/fix.common.problems/master/plugins/fix.common.problems.plg": 5212,
|
||||
"https://raw.githubusercontent.com/Squidly271/fix.common.problems/master/plugins/fix.common.problems.plg": 5216,
|
||||
"https://raw.githubusercontent.com/Squidly271/flash.remount/main/flash.remount.plg": 181,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui-links/master/plugins/gui-links.plg": 264,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui.search/main/plugins/gui.search.plg": 832,
|
||||
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 3355,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui-links/master/plugins/gui-links.plg": 265,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui.search/main/plugins/gui.search.plg": 833,
|
||||
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 3357,
|
||||
"https://raw.githubusercontent.com/Squidly271/ransomware.bait/master/plugins/newransomware.bait.plg": 0,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.backup/master/plugins/ca.backup.plg": 1,
|
||||
"https://raw.githubusercontent.com/Squidly271/page.notes/main/plugins/page.notes.plg": 232,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg": 1030,
|
||||
"https://raw.githubusercontent.com/Squidly271/unlimited-width/master/unlimited-width.plg": 645,
|
||||
"https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 5106,
|
||||
"https://raw.githubusercontent.com/Squidly271/page.notes/main/plugins/page.notes.plg": 233,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg": 1031,
|
||||
"https://raw.githubusercontent.com/Squidly271/unlimited-width/master/unlimited-width.plg": 646,
|
||||
"https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 5108,
|
||||
"https://raw.githubusercontent.com/Squidly271/Wxwork-sample/main/wxwork-sample.plg": 38,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg": 1187,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.cache.dirs.plg": 2,
|
||||
@ -41,7 +41,7 @@
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.day.night.plg": 348,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.factory.reset.plg": 577,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg": 822,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 8110,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 8117,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg": 337,
|
||||
"https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.password.validator.plg": 112,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 1440,
|
||||
@ -50,12 +50,12 @@
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.scsi.devices.plg": 213,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.share.floor.plg": 178,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg": 3,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg": 930,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 4394,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 1849,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 2848,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg": 931,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 4396,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 1850,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 2851,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 2700,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 6274,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 6275,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.wireguard.plg": 9,
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-DevPack/master/plugin/DevPack.plg": 0,
|
||||
"https://raw.githubusercontent.com/dmacias72/IPMI-unRAID/master/plugin/ipmi.plg": 0,
|
||||
@ -64,7 +64,7 @@
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.plg": 4,
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-speedtest/master/plugin/speedtest.plg": 0,
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-WOL/master/plugin/wakeonlan.plg": 28,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-Sainoid/master/unRAID6-Sanoid.plg": 305,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-Sainoid/master/unRAID6-Sanoid.plg": 307,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-ZFS/master/unRAID6-ZFS.plg": 5,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-ZnapZend/master/unRAID6-ZnapZend.plg": 133,
|
||||
"https://github.com/SlrG/unRAID/raw/master/Plugins/advCPaMV.plg": 350,
|
||||
@ -73,24 +73,24 @@
|
||||
"https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg": 311,
|
||||
"https://github.com/jbrodriguez/controlr/releases/latest/download/controlr.plg": 1,
|
||||
"https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg": 665,
|
||||
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 4897,
|
||||
"https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 1696,
|
||||
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 4900,
|
||||
"https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 1697,
|
||||
"https://raw.githubusercontent.com/dlandon/active.directory/master/active.directory.plg": 265,
|
||||
"https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 2649,
|
||||
"https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 2651,
|
||||
"https://raw.githubusercontent.com/dlandon/enhanced.log/master/enhanced.log.plg": 346,
|
||||
"https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg": 1076,
|
||||
"https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/master/libvirt.hotplug.usb.plg": 687,
|
||||
"https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/master/libvirt.hotplug.usb.plg": 688,
|
||||
"https://raw.githubusercontent.com/dlandon/open.files/master/open.files.plg": 896,
|
||||
"https://raw.githubusercontent.com/dlandon/python2/master/Python2.plg": 12,
|
||||
"https://raw.githubusercontent.com/dlandon/python3/master/Python3.plg": 54,
|
||||
"https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg": 951,
|
||||
"https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 2410,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 8442,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 6659,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 4064,
|
||||
"https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg": 1519,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg": 597,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-plexstreams/master/plexstreams.plg": 449,
|
||||
"https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg": 953,
|
||||
"https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 2412,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 8450,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 6666,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 4070,
|
||||
"https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg": 1520,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg": 600,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-plexstreams/master/plexstreams.plg": 450,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg": 1604,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg": 88,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-age/master/age.plg": 51,
|
||||
@ -103,15 +103,15 @@
|
||||
"https://github.com/ich777/unraid-firewire/raw/master/firewire.plg": 0,
|
||||
"https://github.com/ich777/unraid-hailort-driver/raw/master/hailort-driver.plg": 14,
|
||||
"https://github.com/ich777/unraid-hpsahba/raw/master/hpsahba.plg": 47,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 4456,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 1205,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 4459,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 1206,
|
||||
"https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg": 252,
|
||||
"https://github.com/ich777/unraid-it87-driver/raw/master/it87-driver.plg": 1286,
|
||||
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 814,
|
||||
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 816,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-mft-tools/master/mft-tools.plg": 170,
|
||||
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 1203,
|
||||
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 6071,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg": 392,
|
||||
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 6076,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg": 393,
|
||||
"https://github.com/ich777/unraid-openrgb-patch/raw/master/openrgb-patch.plg": 150,
|
||||
"https://github.com/ich777/unraid-prometheus_adguard_exporter/raw/master/prometheus_adguard_exporter.plg": 4,
|
||||
"https://github.com/ich777/unraid-prometheus_msi_afterburner_exporter/raw/master/prometheus_msi_afterburner_exporter.plg": 10,
|
||||
@ -130,21 +130,21 @@
|
||||
"https://github.com/ich777/unraid-replication/raw/master/unraid-replication.plg": 77,
|
||||
"https://raw.githubusercontent.com/kubedzero/unraid-snmp/main/snmp.plg": 288,
|
||||
"https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg": 63,
|
||||
"https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 837,
|
||||
"https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 839,
|
||||
"https://raw.githubusercontent.com/Cyanlabs/corsairpsu-unraid/master/corsairpsu.plg": 0,
|
||||
"https://raw.githubusercontent.com/Cyanlabs/jsonapi-unraid/master/jsonapi.plg": 0,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-dark-plugin/master/plugins/dark.theme.plg": 5,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-theme-engine/master/plugins/theme.engine.plg": 1207,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-theme-engine/master/plugins/theme.engine.plg": 1209,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-vfio-pci/master/plugins/vfio.pci.plg": 4,
|
||||
"https://raw.githubusercontent.com/ljm42/unraid-upnp/master/plugins/upnp-monitor.plg": 0,
|
||||
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 4463,
|
||||
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 4466,
|
||||
"https://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg": 2,
|
||||
"https://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/swapfile.plg": 152,
|
||||
"https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg": 0,
|
||||
"https://raw.githubusercontent.com/GuildDarts/unraid-plugin-docker.folder/master/plugins/docker.folder.plg": 0,
|
||||
"https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg": 360,
|
||||
"https://raw.githubusercontent.com/doron1/unraid-newenckey/master/unraid-newenckey.plg": 25,
|
||||
"https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 7373,
|
||||
"https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 7380,
|
||||
"https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg": 973,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.iSCSI/main/iSCSIgui.plg": 512,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid-lcd/master/lcd_manager.plg": 89,
|
||||
@ -153,38 +153,38 @@
|
||||
"https://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg": 194,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.usbip/master/unraid.usbip.plg": 3,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.usbip-gui/master/usbip-gui.plg": 2,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 1185,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 1186,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager_usb_net_addon/main/usb_manager_aqc111_addon.plg": 0,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager_Serial_Options_addon/main/usb_manager_serial_options_addon.plg": 117,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager_USBIP_addon/main/usb_manager_usbip_addon.plg": 0,
|
||||
"https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg": 592,
|
||||
"https://github.com/GiorgioAresu/ZFS-companion-unraid/raw/main/ZFS-companion.plg": 1,
|
||||
"https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": 1436,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 6178,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 6179,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg": 168,
|
||||
"https://raw.githubusercontent.com/Commifreak/ca.backup2/master/ca.backup2.plg": 10,
|
||||
"https://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg": 140,
|
||||
"https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg": 1559,
|
||||
"https://raw.githubusercontent.com/giganode/unraid-mqtt-pub-sub/master/mqtt-pub-sub.plg": 179,
|
||||
"https://raw.githubusercontent.com/giganode/unraid-mqtt-pub-sub/master/mqtt-pub-sub.plg": 180,
|
||||
"https://raw.githubusercontent.com/zhtengw/unraid-i915-sriov/master/i915-sriov.plg": 0,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8125.plg": 651,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8126.plg": 199,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8152.plg": 322,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8168.plg": 279,
|
||||
"https://github.com/greycubesgav/unraid-templates/raw/main/davfs2//davfs2.plg": 170,
|
||||
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 3156,
|
||||
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 3158,
|
||||
"https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg": 410,
|
||||
"https://raw.githubusercontent.com/desertwitch/iotop-c-unRAID/main/plugin/dwiotopc.plg": 173,
|
||||
"https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg": 2147,
|
||||
"https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg": 187,
|
||||
"https://raw.githubusercontent.com/desertwitch/python-unRAID/main/plugin/dwpython.plg": 1616,
|
||||
"https://raw.githubusercontent.com/desertwitch/python-unRAID/main/plugin/dwpython.plg": 1617,
|
||||
"https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg": 59,
|
||||
"https://raw.githubusercontent.com/desertwitch/tldr-unRAID/main/plugin/dwtldr.plg": 151,
|
||||
"https://raw.githubusercontent.com/desertwitch/tldr-unRAID/main/plugin/dwtldr.plg": 152,
|
||||
"https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": 116,
|
||||
"https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": 82,
|
||||
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 1811,
|
||||
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 1815,
|
||||
"https://raw.githubusercontent.com/desertwitch/LLDP-unRAID/main/plugin/ulldpd.plg": 73,
|
||||
"https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg": 612,
|
||||
"https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg": 613,
|
||||
"https://raw.githubusercontent.com/dixtdf/taglib/master/plugins/taglib.plg": 18,
|
||||
"https://github.com/EldonMcGuinness/UnraidDriveStandbyMonitor/raw/master/DriveStandbyMonitor.plg": 277,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent20.plg": 7,
|
||||
|
@ -83904,38 +83904,38 @@
|
||||
},
|
||||
"actualbudget/actual-server": {
|
||||
"Base": null,
|
||||
"Downloads": 3856651,
|
||||
"Stars": 35,
|
||||
"Time": 1728245301,
|
||||
"trending": 21.676,
|
||||
"Downloads": 4542246,
|
||||
"Stars": 39,
|
||||
"Time": 1730944987,
|
||||
"trending": 15.094,
|
||||
"trends": [
|
||||
15.93,
|
||||
23.744,
|
||||
13.93,
|
||||
24.561,
|
||||
25.982,
|
||||
25.88,
|
||||
21.676
|
||||
21.676,
|
||||
15.094
|
||||
],
|
||||
"downloadtrend": [
|
||||
820551,
|
||||
1076042,
|
||||
1250197,
|
||||
1657221,
|
||||
2238929,
|
||||
3020690,
|
||||
3856651
|
||||
3856651,
|
||||
4542246
|
||||
],
|
||||
"trendsDate": [
|
||||
1712563567,
|
||||
1715162803,
|
||||
1717761992,
|
||||
1720368414,
|
||||
1722967628,
|
||||
1725581789,
|
||||
1728245301
|
||||
1728245301,
|
||||
1730944987
|
||||
],
|
||||
"LastUpdate": 1728178140
|
||||
"LastUpdate": 1730942631
|
||||
},
|
||||
"fithwum/minecraft-fabric:latest": {
|
||||
"Base": null,
|
||||
@ -96212,5 +96212,16 @@
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1723152305
|
||||
},
|
||||
"ikoyhn/go-podcast-sponsor-block": {
|
||||
"Base": null,
|
||||
"Downloads": 81,
|
||||
"Stars": null,
|
||||
"Time": 1730944984,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1730408049
|
||||
}
|
||||
}
|
1
repositories/ikoyhn___go-podcast-sponsor-block
Normal file
1
repositories/ikoyhn___go-podcast-sponsor-block
Normal file
@ -0,0 +1 @@
|
||||
1
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,14 @@
|
||||
{
|
||||
"caFixed": 624,
|
||||
"caFixed": 626,
|
||||
"fixedTemplates": {
|
||||
"Kippenhof's Repository": {
|
||||
"m1k1o/neko:latest": [
|
||||
"No Support or Project Link Present. Template automatically dropped from CA"
|
||||
],
|
||||
"blueedge/win11react": [
|
||||
"No Support or Project Link Present. Template automatically dropped from CA"
|
||||
]
|
||||
},
|
||||
"bmartino1's Repository": {
|
||||
"bmmbmm01/clamav-alpine": [
|
||||
"Privileged mode set. This may not be necessary"
|
||||
|
Loading…
x
Reference in New Issue
Block a user