This commit is contained in:
Andrew Z 2024-05-08 12:06:17 -04:00
parent ea156c69ba
commit ed1257456c
5 changed files with 209 additions and 125 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1715177178
"last_updated_timestamp": 1715184376
}

View File

@ -249614,7 +249614,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/124326-komf-docker-support-thread/",
"Project": "https://github.com/Snd-R/komf",
"Overview": "Komf is a Metadata Fetcher for Komga. You can let it run in the Background to update new added series or [br]\r\nConnect to it's API directly and/or use the userscript to update directly in the Komga WebUI.(https://github.com/Snd-R/komf-userscript) [br]\r\n Note that this is an API Container so there is no WebUI.",
"Overview": "Komf is a Metadata Fetcher for Komga and/or Kavita. You can let it run in the Background to update new added series or \r\n\r\nConnect to it's API directly and/or use the userscript to update directly in the Komga WebUI.(https://github.com/Snd-R/komf-userscript) \r\n\r\n Note that this is an API Container so there is no WebUI.\r\n\r\nSetup:\r\nAdd Container as usual.\r\nAdd the application.yml to the config folder (if it wasn't automatically added).\r\nRemove the Komf or Kavita Parts of the yml, when you aren't planning on using them.\r\n\r\nThe .yml is in the top Post of the Thread (https://forums.unraid.net/topic/124326-komf-docker-support-thread/).",
"TemplateURL": "https://raw.githubusercontent.com/C3004/Unraid-Templates-C3004/master/Komf-Docker.xml",
"Icon": "https://avatars.githubusercontent.com/u/76580768?v=4",
"Config": [
@ -249636,12 +249636,12 @@
"@attributes": {
"Name": "Path to your Komga Instance",
"Target": "KOMF_KOMGA_BASE_URI",
"Default": "http://komga:8080",
"Default": "",
"Mode": "",
"Description": "Path to your Komga Instance.\r\nLike this:\r\nhttp://komga:8080",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Required": "false",
"Mask": "false"
},
"value": ""
@ -249655,7 +249655,7 @@
"Description": "Add a user here that has Metadata rights",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Required": "false",
"Mask": "false"
},
"value": ""
@ -249669,7 +249669,7 @@
"Description": "Add a user here that has Metadata rights",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Required": "false",
"Mask": "true"
},
"value": ""
@ -249698,10 +249698,24 @@
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Timezone",
"Target": "TZ",
"Default": "UTC",
"Mode": "",
"Description": "Set the Timezone. You need the same Timezone as Kavita for the Event Listener to work.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "UTC"
},
{
"@attributes": {
"Name": "Komga/Kavita Library",
@ -249716,6 +249730,34 @@
},
"value": "/mnt/user/Media/books"
},
{
"@attributes": {
"Name": "MAL Client ID",
"Target": "KOMF_METADATA_PROVIDERS_MAL_CLIENT_ID",
"Default": "",
"Mode": "",
"Description": "required for mal provider. See https://myanimelist.net/forum/?topicid=1973077 ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Comicvine API key",
"Target": "KOMF_METADATA_PROVIDERS_COMIC_VINE_API_KEY",
"Default": "",
"Mode": "",
"Description": "required for comicVine provider https://comicvine.gamespot.com/api/ ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Log Level",
@ -313408,7 +313450,6 @@
],
"downloads": 39791038,
"stars": 1341,
"LastUpdate": 1714618803,
"trending": 1.039,
"trends": [
1.546,
@ -313430,6 +313471,7 @@
39791038
],
"LastUpdateScan": 1715177178,
"LastUpdate": 1714618803,
"FirstSeen": 1704783950,
"topTrending": -0.5070000000000001
},

View File

@ -1,7 +1,7 @@
{
"apps": 2240,
"last_updated_timestamp": 1715177178,
"last_updated": "2024-05-08 10:06",
"last_updated_timestamp": 1715184376,
"last_updated": "2024-05-08 12:06",
"categories": [
{
"Cat": "AI:",
@ -249780,7 +249780,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/124326-komf-docker-support-thread/",
"Project": "https://github.com/Snd-R/komf",
"Overview": "Komf is a Metadata Fetcher for Komga. You can let it run in the Background to update new added series or [br]\r\nConnect to it's API directly and/or use the userscript to update directly in the Komga WebUI.(https://github.com/Snd-R/komf-userscript) [br]\r\n Note that this is an API Container so there is no WebUI.",
"Overview": "Komf is a Metadata Fetcher for Komga and/or Kavita. You can let it run in the Background to update new added series or \r\n\r\nConnect to it's API directly and/or use the userscript to update directly in the Komga WebUI.(https://github.com/Snd-R/komf-userscript) \r\n\r\n Note that this is an API Container so there is no WebUI.\r\n\r\nSetup:\r\nAdd Container as usual.\r\nAdd the application.yml to the config folder (if it wasn't automatically added).\r\nRemove the Komf or Kavita Parts of the yml, when you aren't planning on using them.\r\n\r\nThe .yml is in the top Post of the Thread (https://forums.unraid.net/topic/124326-komf-docker-support-thread/).",
"TemplateURL": "https://raw.githubusercontent.com/C3004/Unraid-Templates-C3004/master/Komf-Docker.xml",
"Icon": "https://avatars.githubusercontent.com/u/76580768?v=4",
"Config": [
@ -249802,12 +249802,12 @@
"@attributes": {
"Name": "Path to your Komga Instance",
"Target": "KOMF_KOMGA_BASE_URI",
"Default": "http://komga:8080",
"Default": "",
"Mode": "",
"Description": "Path to your Komga Instance.\r\nLike this:\r\nhttp://komga:8080",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Required": "false",
"Mask": "false"
},
"value": ""
@ -249821,7 +249821,7 @@
"Description": "Add a user here that has Metadata rights",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Required": "false",
"Mask": "false"
},
"value": ""
@ -249835,7 +249835,7 @@
"Description": "Add a user here that has Metadata rights",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Required": "false",
"Mask": "true"
},
"value": ""
@ -249864,10 +249864,24 @@
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Timezone",
"Target": "TZ",
"Default": "UTC",
"Mode": "",
"Description": "Set the Timezone. You need the same Timezone as Kavita for the Event Listener to work.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "UTC"
},
{
"@attributes": {
"Name": "Komga/Kavita Library",
@ -249882,6 +249896,34 @@
},
"value": "/mnt/user/Media/books"
},
{
"@attributes": {
"Name": "MAL Client ID",
"Target": "KOMF_METADATA_PROVIDERS_MAL_CLIENT_ID",
"Default": "",
"Mode": "",
"Description": "required for mal provider. See https://myanimelist.net/forum/?topicid=1973077 ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Comicvine API key",
"Target": "KOMF_METADATA_PROVIDERS_COMIC_VINE_API_KEY",
"Default": "",
"Mode": "",
"Description": "required for comicVine provider https://comicvine.gamespot.com/api/ ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Log Level",
@ -313574,7 +313616,6 @@
],
"downloads": 39791038,
"stars": 1341,
"LastUpdate": 1714618803,
"trending": 1.039,
"trends": [
1.546,
@ -313596,6 +313637,7 @@
39791038
],
"LastUpdateScan": 1715177178,
"LastUpdate": 1714618803,
"FirstSeen": 1704783950,
"topTrending": -0.5070000000000001
},

View File

@ -4097,9 +4097,6 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
Tagged - Can't determine last update
odoo
odoo:17 Downloads: 39791038 Stars: 1341 Base: unknown
Privileged: 104

File diff suppressed because it is too large Load Diff