This commit is contained in:
Andrew Z 2023-12-16 12:05:40 -05:00
parent 3fb10d0112
commit df82ed5f12
7 changed files with 239 additions and 9 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1702739143 "last_updated_timestamp": 1702746338
} }

View File

@ -160941,6 +160941,115 @@
"topTrending": -0.009000000000000008, "topTrending": -0.009000000000000008,
"topPerforming": 0.502 "topPerforming": 0.502
}, },
{
"Name": "commafeed",
"Repository": "athou/commafeed:latest",
"Registry": "https://hub.docker.com/r/athou/commafeed/",
"Network": "bridge",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://www.commafeed.com/#/welcome",
"Overview": "Google Reader inspired self-hosted RSS reader.\r\nlogin as admin/admin",
"WebUI": "http://[IP]:[PORT:8082]",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/commafeed.png",
"Requires": "Database: Postgres, MariaDB or MySQL\r<br>The template is for Postgres if you require MariaDB or MySQL please change DATABASE_DRIVERCLASS and CF_DATABASE_URL",
"Config": [
{
"@attributes": {
"Name": "Appdata Path",
"Target": "/commafeed/data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/commafeed/"
},
{
"@attributes": {
"Name": "Port 1",
"Target": "8082",
"Default": "8082",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8082"
},
{
"@attributes": {
"Name": "DATABASE_URL",
"Target": "CF_DATABASE_URL",
"Default": "",
"Mode": "",
"Description": "Postgres: jdbc:postgresql://localhost:5432/commafeed\r\nMariaDB: jdbc:mariadb://localhost/commafeed?autoReconnect=true&amp;failOverReadOnly=false&amp;maxReconnects=20&amp;rewriteBatchedStatements=true\r\nMySQL: jdbc:mysql://localhost/commafeed?autoReconnect=true&amp;failOverReadOnly=false&amp;maxReconnects=20&amp;rewriteBatchedStatements=true",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "jdbc:postgresql://localhost:5432/commafeed"
},
{
"@attributes": {
"Name": "DATABASE_USER",
"Target": "CF_DATABASE_USER",
"Default": "",
"Mode": "",
"Description": "DATABASE_USER",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "sa"
},
{
"@attributes": {
"Name": "DATABASE_PASSWORD",
"Target": "CF_DATABASE_PASSWORD",
"Default": "",
"Mode": "",
"Description": "DATABASE_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "sa"
},
{
"@attributes": {
"Name": "DATABASE_DRIVERCLASS",
"Target": "CF_DATABASE_DRIVERCLASS",
"Default": "org.postgresql.Driver|org.mariadb.jdbc.Driver|com.mysql.cj.jdbc.Driver",
"Mode": "",
"Description": "Choose between Database driver postgresql or mariadb or mysql",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "org.postgresql.Driver"
}
],
"Repo": "A75G's Repository",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/commafeed.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/commafeed.xml",
"CategoryList": [
"Other"
],
"downloads": 19891,
"stars": 3,
"LastUpdate": 1702660196,
"LastUpdateScan": 1702746338,
"FirstSeen": 1702746338
},
{ {
"Name": "commento", "Name": "commento",
"Repository": "registry.gitlab.com/commento/commento", "Repository": "registry.gitlab.com/commento/commento",

View File

@ -1,7 +1,7 @@
{ {
"apps": 2196, "apps": 2197,
"last_updated_timestamp": 1702739143, "last_updated_timestamp": 1702746338,
"last_updated": "2023-12-16 10:05", "last_updated": "2023-12-16 12:05",
"categories": [ "categories": [
{ {
"Cat": "Backup:", "Cat": "Backup:",
@ -161103,6 +161103,115 @@
"topTrending": -0.009000000000000008, "topTrending": -0.009000000000000008,
"topPerforming": 0.502 "topPerforming": 0.502
}, },
{
"Name": "commafeed",
"Repository": "athou/commafeed:latest",
"Registry": "https://hub.docker.com/r/athou/commafeed/",
"Network": "bridge",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://www.commafeed.com/#/welcome",
"Overview": "Google Reader inspired self-hosted RSS reader.\r\nlogin as admin/admin",
"WebUI": "http://[IP]:[PORT:8082]",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/commafeed.png",
"Requires": "Database: Postgres, MariaDB or MySQL\r<br>The template is for Postgres if you require MariaDB or MySQL please change DATABASE_DRIVERCLASS and CF_DATABASE_URL",
"Config": [
{
"@attributes": {
"Name": "Appdata Path",
"Target": "/commafeed/data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/commafeed/"
},
{
"@attributes": {
"Name": "Port 1",
"Target": "8082",
"Default": "8082",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8082"
},
{
"@attributes": {
"Name": "DATABASE_URL",
"Target": "CF_DATABASE_URL",
"Default": "",
"Mode": "",
"Description": "Postgres: jdbc:postgresql://localhost:5432/commafeed\r\nMariaDB: jdbc:mariadb://localhost/commafeed?autoReconnect=true&amp;failOverReadOnly=false&amp;maxReconnects=20&amp;rewriteBatchedStatements=true\r\nMySQL: jdbc:mysql://localhost/commafeed?autoReconnect=true&amp;failOverReadOnly=false&amp;maxReconnects=20&amp;rewriteBatchedStatements=true",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "jdbc:postgresql://localhost:5432/commafeed"
},
{
"@attributes": {
"Name": "DATABASE_USER",
"Target": "CF_DATABASE_USER",
"Default": "",
"Mode": "",
"Description": "DATABASE_USER",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "sa"
},
{
"@attributes": {
"Name": "DATABASE_PASSWORD",
"Target": "CF_DATABASE_PASSWORD",
"Default": "",
"Mode": "",
"Description": "DATABASE_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "sa"
},
{
"@attributes": {
"Name": "DATABASE_DRIVERCLASS",
"Target": "CF_DATABASE_DRIVERCLASS",
"Default": "org.postgresql.Driver|org.mariadb.jdbc.Driver|com.mysql.cj.jdbc.Driver",
"Mode": "",
"Description": "Choose between Database driver postgresql or mariadb or mysql",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "org.postgresql.Driver"
}
],
"Repo": "A75G's Repository",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/commafeed.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/commafeed.xml",
"CategoryList": [
"Other"
],
"downloads": 19891,
"stars": 3,
"LastUpdate": 1702660196,
"LastUpdateScan": 1702746338,
"FirstSeen": 1702746338
},
{ {
"Name": "commento", "Name": "commento",
"Repository": "registry.gitlab.com/commento/commento", "Repository": "registry.gitlab.com/commento/commento",

View File

@ -3074,5 +3074,6 @@
"mattwebbio/orbital-sync": 1702225076, "mattwebbio/orbital-sync": 1702225076,
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg": 1702299956, "https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg": 1702299956,
"jlesage/mkv-muxing-batch-gui": 1702386353, "jlesage/mkv-muxing-batch-gui": 1702386353,
"https://mcr.microsoft.com/en-us/product/dotnet/aspnet": 1702400763 "https://mcr.microsoft.com/en-us/product/dotnet/aspnet": 1702400763,
"athou/commafeed:latest": 1702746338
} }

View File

@ -1632,6 +1632,7 @@ Processing /tmp/appFeed/templates/A75GsRepository/templates/blueiris.xml...Succe
Processing /tmp/appFeed/templates/A75GsRepository/templates/ca_profile.xml...FOUND PROFILE Processing /tmp/appFeed/templates/A75GsRepository/templates/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/A75GsRepository/templates/changedetection.io.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/changedetection.io.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/cloudbeaver.xml... ***DEPRECATED BY REPO PATH*** Success Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/cloudbeaver.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/commafeed.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/commento.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/commento.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/convos.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/convos.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/crypto-exchanges-gateway.xml...Success Processing /tmp/appFeed/templates/A75GsRepository/templates/crypto-exchanges-gateway.xml...Success
@ -3919,11 +3920,10 @@ Processing /tmp/appFeed/templates/PhilBarkersRepository/orbitalsync/orbitalsync.
Updating stats on containers Updating stats on containers
athou/commafeed
athou/commafeed:latest Downloads: 19891 Stars: 3 Base: unknown
Privileged: 106 Privileged: 106
Updating GitHub Updating GitHub
[master 57068aa8c] Update
5 files changed, 10 insertions(+), 50 deletions(-)
fatal: could not read Username for 'https://github.com': No such device or address

View File

@ -195528,7 +195528,7 @@
"TemplateURL": "https://raw.githubusercontent.com/SimonFair/unraid-plugins/master/usb_manager.xml", "TemplateURL": "https://raw.githubusercontent.com/SimonFair/unraid-plugins/master/usb_manager.xml",
"Repository": "https://raw.githubusercontent.com/SimonFair/usb_manager/master/usb_manager.plg", "Repository": "https://raw.githubusercontent.com/SimonFair/usb_manager/master/usb_manager.plg",
"ChangeLogPresent": true, "ChangeLogPresent": true,
"pluginVersion": "2023.12.01", "pluginVersion": "2023.12.15",
"Overview": "Provides GUI for USB Devices.\n\nAdditional support via addon plugin for USB over IP. Addon plugin install button available via the settings page following enabling USBIP.", "Overview": "Provides GUI for USB Devices.\n\nAdditional support via addon plugin for USB over IP. Addon plugin install button available via the settings page following enabling USBIP.",
"Icon": "", "Icon": "",
"templatePath": "/tmp/GitHub/AppFeed/templates/SimonFsRepository/usb_manager.xml", "templatePath": "/tmp/GitHub/AppFeed/templates/SimonFsRepository/usb_manager.xml",

View File

@ -81700,5 +81700,16 @@
"downloadtrend": null, "downloadtrend": null,
"trendsDate": null, "trendsDate": null,
"LastUpdate": null "LastUpdate": null
},
"athou/commafeed:latest": {
"Base": null,
"Downloads": 19891,
"Stars": 3,
"Time": 1702746338,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1702660196
} }
} }