This commit is contained in:
Andrew Z 2024-08-28 16:07:25 -04:00
parent bd39eb1884
commit a487426841
9 changed files with 1660 additions and 66 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1724868410
"last_updated_timestamp": 1724875643
}

View File

@ -133,13 +133,513 @@
"LastUpdate": 1723882190,
"FirstSeen": 1724120187
},
{
"Name": "wh-actual",
"Overview": "Actual is a local-first personal finance tool.",
"Repository": "ghcr.io/actualbudget/actual-server:latest-alpine",
"Registry": "https://github.com/actualbudget/actual-server/pkgs/container/actual-server",
"Project": "https://actualbudget.org/",
"WebUI": "http://[IP]:[PORT:5006]/",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/actual-budget.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/actual-budget.xml",
"Config": [
{
"@attributes": {
"Name": "Actual web UI port",
"Target": "5006",
"Default": "5006",
"Mode": "tcp",
"Description": "The TCP port Actual listens on.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5006"
},
{
"@attributes": {
"Name": "Actual storage",
"Target": "/data",
"Default": "/mnt/user/appdata/actual",
"Mode": "rw",
"Description": "The location where Actual stores its data.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/actual-budget.xml",
"CategoryList": [
"Productivity",
"Other"
],
"downloads": 2651190,
"stars": 32,
"LastUpdate": 1724807976,
"LastUpdateScan": 1724875623,
"FirstSeen": 1724875623
},
{
"Name": "wh-earnapp",
"Overview": "EarnApp is an app that pays you to refer friends to offers and share your device's unused resources.",
"Requires": "EarnApp requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- An &quot;earnapp.com&quot; account\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- Running the command 'earnapp showid' in the container & registering the UUID on &quot;earnapp.com&quot;",
"Repository": "fazalfarhan01/earnapp:latest",
"Registry": "https://hub.docker.com/r/fazalfarhan01/earnapp",
"Project": "https://earnapp.com/",
"ExtraParams": "--init --no-healthcheck",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/earnapp.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/earnapp.xml",
"Config": [
{
"@attributes": {
"Name": "EarnApp storage",
"Target": "/etc/earnapp",
"Default": "/mnt/user/appdata/earnapp",
"Mode": "rw",
"Description": "The location where EarnApp stores its data.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "EarnApp UUID",
"Target": "/sys/fs/cgroup",
"Default": "/sys/fs/cgroup",
"Mode": "ro",
"Description": "Read-only path for the container to generate a UUID.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/sys/fs/cgroup"
}
],
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/earnapp.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 9043982,
"stars": 21,
"LastUpdate": 1658206004,
"LastUpdateScan": 1724875627,
"FirstSeen": 1724875627
},
{
"Name": "wh-ghostfolio",
"Overview": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
"Requires": "Ghostfolio needs:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A PostgreSQL database\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A Redis-compatibile database (e.g. Redis, Valkey, KeyDB, DragonflyDB)",
"Repository": "ghostfolio/ghostfolio:latest",
"Registry": "https://hub.docker.com/r/ghostfolio/ghostfolio",
"Project": "https://ghostfol.io/",
"WebUI": "http://[IP]:[PORT:3333]/",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/ghostfolio.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/ghostfolio.xml",
"Config": [
{
"@attributes": {
"Name": "Ghostfolio web UI port",
"Target": "3333",
"Default": "3333",
"Mode": "tcp",
"Description": "The TCP port Ghostfolio listens on.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3333"
},
{
"@attributes": {
"Name": "ACCESS_TOKEN_SALT",
"Target": "ACCESS_TOKEN_SALT",
"Default": "",
"Mode": "",
"Description": "A random string used as salt for access tokens.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "JWT_SECRET_KEY",
"Target": "JWT_SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "A random string used for JSON Web Tokens (JWT).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_URL",
"Target": "DATABASE_URL",
"Default": "",
"Mode": "",
"Description": "The database connection URL, e.g.\r\n",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_HOST",
"Target": "REDIS_HOST",
"Default": "",
"Mode": "",
"Description": "The host where Redis is running.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_PASSWORD",
"Target": "REDIS_PASSWORD",
"Default": "",
"Mode": "",
"Description": "The password of Redis.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_PORT",
"Target": "REDIS_PORT",
"Default": "",
"Mode": "",
"Description": "The port where Redis is running.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REQUEST_TIMEOUT",
"Target": "REQUEST_TIMEOUT",
"Default": "2000",
"Mode": "",
"Description": "The timeout of network requests to data providers in milliseconds.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "2000"
},
{
"@attributes": {
"Name": "API_KEY_COINGECKO_DEMO",
"Target": "API_KEY_COINGECKO_DEMO",
"Default": "",
"Mode": "",
"Description": "The CoinGecko **Demo** API key.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "API_KEY_COINGECKO_PRO",
"Target": "API_KEY_COINGECKO_PRO",
"Default": "",
"Mode": "",
"Description": "The CoinGecko **Pro** API key.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_DB",
"Target": "REDIS_DB",
"Default": "0",
"Mode": "",
"Description": "The database index of Redis.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "0"
}
],
"Repo": "whallin's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/ghostfolio.xml",
"CategoryList": [
"Productivity",
"Other"
],
"downloads": 805861,
"stars": 24,
"LastUpdate": 1724870210,
"LastUpdateScan": 1724875633,
"FirstSeen": 1653233043
},
{
"Name": "wh-honeygain",
"Overview": "Honeygain is the first-ever app that allows users to make money online by sharing their internet connection.",
"Requires": "Honeygain requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A &quot;honeygain.com&quot; account\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- Updating the container command with your &quot;honeygain.com&quot; credentials",
"Repository": "honeygain/honeygain:latest",
"Registry": "https://hub.docker.com/r/honeygain/honeygain",
"Project": "https://www.honeygain.com/",
"ExtraParams": "--init --no-healthcheck",
"PostArgs": "-email ACCOUNT_EMAIL -pass ACCOUNT_PASS -device DEVICE_NAME -tou-accept",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/honeygain.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/honeygain.xml",
"Repo": "whallin's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/honeygain.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 5192661,
"stars": 242,
"LastUpdate": 1703142343,
"LastUpdateScan": 1724875633,
"FirstSeen": 1611652185
},
{
"Name": "wh-mysterium-node",
"Overview": "With MystNodes, you get paid in cryptocurrency every time a business or user connects to your node.",
"Requires": "MystNodes requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A &quot;mystnodes.com&quot; account",
"Repository": "mysteriumnetwork/myst:latest-alpine",
"Registry": "https://hub.docker.com/r/mysteriumnetwork/myst",
"Project": "https://www.mystnodes.com/",
"WebUI": "http://[IP]:[PORT:4449]/",
"ExtraParams": "--cap-add NET_ADMIN --init --no-healthcheck",
"PostArgs": "service --agreed-terms-and-conditions",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/mysterium.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/mysterium-node.xml",
"Config": [
{
"@attributes": {
"Name": "MystNode web UI port",
"Target": "4449",
"Default": "4449",
"Mode": "tcp",
"Description": "The TCP port MystNode listens on.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "4449"
},
{
"@attributes": {
"Name": "MystNode storage",
"Target": "/var/lib/mysterium-node",
"Default": "/mnt/user/appdata/mysterium-node",
"Mode": "rw",
"Description": "The location where MystNode stores its data.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/mysterium-node.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 155279432,
"stars": 46,
"LastUpdate": 1723698242,
"LastUpdateScan": 1724875633,
"FirstSeen": 1724875633
},
{
"Name": "wh-packetstream",
"Overview": "PacketStream is a peer-to-peer proxy network that enables users to access data and content from any location.",
"Requires": "PacketStream requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A &quot;packetstream.io&quot; account",
"Repository": "packetstream/psclient:latest",
"Registry": "https://hub.docker.com/r/packetstream/psclient",
"Project": "https://packetstream.io/",
"ExtraParams": "--init --no-healthcheck",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/packetstream.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/packetstream.xml",
"Config": {
"@attributes": {
"Name": "CID",
"Target": "CID",
"Default": "",
"Mode": "",
"Description": "Your PacketStream referral code to register your machine for your PacketStream account.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/packetstream.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 407716480,
"stars": 13,
"trending": 0.493,
"trends": [
0.774,
0.733,
0.866,
0.831,
0.761,
0.708,
0.493
],
"trendsDate": [
1708715158,
1711310788,
1714090984,
1716689197,
1719288400,
1721887604,
1724486810
],
"downloadtrend": [
390134613,
393014354,
396447218,
399768476,
402832294,
405706437,
407716480
],
"LastUpdateScan": 1724486810,
"LastUpdate": 1714637184,
"FirstSeen": 1672254245,
"topTrending": -0.281,
"topPerforming": 0.493
},
{
"Name": "wh-pawns",
"Overview": "Pawns.app is an app that pays you to use your internet connection and complete surveys.",
"Requires": "Pawns requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- An &quot;pawns.app&quot; account\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- Updating the container command with your &quot;pawns.app&quot; credentials",
"Repository": "iproyal/pawns-cli:latest",
"Registry": "https://hub.docker.com/r/iproyal/pawns-cli",
"Project": "https://pawns.app/",
"ExtraParams": "--init --no-healthcheck",
"PostArgs": "-email=ACCOUNT_EMAIL -password=ACCOUNT_PASS -device-name=DEVICE_NAME -accept-tos",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/pawns.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/pawns.xml",
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/pawns.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 2640271,
"stars": 30,
"LastUpdate": 1721992166,
"LastUpdateScan": 1724875636,
"FirstSeen": 1724875636
},
{
"Name": "wh-pgvecto-rs14",
"Overview": "Based on PostgreSQL 14: pgvecto.rs is a Postgres extension that provides vector similarity search functions.",
"Repository": "tensorchord/pgvecto-rs:pg14-v0.3.0",
"Registry": "https://hub.docker.com/r/tensorchord/pgvecto-rs",
"Project": "https://pgvecto.rs/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -253,7 +753,7 @@
"Repository": "tensorchord/pgvecto-rs:pg15-v0.3.0",
"Registry": "https://hub.docker.com/r/tensorchord/pgvecto-rs",
"Project": "https://pgvecto.rs/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -367,7 +867,7 @@
"Repository": "tensorchord/pgvecto-rs:pg16-v0.3.0",
"Registry": "https://hub.docker.com/r/tensorchord/pgvecto-rs",
"Project": "https://pgvecto.rs/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -481,7 +981,7 @@
"Repository": "postgres:15-alpine",
"Registry": "https://hub.docker.com/_/postgres/",
"Project": "https://www.postgresql.org/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -598,7 +1098,7 @@
"Registry": "https://github.com/divyam234/teldrive/pkgs/container/teldrive",
"Project": "https://github.com/divyam234/teldrive",
"WebUI": "http://[IP]:[PORT:8080]/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -667,7 +1167,7 @@
"Repository": "ghcr.io/divyam234/postgres:16-alpine",
"Registry": "https://github.com/divyam234/teldrive/pkgs/container/postgres",
"Project": "https://github.com/divyam234/teldrive",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -778,7 +1278,7 @@
"Repository": "valkey/valkey:7-alpine",
"Registry": "https://hub.docker.com/r/valkey/valkey/",
"Project": "https://valkey.io/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"PostArgs": "valkey-server",
"Network": "bridge",
"Privileged": "false",
@ -838,7 +1338,7 @@
"Repository": "valkey/valkey:8-alpine",
"Registry": "https://hub.docker.com/r/valkey/valkey/",
"Project": "https://valkey.io/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"PostArgs": "valkey-server",
"Network": "bridge",
"Privileged": "false",
@ -892,6 +1392,187 @@
"LastUpdate": 1722556057,
"FirstSeen": 1724120223
},
{
"Name": "wh-web-check",
"Overview": "All-in-one OSINT tool for analysing any website.",
"Repository": "ghcr.io/lissy93/web-check:latest",
"Registry": "https://github.com/Lissy93/web-check/pkgs/container/web-check",
"Project": "https://web-check.xyz/",
"WebUI": "http://[IP]:[PORT:3000]/",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/web-check.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/web-check.xml",
"Config": [
{
"@attributes": {
"Name": "Web-Check web UI port",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "The TCP port Web-Check listens on.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "API_CORS_ORIGIN",
"Target": "API_CORS_ORIGIN",
"Default": "",
"Mode": "",
"Description": "Enable CORS, by setting your allowed hostname(s).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "BUILT_WITH_API_KEY",
"Target": "BUILT_WITH_API_KEY",
"Default": "",
"Mode": "",
"Description": "A BuiltWith API key. This will show the main features of a site.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "CLOUDMERSIVE_API_KEY",
"Target": "CLOUDMERSIVE_API_KEY",
"Default": "",
"Mode": "",
"Description": "API key for Cloudmersive. This will show known threats associated with the IP.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "GOOGLE_CLOUD_API_KEY",
"Target": "GOOGLE_CLOUD_API_KEY",
"Default": "",
"Mode": "",
"Description": "A Google API key. This can be used to return quality metrics for a site.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REACT_APP_SHODAN_API_KEY",
"Target": "REACT_APP_SHODAN_API_KEY",
"Default": "",
"Mode": "",
"Description": "A Shodan API key. This will show associated host names for a given domain.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REACT_APP_WHO_API_KEY",
"Target": "REACT_APP_WHO_API_KEY",
"Default": "",
"Mode": "",
"Description": "A WhoAPI key. This will show more comprehensive WhoIs records than the default job.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "SECURITY_TRAILS_API_KEY",
"Target": "SECURITY_TRAILS_API_KEY",
"Default": "",
"Mode": "",
"Description": "A Security Trails API key. This will show org info associated with the IP.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "TORRENT_IP_API_KEY",
"Target": "TORRENT_IP_API_KEY",
"Default": "",
"Mode": "",
"Description": "A torrent API key. This will show torrents downloaded by an IP.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "TRANCO_USERNAME",
"Target": "TRANCO_USERNAME",
"Default": "",
"Mode": "",
"Description": "A Tranco email. This will show the rank of a site, based on traffic.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "TRANCO_API_KEY",
"Target": "TRANCO_API_KEY",
"Default": "",
"Mode": "",
"Description": "A Tranco API key. This will show the rank of a site, based on traffic.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
}
],
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/web-check.xml",
"downloads": 643282,
"stars": 15,
"LastUpdate": 1723905621,
"LastUpdateScan": 1724875638,
"FirstSeen": 1724875638
},
{
"Name": "wh-APPNAME",
"Repository": "REPONAME",
@ -83908,41 +84589,41 @@
"CategoryList": [
"HomeAutomation"
],
"downloads": 499935,
"downloads": 569073,
"stars": 11,
"trending": 14.129,
"LastUpdate": 1708293012,
"trending": 12.149,
"trends": [
41.603,
30.787,
24.7,
19.556,
17.854,
15.473,
14.129
14.129,
12.149
],
"trendsDate": [
1706684746,
1709283960,
1711879549,
1714478750,
1717077973,
1719677186,
1722276405
1722276405,
1724875643
],
"downloadtrend": [
124974,
180564,
239794,
298087,
362875,
429300,
499935
499935,
569073
],
"LastUpdateScan": 1722276405,
"LastUpdate": 1708293012,
"LastUpdateScan": 1724875643,
"FirstSeen": 1704085529,
"topTrending": -27.474000000000004,
"topPerforming": 14.129
"topTrending": -18.637999999999998,
"topPerforming": 12.149
},
{
"Name": "plate-minder",

View File

@ -1,7 +1,7 @@
{
"apps": 2378,
"last_updated_timestamp": 1724868410,
"last_updated": "2024-08-28 14:06",
"apps": 2386,
"last_updated_timestamp": 1724875643,
"last_updated": "2024-08-28 16:07",
"categories": [
{
"Cat": "AI:",
@ -299,13 +299,513 @@
"LastUpdate": 1723882190,
"FirstSeen": 1724120187
},
{
"Name": "wh-actual",
"Overview": "Actual is a local-first personal finance tool.",
"Repository": "ghcr.io/actualbudget/actual-server:latest-alpine",
"Registry": "https://github.com/actualbudget/actual-server/pkgs/container/actual-server",
"Project": "https://actualbudget.org/",
"WebUI": "http://[IP]:[PORT:5006]/",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/actual-budget.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/actual-budget.xml",
"Config": [
{
"@attributes": {
"Name": "Actual web UI port",
"Target": "5006",
"Default": "5006",
"Mode": "tcp",
"Description": "The TCP port Actual listens on.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5006"
},
{
"@attributes": {
"Name": "Actual storage",
"Target": "/data",
"Default": "/mnt/user/appdata/actual",
"Mode": "rw",
"Description": "The location where Actual stores its data.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/actual-budget.xml",
"CategoryList": [
"Productivity",
"Other"
],
"downloads": 2651190,
"stars": 32,
"LastUpdate": 1724807976,
"LastUpdateScan": 1724875623,
"FirstSeen": 1724875623
},
{
"Name": "wh-earnapp",
"Overview": "EarnApp is an app that pays you to refer friends to offers and share your device's unused resources.",
"Requires": "EarnApp requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- An &quot;earnapp.com&quot; account\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- Running the command 'earnapp showid' in the container & registering the UUID on &quot;earnapp.com&quot;",
"Repository": "fazalfarhan01/earnapp:latest",
"Registry": "https://hub.docker.com/r/fazalfarhan01/earnapp",
"Project": "https://earnapp.com/",
"ExtraParams": "--init --no-healthcheck",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/earnapp.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/earnapp.xml",
"Config": [
{
"@attributes": {
"Name": "EarnApp storage",
"Target": "/etc/earnapp",
"Default": "/mnt/user/appdata/earnapp",
"Mode": "rw",
"Description": "The location where EarnApp stores its data.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "EarnApp UUID",
"Target": "/sys/fs/cgroup",
"Default": "/sys/fs/cgroup",
"Mode": "ro",
"Description": "Read-only path for the container to generate a UUID.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/sys/fs/cgroup"
}
],
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/earnapp.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 9043982,
"stars": 21,
"LastUpdate": 1658206004,
"LastUpdateScan": 1724875627,
"FirstSeen": 1724875627
},
{
"Name": "wh-ghostfolio",
"Overview": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
"Requires": "Ghostfolio needs:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A PostgreSQL database\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A Redis-compatibile database (e.g. Redis, Valkey, KeyDB, DragonflyDB)",
"Repository": "ghostfolio/ghostfolio:latest",
"Registry": "https://hub.docker.com/r/ghostfolio/ghostfolio",
"Project": "https://ghostfol.io/",
"WebUI": "http://[IP]:[PORT:3333]/",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/ghostfolio.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/ghostfolio.xml",
"Config": [
{
"@attributes": {
"Name": "Ghostfolio web UI port",
"Target": "3333",
"Default": "3333",
"Mode": "tcp",
"Description": "The TCP port Ghostfolio listens on.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3333"
},
{
"@attributes": {
"Name": "ACCESS_TOKEN_SALT",
"Target": "ACCESS_TOKEN_SALT",
"Default": "",
"Mode": "",
"Description": "A random string used as salt for access tokens.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "JWT_SECRET_KEY",
"Target": "JWT_SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "A random string used for JSON Web Tokens (JWT).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_URL",
"Target": "DATABASE_URL",
"Default": "",
"Mode": "",
"Description": "The database connection URL, e.g.\r\n",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_HOST",
"Target": "REDIS_HOST",
"Default": "",
"Mode": "",
"Description": "The host where Redis is running.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_PASSWORD",
"Target": "REDIS_PASSWORD",
"Default": "",
"Mode": "",
"Description": "The password of Redis.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_PORT",
"Target": "REDIS_PORT",
"Default": "",
"Mode": "",
"Description": "The port where Redis is running.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REQUEST_TIMEOUT",
"Target": "REQUEST_TIMEOUT",
"Default": "2000",
"Mode": "",
"Description": "The timeout of network requests to data providers in milliseconds.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "2000"
},
{
"@attributes": {
"Name": "API_KEY_COINGECKO_DEMO",
"Target": "API_KEY_COINGECKO_DEMO",
"Default": "",
"Mode": "",
"Description": "The CoinGecko **Demo** API key.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "API_KEY_COINGECKO_PRO",
"Target": "API_KEY_COINGECKO_PRO",
"Default": "",
"Mode": "",
"Description": "The CoinGecko **Pro** API key.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_DB",
"Target": "REDIS_DB",
"Default": "0",
"Mode": "",
"Description": "The database index of Redis.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "0"
}
],
"Repo": "whallin's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/ghostfolio.xml",
"CategoryList": [
"Productivity",
"Other"
],
"downloads": 805861,
"stars": 24,
"LastUpdate": 1724870210,
"LastUpdateScan": 1724875633,
"FirstSeen": 1653233043
},
{
"Name": "wh-honeygain",
"Overview": "Honeygain is the first-ever app that allows users to make money online by sharing their internet connection.",
"Requires": "Honeygain requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A &quot;honeygain.com&quot; account\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- Updating the container command with your &quot;honeygain.com&quot; credentials",
"Repository": "honeygain/honeygain:latest",
"Registry": "https://hub.docker.com/r/honeygain/honeygain",
"Project": "https://www.honeygain.com/",
"ExtraParams": "--init --no-healthcheck",
"PostArgs": "-email ACCOUNT_EMAIL -pass ACCOUNT_PASS -device DEVICE_NAME -tou-accept",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/honeygain.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/honeygain.xml",
"Repo": "whallin's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/honeygain.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 5192661,
"stars": 242,
"LastUpdate": 1703142343,
"LastUpdateScan": 1724875633,
"FirstSeen": 1611652185
},
{
"Name": "wh-mysterium-node",
"Overview": "With MystNodes, you get paid in cryptocurrency every time a business or user connects to your node.",
"Requires": "MystNodes requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A &quot;mystnodes.com&quot; account",
"Repository": "mysteriumnetwork/myst:latest-alpine",
"Registry": "https://hub.docker.com/r/mysteriumnetwork/myst",
"Project": "https://www.mystnodes.com/",
"WebUI": "http://[IP]:[PORT:4449]/",
"ExtraParams": "--cap-add NET_ADMIN --init --no-healthcheck",
"PostArgs": "service --agreed-terms-and-conditions",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/mysterium.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/mysterium-node.xml",
"Config": [
{
"@attributes": {
"Name": "MystNode web UI port",
"Target": "4449",
"Default": "4449",
"Mode": "tcp",
"Description": "The TCP port MystNode listens on.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "4449"
},
{
"@attributes": {
"Name": "MystNode storage",
"Target": "/var/lib/mysterium-node",
"Default": "/mnt/user/appdata/mysterium-node",
"Mode": "rw",
"Description": "The location where MystNode stores its data.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/mysterium-node.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 155279432,
"stars": 46,
"LastUpdate": 1723698242,
"LastUpdateScan": 1724875633,
"FirstSeen": 1724875633
},
{
"Name": "wh-packetstream",
"Overview": "PacketStream is a peer-to-peer proxy network that enables users to access data and content from any location.",
"Requires": "PacketStream requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- A &quot;packetstream.io&quot; account",
"Repository": "packetstream/psclient:latest",
"Registry": "https://hub.docker.com/r/packetstream/psclient",
"Project": "https://packetstream.io/",
"ExtraParams": "--init --no-healthcheck",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/packetstream.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/packetstream.xml",
"Config": {
"@attributes": {
"Name": "CID",
"Target": "CID",
"Default": "",
"Mode": "",
"Description": "Your PacketStream referral code to register your machine for your PacketStream account.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/packetstream.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 407716480,
"stars": 13,
"trending": 0.493,
"trends": [
0.774,
0.733,
0.866,
0.831,
0.761,
0.708,
0.493
],
"trendsDate": [
1708715158,
1711310788,
1714090984,
1716689197,
1719288400,
1721887604,
1724486810
],
"downloadtrend": [
390134613,
393014354,
396447218,
399768476,
402832294,
405706437,
407716480
],
"LastUpdateScan": 1724486810,
"LastUpdate": 1714637184,
"FirstSeen": 1672254245,
"topTrending": -0.281,
"topPerforming": 0.493
},
{
"Name": "wh-pawns",
"Overview": "Pawns.app is an app that pays you to use your internet connection and complete surveys.",
"Requires": "Pawns requires:\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- An &quot;pawns.app&quot; account\r<br>&nbsp;&nbsp;&nbsp;&nbsp;- Updating the container command with your &quot;pawns.app&quot; credentials",
"Repository": "iproyal/pawns-cli:latest",
"Registry": "https://hub.docker.com/r/iproyal/pawns-cli",
"Project": "https://pawns.app/",
"ExtraParams": "--init --no-healthcheck",
"PostArgs": "-email=ACCOUNT_EMAIL -password=ACCOUNT_PASS -device-name=DEVICE_NAME -accept-tos",
"Network": "host",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/pawns.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/pawns.xml",
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/pawns.xml",
"CategoryList": [
"Crypto",
"Other"
],
"downloads": 2640271,
"stars": 30,
"LastUpdate": 1721992166,
"LastUpdateScan": 1724875636,
"FirstSeen": 1724875636
},
{
"Name": "wh-pgvecto-rs14",
"Overview": "Based on PostgreSQL 14: pgvecto.rs is a Postgres extension that provides vector similarity search functions.",
"Repository": "tensorchord/pgvecto-rs:pg14-v0.3.0",
"Registry": "https://hub.docker.com/r/tensorchord/pgvecto-rs",
"Project": "https://pgvecto.rs/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -419,7 +919,7 @@
"Repository": "tensorchord/pgvecto-rs:pg15-v0.3.0",
"Registry": "https://hub.docker.com/r/tensorchord/pgvecto-rs",
"Project": "https://pgvecto.rs/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -533,7 +1033,7 @@
"Repository": "tensorchord/pgvecto-rs:pg16-v0.3.0",
"Registry": "https://hub.docker.com/r/tensorchord/pgvecto-rs",
"Project": "https://pgvecto.rs/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -647,7 +1147,7 @@
"Repository": "postgres:15-alpine",
"Registry": "https://hub.docker.com/_/postgres/",
"Project": "https://www.postgresql.org/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -764,7 +1264,7 @@
"Registry": "https://github.com/divyam234/teldrive/pkgs/container/teldrive",
"Project": "https://github.com/divyam234/teldrive",
"WebUI": "http://[IP]:[PORT:8080]/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -833,7 +1333,7 @@
"Repository": "ghcr.io/divyam234/postgres:16-alpine",
"Registry": "https://github.com/divyam234/teldrive/pkgs/container/postgres",
"Project": "https://github.com/divyam234/teldrive",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
@ -944,7 +1444,7 @@
"Repository": "valkey/valkey:7-alpine",
"Registry": "https://hub.docker.com/r/valkey/valkey/",
"Project": "https://valkey.io/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"PostArgs": "valkey-server",
"Network": "bridge",
"Privileged": "false",
@ -1004,7 +1504,7 @@
"Repository": "valkey/valkey:8-alpine",
"Registry": "https://hub.docker.com/r/valkey/valkey/",
"Project": "https://valkey.io/",
"ExtraParams": "--no-healthcheck",
"ExtraParams": "--init --no-healthcheck",
"PostArgs": "valkey-server",
"Network": "bridge",
"Privileged": "false",
@ -1058,6 +1558,187 @@
"LastUpdate": 1722556057,
"FirstSeen": 1724120223
},
{
"Name": "wh-web-check",
"Overview": "All-in-one OSINT tool for analysing any website.",
"Repository": "ghcr.io/lissy93/web-check:latest",
"Registry": "https://github.com/Lissy93/web-check/pkgs/container/web-check",
"Project": "https://web-check.xyz/",
"WebUI": "http://[IP]:[PORT:3000]/",
"ExtraParams": "--init --no-healthcheck",
"Network": "bridge",
"Privileged": "false",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/whallin/unraid-templates",
"ReadMe": "https://github.com/whallin/unraid-templates",
"Support": "https://github.com/whallin/unraid-templates/issues",
"Icon": "https://raw.githubusercontent.com/whallin/unraid-templates/main/whallin/imgs/web-check.png",
"TemplateURL": "https://raw.githubusercontent.com/whallin/unraid-templates/master/whallin/web-check.xml",
"Config": [
{
"@attributes": {
"Name": "Web-Check web UI port",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "The TCP port Web-Check listens on.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "API_CORS_ORIGIN",
"Target": "API_CORS_ORIGIN",
"Default": "",
"Mode": "",
"Description": "Enable CORS, by setting your allowed hostname(s).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "BUILT_WITH_API_KEY",
"Target": "BUILT_WITH_API_KEY",
"Default": "",
"Mode": "",
"Description": "A BuiltWith API key. This will show the main features of a site.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "CLOUDMERSIVE_API_KEY",
"Target": "CLOUDMERSIVE_API_KEY",
"Default": "",
"Mode": "",
"Description": "API key for Cloudmersive. This will show known threats associated with the IP.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "GOOGLE_CLOUD_API_KEY",
"Target": "GOOGLE_CLOUD_API_KEY",
"Default": "",
"Mode": "",
"Description": "A Google API key. This can be used to return quality metrics for a site.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REACT_APP_SHODAN_API_KEY",
"Target": "REACT_APP_SHODAN_API_KEY",
"Default": "",
"Mode": "",
"Description": "A Shodan API key. This will show associated host names for a given domain.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "REACT_APP_WHO_API_KEY",
"Target": "REACT_APP_WHO_API_KEY",
"Default": "",
"Mode": "",
"Description": "A WhoAPI key. This will show more comprehensive WhoIs records than the default job.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "SECURITY_TRAILS_API_KEY",
"Target": "SECURITY_TRAILS_API_KEY",
"Default": "",
"Mode": "",
"Description": "A Security Trails API key. This will show org info associated with the IP.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "TORRENT_IP_API_KEY",
"Target": "TORRENT_IP_API_KEY",
"Default": "",
"Mode": "",
"Description": "A torrent API key. This will show torrents downloaded by an IP.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "TRANCO_USERNAME",
"Target": "TRANCO_USERNAME",
"Default": "",
"Mode": "",
"Description": "A Tranco email. This will show the rank of a site, based on traffic.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "TRANCO_API_KEY",
"Target": "TRANCO_API_KEY",
"Default": "",
"Mode": "",
"Description": "A Tranco API key. This will show the rank of a site, based on traffic.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "true"
},
"value": ""
}
],
"Repo": "whallin's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/whallinsRepository/whallin/web-check.xml",
"downloads": 643282,
"stars": 15,
"LastUpdate": 1723905621,
"LastUpdateScan": 1724875638,
"FirstSeen": 1724875638
},
{
"Name": "wh-APPNAME",
"Repository": "REPONAME",
@ -84074,41 +84755,41 @@
"CategoryList": [
"HomeAutomation"
],
"downloads": 499935,
"downloads": 569073,
"stars": 11,
"trending": 14.129,
"LastUpdate": 1708293012,
"trending": 12.149,
"trends": [
41.603,
30.787,
24.7,
19.556,
17.854,
15.473,
14.129
14.129,
12.149
],
"trendsDate": [
1706684746,
1709283960,
1711879549,
1714478750,
1717077973,
1719677186,
1722276405
1722276405,
1724875643
],
"downloadtrend": [
124974,
180564,
239794,
298087,
362875,
429300,
499935
499935,
569073
],
"LastUpdateScan": 1722276405,
"LastUpdate": 1708293012,
"LastUpdateScan": 1724875643,
"FirstSeen": 1704085529,
"topTrending": -27.474000000000004,
"topPerforming": 14.129
"topTrending": -18.637999999999998,
"topPerforming": 12.149
},
{
"Name": "plate-minder",

View File

@ -51,5 +51,10 @@
"myoung34/github-runner": true,
"gitea/act_runner": true,
"phalcode/gamevault-backend": true,
"ghcr.io/schaka/janitorr:native-stable": true
"ghcr.io/schaka/janitorr:native-stable": true,
"ghostfolio/ghostfolio": true,
"honeygain/honeygain": true,
"packetstream/psclient": true,
"ghcr.io/lissy93/web-check": true,
"lissy93/web-check": true
}

View File

@ -3455,5 +3455,10 @@
"zocker160/handbrake-nvenc:latest": 1724659591,
"jlesage/sharry": 1724724743,
"assaro/ddbot:latest": 1724738792,
"patrickstigler/youtube-transcript-to-article": 1724782016
"patrickstigler/youtube-transcript-to-article": 1724782016,
"ghcr.io/actualbudget/actual-server:latest-alpine": 1724875623,
"fazalfarhan01/earnapp:latest": 1724875627,
"mysteriumnetwork/myst:latest-alpine": 1724875633,
"iproyal/pawns-cli:latest": 1724875636,
"ghcr.io/lissy93/web-check:latest": 1724875638
}

31
log.txt
View File

@ -18,7 +18,14 @@ Processing /tmp/appFeed/templates/ThatGuyOrlandosRepository/triliumnext/triliumn
Downloading whallin's Repository: https://github.com/whallin/unraid-templates -> /tmp/appFeed/templates/whallinsRepository Attempt 1...https://github.com/whallin/unraid-templates/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/whallinsRepository/whallin/actual-budget.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/whallinsRepository/whallin/earnapp.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/ghostfolio.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/honeygain.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/mysterium-node.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/packetstream.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/pawns.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/pgvecto-rs14.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/pgvecto-rs15.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/pgvecto-rs16.xml...Success
@ -27,6 +34,7 @@ Processing /tmp/appFeed/templates/whallinsRepository/whallin/teldrive.xml...Succ
Processing /tmp/appFeed/templates/whallinsRepository/whallin/teldrive-postgres16.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/valkey7.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/valkey8.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/web-check.xml...Success
Processing /tmp/appFeed/templates/whallinsRepository/whallin/_template.xml...Success
@ -4322,6 +4330,29 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
Tagged - Can't determine last update
actualbudget/actual-server
ghcr.io/actualbudget/actual-server:latest-alpine Downloads: 2651190 Stars: 32 Base: unknown
Pulling ghcr.io/actualbudget/actual-server:latest-alpine
fazalfarhan01/earnapp
fazalfarhan01/earnapp:latest Downloads: 9043982 Stars: 21 Base: unknown
Pulling fazalfarhan01/earnapp:latest
ghostfolio/ghostfolio
ghostfolio/ghostfolio:latest Downloads: 805861 Stars: 24 Base: unknown
honeygain/honeygain
honeygain/honeygain:latest Downloads: 5192661 Stars: 242 Base: unknown
Tagged - Can't determine last update
mysteriumnetwork/myst
mysteriumnetwork/myst:latest-alpine Downloads: 155279432 Stars: 46 Base: unknown
Pulling mysteriumnetwork/myst:latest-alpine
iproyal/pawns-cli
iproyal/pawns-cli:latest Downloads: 2640271 Stars: 30 Base: unknown
Pulling iproyal/pawns-cli:latest
lissy93/web-check
ghcr.io/lissy93/web-check:latest Downloads: 643282 Stars: 15 Base: unknown
Pulling ghcr.io/lissy93/web-check:latest
rhasspy/wyoming-openwakeword
rhasspy/wyoming-openwakeword Downloads: 569073 Stars: 11 Base: unknown
Privileged: 104

View File

@ -32733,7 +32733,6 @@
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/kasm-static.xml",
"downloads": 197570,
"stars": 73,
"LastUpdate": 1724795602,
"trending": 6.987,
"trends": [
35.457,
@ -32763,6 +32762,7 @@
197570
],
"LastUpdateScan": 1724861206,
"LastUpdate": 1724795602,
"FirstSeen": 1657296224,
"topTrending": -28.47,
"topPerforming": 6.987
@ -229552,7 +229552,6 @@
],
"downloads": 171381,
"stars": 2,
"LastUpdate": 1723029689,
"trending": 1.98,
"trends": [
2.103,
@ -229582,6 +229581,7 @@
171381
],
"LastUpdateScan": 1724861207,
"LastUpdate": 1723029689,
"FirstSeen": 1667685818,
"topTrending": -0.12300000000000022,
"topPerforming": 1.98
@ -239065,8 +239065,8 @@
"Crypto"
],
"downloads": 381,
"LastUpdate": 1724776343,
"LastUpdateScan": 1724861207,
"LastUpdate": 1724776343,
"FirstSeen": 1672880656
},
{
@ -259573,9 +259573,10 @@
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/patrickstigler/youtube-transcript-to-article",
"Overview": "YouTube Transcript to Article is a Docker-based Python project that provides an API for converting YouTube transcripts into professional articles using OpenAI's ChatGPT. This tool automates the creation of summaries or detailed articles from YouTube video content, making it easy to generate professional write-ups from video transcripts.\r\n\r\n\r\nYou will need a OpenAI API key.",
"Overview": "YouTube Transcript to Article\r\nYouTube Transcript to Article is a Docker-based Python project that provides an API for converting YouTube transcripts into professional articles using OpenAI's ChatGPT. This tool automates the creation of summaries or detailed articles from YouTube video content, making it easy to generate professional write-ups from video transcripts.\r\n\r\nFeatures\r\nAutomatic Transcript Retrieval: Fetches the transcript of a YouTube video in its original language, handling both video URLs and IDs.\r\nArticle Generation: Generates a professional article from the transcript, with options for brief or detailed formats.\r\nCustomizable Output Language: Allows you to specify the output language, with the default being the video's language.\r\nMinimalist Web Interface: Provides a simple, user-friendly web interface to easily input video IDs or URLs and generate articles.\r\nDockerized Deployment: Easy deployment with Docker, including integration options for Home Assistant and MQTT.\r\n\r\nYou will need a OpenAI API key.",
"WebUI": "http://[IP]:[PORT:5000]",
"TemplateURL": "https://raw.githubusercontent.com/patrickstigler/unraid_app_templates/master/youtube-transcript-to-article/youtube-transcript-to-article.xml",
"Icon": "https://raw.githubusercontent.com/patrickstigler/youtube-transcript-to-article/main/img/favicon.ico",
"Config": [
{
"@attributes": {
@ -259589,7 +259590,7 @@
"Required": "false",
"Mask": "true"
},
"value": "YOUR-OPENAO-API-KEY"
"value": "YOUR_API_KEY"
},
{
"@attributes": {
@ -259604,6 +259605,118 @@
"Mask": "false"
},
"value": "5000"
},
{
"@attributes": {
"Name": "MQTT_ACTIVE",
"Target": "MQTT_ACTIVE",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "MQTT_BROKER",
"Target": "MQTT_BROKER",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "YOUR_MQTT_BROKER"
},
{
"@attributes": {
"Name": "MQTT_PORT",
"Target": "MQTT_PORT",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1883"
},
{
"@attributes": {
"Name": "MQTT_TOPIC_SUB",
"Target": "MQTT_TOPIC_SUB",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "video/input"
},
{
"@attributes": {
"Name": "MQTT_TOPIC_PUB",
"Target": "MQTT_TOPIC_PUB",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "video/output"
},
{
"@attributes": {
"Name": "MQTT_CLIENT_ID",
"Target": "MQTT_CLIENT_ID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "youtube_article_generator"
},
{
"@attributes": {
"Name": "MQTT_USERNAME",
"Target": "MQTT_USERNAME",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT_PASSWORD",
"Target": "MQTT_PASSWORD",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "patrickstigler's Repository",
@ -272421,7 +272534,6 @@
],
"downloads": 67735,
"stars": 6,
"LastUpdate": 1724812276,
"trending": 6.884,
"trends": [
4.98,
@ -272451,6 +272563,7 @@
67735
],
"LastUpdateScan": 1724861207,
"LastUpdate": 1724812276,
"FirstSeen": 1659895419,
"topTrending": 1.904
},
@ -321515,8 +321628,8 @@
],
"downloads": 11496,
"stars": 1,
"LastUpdate": 1720556855,
"LastUpdateScan": 1724861207,
"LastUpdate": 1720556855,
"FirstSeen": 1701464783
},
{
@ -324188,7 +324301,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1724861207,
"FirstSeen": 1688486687
},
{
@ -324235,7 +324347,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1724861207,
"FirstSeen": 1688498828
},
{
@ -327958,7 +328069,6 @@
],
"downloads": 12205233,
"stars": 100,
"LastUpdate": 1724652164,
"trending": 4.751,
"trends": [
3.457,
@ -327988,6 +328098,7 @@
12205233
],
"LastUpdateScan": 1724861207,
"LastUpdate": 1724652164,
"FirstSeen": 1623513815,
"topTrending": 1.2940000000000005,
"topPerforming": 4.751

View File

@ -85065,36 +85065,36 @@
},
"rhasspy/wyoming-openwakeword": {
"Base": null,
"Downloads": 499935,
"Downloads": 569073,
"Stars": 11,
"Time": 1722276405,
"trending": 14.129,
"Time": 1724875643,
"trending": 12.149,
"trends": [
41.603,
30.787,
24.7,
19.556,
17.854,
15.473,
14.129
14.129,
12.149
],
"downloadtrend": [
124974,
180564,
239794,
298087,
362875,
429300,
499935
499935,
569073
],
"trendsDate": [
1706684746,
1709283960,
1711879549,
1714478750,
1717077973,
1719677186,
1722276405
1722276405,
1724875643
],
"LastUpdate": 1708293012
},
@ -92422,5 +92422,82 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1724820206
},
"ghcr.io/actualbudget/actual-server:latest-alpine": {
"Base": null,
"Downloads": 2651190,
"Stars": 32,
"Time": 1724875623,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1724807976
},
"fazalfarhan01/earnapp:latest": {
"Base": null,
"Downloads": 9043982,
"Stars": 21,
"Time": 1724875627,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1658206004
},
"ghostfolio/ghostfolio:latest": {
"Base": null,
"Downloads": 805861,
"Stars": 24,
"Time": 1724875633,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1724870210
},
"honeygain/honeygain:latest": {
"Base": null,
"Downloads": 5192661,
"Stars": 242,
"Time": 1724875633,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1703142343
},
"mysteriumnetwork/myst:latest-alpine": {
"Base": null,
"Downloads": 155279432,
"Stars": 46,
"Time": 1724875633,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1723698242
},
"iproyal/pawns-cli:latest": {
"Base": null,
"Downloads": 2640271,
"Stars": 30,
"Time": 1724875636,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1721992166
},
"ghcr.io/lissy93/web-check:latest": {
"Base": null,
"Downloads": 643282,
"Stars": 15,
"Time": 1724875638,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1723905621
}
}

View File

@ -1,7 +1,10 @@
{
"caFixed": 608,
"caFixed": 609,
"fixedTemplates": {
"whallin's Repository": {
"ghcr.io/lissy93/web-check:latest": [
"Unknown category CACATEGORY:"
],
"REPONAME": [
"Fatal: Invalid repository found. Only lowercase is allowed",
"Unknown category CACATEGORY:"