mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-04-28 19:34:46 +00:00
Update
This commit is contained in:
parent
11ad0b2077
commit
bd39eb1884
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1724861207
|
||||
"last_updated_timestamp": 1724868410
|
||||
}
|
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2378,
|
||||
"last_updated_timestamp": 1724861207,
|
||||
"last_updated": "2024-08-28 12:06",
|
||||
"last_updated_timestamp": 1724868410,
|
||||
"last_updated": "2024-08-28 14:06",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -32899,7 +32899,6 @@
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/kasm-static.xml",
|
||||
"downloads": 197570,
|
||||
"stars": 73,
|
||||
"LastUpdate": 1724795602,
|
||||
"trending": 6.987,
|
||||
"trends": [
|
||||
35.457,
|
||||
@ -32929,6 +32928,7 @@
|
||||
197570
|
||||
],
|
||||
"LastUpdateScan": 1724861206,
|
||||
"LastUpdate": 1724795602,
|
||||
"FirstSeen": 1657296224,
|
||||
"topTrending": -28.47,
|
||||
"topPerforming": 6.987
|
||||
@ -229718,7 +229718,6 @@
|
||||
],
|
||||
"downloads": 171381,
|
||||
"stars": 2,
|
||||
"LastUpdate": 1723029689,
|
||||
"trending": 1.98,
|
||||
"trends": [
|
||||
2.103,
|
||||
@ -229748,6 +229747,7 @@
|
||||
171381
|
||||
],
|
||||
"LastUpdateScan": 1724861207,
|
||||
"LastUpdate": 1723029689,
|
||||
"FirstSeen": 1667685818,
|
||||
"topTrending": -0.12300000000000022,
|
||||
"topPerforming": 1.98
|
||||
@ -239231,8 +239231,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 381,
|
||||
"LastUpdate": 1724776343,
|
||||
"LastUpdateScan": 1724861207,
|
||||
"LastUpdate": 1724776343,
|
||||
"FirstSeen": 1672880656
|
||||
},
|
||||
{
|
||||
@ -259739,9 +259739,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": {
|
||||
@ -259755,7 +259756,7 @@
|
||||
"Required": "false",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": "YOUR-OPENAO-API-KEY"
|
||||
"value": "YOUR_API_KEY"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -259770,6 +259771,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",
|
||||
@ -272587,7 +272700,6 @@
|
||||
],
|
||||
"downloads": 67735,
|
||||
"stars": 6,
|
||||
"LastUpdate": 1724812276,
|
||||
"trending": 6.884,
|
||||
"trends": [
|
||||
4.98,
|
||||
@ -272617,6 +272729,7 @@
|
||||
67735
|
||||
],
|
||||
"LastUpdateScan": 1724861207,
|
||||
"LastUpdate": 1724812276,
|
||||
"FirstSeen": 1659895419,
|
||||
"topTrending": 1.904
|
||||
},
|
||||
@ -321681,8 +321794,8 @@
|
||||
],
|
||||
"downloads": 11496,
|
||||
"stars": 1,
|
||||
"LastUpdate": 1720556855,
|
||||
"LastUpdateScan": 1724861207,
|
||||
"LastUpdate": 1720556855,
|
||||
"FirstSeen": 1701464783
|
||||
},
|
||||
{
|
||||
@ -324354,7 +324467,6 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1688486687
|
||||
},
|
||||
{
|
||||
@ -324401,7 +324513,6 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1688498828
|
||||
},
|
||||
{
|
||||
@ -328124,7 +328235,6 @@
|
||||
],
|
||||
"downloads": 12205233,
|
||||
"stars": 100,
|
||||
"LastUpdate": 1724652164,
|
||||
"trending": 4.751,
|
||||
"trends": [
|
||||
3.457,
|
||||
@ -328154,6 +328264,7 @@
|
||||
12205233
|
||||
],
|
||||
"LastUpdateScan": 1724861207,
|
||||
"LastUpdate": 1724652164,
|
||||
"FirstSeen": 1623513815,
|
||||
"topTrending": 1.2940000000000005,
|
||||
"topPerforming": 4.751
|
||||
|
13
log.txt
13
log.txt
@ -4322,19 +4322,6 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
|
||||
|
||||
Updating stats on containers
|
||||
|
||||
linuxserver/kasm
|
||||
lscr.io/linuxserver/kasm Downloads: 197570 Stars: 73 Base: unknown
|
||||
Tagged - Can't determine last update
|
||||
pdreker/fritz_exporter
|
||||
pdreker/fritz_exporter:2 Downloads: 171381 Stars: 2 Base: unknown
|
||||
guydavis/machinaris-moon
|
||||
ghcr.io/guydavis/machinaris-moon Downloads: 381 Stars: 0 Base: unknown
|
||||
fetzu/teslamate-abrp
|
||||
fetzu/teslamate-abrp:latest Downloads: 67735 Stars: 6 Base: unknown
|
||||
vexdev/amarr
|
||||
vexdev/amarr:latest Downloads: 11496 Stars: 1 Base: unknown
|
||||
fireflyiii/core
|
||||
fireflyiii/core:latest Downloads: 12205233 Stars: 100 Base: unknown
|
||||
Privileged: 104
|
||||
|
||||
|
||||
|
@ -32731,41 +32731,41 @@
|
||||
"Repo": "linuxserver's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/kasm-static.xml",
|
||||
"downloads": 183765,
|
||||
"stars": 72,
|
||||
"trending": 8.333,
|
||||
"downloads": 197570,
|
||||
"stars": 73,
|
||||
"LastUpdate": 1724795602,
|
||||
"trending": 6.987,
|
||||
"trends": [
|
||||
16.135,
|
||||
35.457,
|
||||
27.239,
|
||||
6.29,
|
||||
5.947,
|
||||
5.574,
|
||||
8.333
|
||||
8.333,
|
||||
6.987
|
||||
],
|
||||
"trendsDate": [
|
||||
1706663165,
|
||||
1709262437,
|
||||
1711857951,
|
||||
1714457149,
|
||||
1717056365,
|
||||
1719655576,
|
||||
1722261997
|
||||
1722261997,
|
||||
1724861206
|
||||
],
|
||||
"downloadtrend": [
|
||||
65838,
|
||||
102006,
|
||||
140193,
|
||||
149603,
|
||||
159062,
|
||||
168451,
|
||||
183765
|
||||
183765,
|
||||
197570
|
||||
],
|
||||
"LastUpdateScan": 1722261997,
|
||||
"LastUpdate": 1722117234,
|
||||
"LastUpdateScan": 1724861206,
|
||||
"FirstSeen": 1657296224,
|
||||
"topTrending": -7.802000000000001,
|
||||
"topPerforming": 8.333
|
||||
"topTrending": -28.47,
|
||||
"topPerforming": 6.987
|
||||
},
|
||||
{
|
||||
"Name": "kavita",
|
||||
@ -229550,41 +229550,41 @@
|
||||
"Network-Other",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 167987,
|
||||
"downloads": 171381,
|
||||
"stars": 2,
|
||||
"trending": 2.098,
|
||||
"LastUpdate": 1723029689,
|
||||
"trending": 1.98,
|
||||
"trends": [
|
||||
2.289,
|
||||
2.103,
|
||||
2.894,
|
||||
2.174,
|
||||
2.239,
|
||||
1.982,
|
||||
2.098
|
||||
2.098,
|
||||
1.98
|
||||
],
|
||||
"trendsDate": [
|
||||
1706663165,
|
||||
1709262437,
|
||||
1711857952,
|
||||
1714457150,
|
||||
1717056366,
|
||||
1719655576,
|
||||
1722261997
|
||||
1722261997,
|
||||
1724861207
|
||||
],
|
||||
"downloadtrend": [
|
||||
146556,
|
||||
149705,
|
||||
154167,
|
||||
157593,
|
||||
161203,
|
||||
164463,
|
||||
167987
|
||||
167987,
|
||||
171381
|
||||
],
|
||||
"LastUpdateScan": 1722261997,
|
||||
"LastUpdate": 1721918683,
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1667685818,
|
||||
"topTrending": -0.19100000000000028,
|
||||
"topPerforming": 2.098
|
||||
"topTrending": -0.12300000000000022,
|
||||
"topPerforming": 1.98
|
||||
},
|
||||
{
|
||||
"Name": "remotely",
|
||||
@ -239064,9 +239064,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 315,
|
||||
"LastUpdateScan": 1722261998,
|
||||
"LastUpdate": 1722006991,
|
||||
"downloads": 381,
|
||||
"LastUpdate": 1724776343,
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1672880656
|
||||
},
|
||||
{
|
||||
@ -239248,9 +239248,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 315,
|
||||
"LastUpdateScan": 1722261998,
|
||||
"LastUpdate": 1722006991,
|
||||
"downloads": 381,
|
||||
"LastUpdateScan": 1724861207,
|
||||
"LastUpdate": 1724776343,
|
||||
"FirstSeen": 1672880656
|
||||
},
|
||||
{
|
||||
@ -257409,7 +257409,7 @@
|
||||
"Project": "https://github.com/exadel-inc/CompreFace",
|
||||
"Overview": "[b]CompreFace (CPU) is a leading free and open-source face recognition system [/b] [br] \r\n You can choose between different Builds [br] \r [br] \r\n [b]FaceNet(default)[/b], (compreface:0.6.1) - For general purposes. Support CPU without AVX2 [br] \r\n [b]Arcface-R100[/b], (compreface:0.6.1-arcface-r100) - The most accurate model, but the most slowest [br] \r\n [b]MobileNet[/b], (compreface:0.6.1-mobilenet) - The fastest model among CPU only models [br] \r\n [br] \r More Infos: https://github.com/exadel-inc/CompreFace/blob/master/custom-builds/README.md\n\r\n [b]Database[/b][br][br]\r\n by default this App install a PostgresSQL Server. The Data are stored in the given Appdata Folder.[br]\r\n If you allready have your own Postgres Server running, you can setup a external Server. [br]\r\n 1. Click on \"Show more settings\" [br]\r\n 2. Enter the Username and URL of your PostgresSQL Server. Note: The User has to be SuperUser Rights [br]\r\n 3. Set the Variable EXTERNAL_DB to \"True\" [br]\r\n The URL should look like this: [br][br]\r\n \r\n jdbc:postgresql://IP:PORT/DATABASENAME[br]\r\n like:[br]\r\n jdbc:postgresql://192.168.1.254:5432/compreface[br]\r\n \r\n [br]",
|
||||
"WebUI": "http://[IP]:[PORT:80]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/CompreFace/CompreFace.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/master/CompreFace/CompreFace.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/img/compreface.png",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
@ -257548,7 +257548,7 @@
|
||||
"Project": "https://github.com/exadel-inc/CompreFace",
|
||||
"Overview": "[b]CompreFace is a leading free and open-source face recognition system [/b] [br] \r\n [br] \r\n 1. Install Unraid Nvidia Plugin (available in the community apps store): https://forums.unraid.net/topic/98978-plugin-nvidia-driver/ [br] \r\n 2. You can choose from different GPU Builds: [br] \r\n [br] \r\n [b]Arcface-R100-GPU[/b], (compreface:0.6.1-arcface-r100-gpu) - The most accurate model [br] \r\n [b]MobileNet-GPU[/b], (compreface:0.6.1-mobilenet-gpu) - The fastest model [br] \r\n More Infos: https://github.com/exadel-inc/CompreFace/blob/master/custom-builds/README.md [br][br] \r\n\r\n [b][u][span style='color: #E80000;']Database Configuration[/span][/u][/b][br]\n by default this App install a PostgresSQL Server. The Data are stored in the given Appdata Folder.[br]\r\n If you allready have your own Postgres Server running, you can setup a external Server. [br]\r\n 1. Click on \"Show more settings\" [br]\r\n 2. Enter the Username and URL of your PostgresSQL Server. Note: The User has to be SuperUser Rights [br]\r\n 3. Set the Variable EXTERNAL_DB to \"True\" [br]\r\n The URL should look like this: [br][br]\r\n \r\n jdbc:postgresql://IP:PORT/DATABASENAME[br]\r\n like:[br]\r\n jdbc:postgresql://192.168.1.254:5432/compreface[br]\r\n \r\n [br]",
|
||||
"WebUI": "http://[IP]:[PORT:80]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/CompreFace-GPU/CompreFace-GPU.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/master/CompreFace-GPU/CompreFace-GPU.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/img/compreface-gpu.png",
|
||||
"ExtraParams": "--runtime=nvidia ",
|
||||
"Networking": {
|
||||
@ -257679,7 +257679,7 @@
|
||||
},
|
||||
{
|
||||
"Name": "double-take",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/double-take/double-take.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/master/double-take/double-take.xml",
|
||||
"Repository": "skrashevich/double-take:latest",
|
||||
"Registry": "https://hub.docker.com/r/skrashevich/double-take/",
|
||||
"Network": "bridge",
|
||||
@ -257764,7 +257764,7 @@
|
||||
"Name": "machinebox-tagbox",
|
||||
"Repository": "machinebox/tagbox",
|
||||
"Registry": "https://hub.docker.com/r/machinebox/tagbox",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/machinebox-tagbox/machinebox-tagbox.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/master/machinebox-tagbox/machinebox-tagbox.xml",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
@ -257992,7 +257992,7 @@
|
||||
"Name": "machinebox-videobox",
|
||||
"Repository": "machinebox/videobox",
|
||||
"Registry": "https://hub.docker.com/r/machinebox/videobox",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/machinebox-videobox/machinebox-videobox.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/master/machinebox-videobox/machinebox-videobox.xml",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
@ -258190,7 +258190,7 @@
|
||||
"Name": "mail2slack",
|
||||
"Repository": "stefanknaak/mail2slack:latest",
|
||||
"Registry": "https://hub.docker.com/r/stefanknaak/mail2slack",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/mail2slack/mail2slack.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/master/mail2slack/mail2slack.xml",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
@ -258298,7 +258298,7 @@
|
||||
"Name": "Prometheus-phoenixstats",
|
||||
"Repository": "stefanknaak/prometheus-phoenixstats:latest",
|
||||
"Registry": "https://hub.docker.com/r/stefanknaak/prometheus-phoenixstats",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/main/prometheus-phoenixstats/prometheus-phoenixstats.xml",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/corgan2222/unraid-templates/master/prometheus-phoenixstats/prometheus-phoenixstats.xml",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
@ -272419,40 +272419,40 @@
|
||||
"CategoryList": [
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 63072,
|
||||
"downloads": 67735,
|
||||
"stars": 6,
|
||||
"trending": 6.336,
|
||||
"LastUpdate": 1724812276,
|
||||
"trending": 6.884,
|
||||
"trends": [
|
||||
4.361,
|
||||
4.98,
|
||||
4.118,
|
||||
3.891,
|
||||
5.386,
|
||||
5.964,
|
||||
6.336
|
||||
6.336,
|
||||
6.884
|
||||
],
|
||||
"trendsDate": [
|
||||
1706663166,
|
||||
1709262438,
|
||||
1711857952,
|
||||
1714457150,
|
||||
1717056366,
|
||||
1719655576,
|
||||
1722261998
|
||||
1722261998,
|
||||
1724861207
|
||||
],
|
||||
"downloadtrend": [
|
||||
46024,
|
||||
48436,
|
||||
50516,
|
||||
52561,
|
||||
55553,
|
||||
59076,
|
||||
63072
|
||||
63072,
|
||||
67735
|
||||
],
|
||||
"LastUpdateScan": 1722261998,
|
||||
"LastUpdate": 1722220096,
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1659895419,
|
||||
"topTrending": 1.9750000000000005
|
||||
"topTrending": 1.904
|
||||
},
|
||||
{
|
||||
"Name": "weatherflow2mqtt",
|
||||
@ -321513,10 +321513,10 @@
|
||||
"CategoryList": [
|
||||
"Downloaders"
|
||||
],
|
||||
"downloads": 8822,
|
||||
"downloads": 11496,
|
||||
"stars": 1,
|
||||
"LastUpdateScan": 1722261998,
|
||||
"LastUpdate": 1720556855,
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1701464783
|
||||
},
|
||||
{
|
||||
@ -324188,6 +324188,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1688486687
|
||||
},
|
||||
{
|
||||
@ -324234,6 +324235,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1688498828
|
||||
},
|
||||
{
|
||||
@ -327954,41 +327956,41 @@
|
||||
"CategoryList": [
|
||||
"Productivity"
|
||||
],
|
||||
"downloads": 11625356,
|
||||
"downloads": 12205233,
|
||||
"stars": 100,
|
||||
"trending": 4.502,
|
||||
"LastUpdate": 1724652164,
|
||||
"trending": 4.751,
|
||||
"trends": [
|
||||
2.727,
|
||||
3.457,
|
||||
3.175,
|
||||
2.959,
|
||||
4.2,
|
||||
4.072,
|
||||
4.502
|
||||
4.502,
|
||||
4.751
|
||||
],
|
||||
"trendsDate": [
|
||||
1706663166,
|
||||
1709262438,
|
||||
1711857953,
|
||||
1714457150,
|
||||
1717056366,
|
||||
1719655577,
|
||||
1722261998
|
||||
1722261998,
|
||||
1724861207
|
||||
],
|
||||
"downloadtrend": [
|
||||
9255073,
|
||||
9586479,
|
||||
9900780,
|
||||
10202685,
|
||||
10649957,
|
||||
11101983,
|
||||
11625356
|
||||
11625356,
|
||||
12205233
|
||||
],
|
||||
"LastUpdateScan": 1722261998,
|
||||
"LastUpdate": 1722232972,
|
||||
"LastUpdateScan": 1724861207,
|
||||
"FirstSeen": 1623513815,
|
||||
"topTrending": 1.775,
|
||||
"topPerforming": 4.502
|
||||
"topTrending": 1.2940000000000005,
|
||||
"topPerforming": 4.751
|
||||
},
|
||||
{
|
||||
"Name": "Firefly-III-Data-Importer",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"caFixed": 609,
|
||||
"caFixed": 608,
|
||||
"fixedTemplates": {
|
||||
"whallin's Repository": {
|
||||
"REPONAME": [
|
||||
@ -1600,9 +1600,6 @@
|
||||
],
|
||||
"keshavdv/unifi-cam-proxy:dev": [
|
||||
"No Icon specified within the application template"
|
||||
],
|
||||
"patrickstigler/youtube-transcript-to-article": [
|
||||
"No Icon specified within the application template"
|
||||
]
|
||||
},
|
||||
"da do ron's Repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user