From c65a11f603aa3754f54cbc7cf7961b10074b387a Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Mon, 22 Jan 2024 10:06:08 -0500 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 228 +++++++++++++++++++++++++++++- applicationFeed.json | 234 ++++++++++++++++++++++++++++++- firstSeen.json | 3 +- log.txt | 5 +- old-applicationFeed-raw.json | 4 +- pluginList.json | 2 +- repoInfo.json | 11 ++ statistics.json | 5 +- 9 files changed, 479 insertions(+), 15 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index b04dd86f4..e8649f523 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1705928769 + "last_updated_timestamp": 1705935967 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index c7042e1ec..0df34debd 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -27159,6 +27159,230 @@ "topTrending": 0.215, "topPerforming": 0.257 }, + { + "Name": "monica", + "Repository": "lscr.io/linuxserver/monica", + "Registry": "https://github.com/orgs/linuxserver/packages/container/package/monica", + "DonateText": "Donations", + "DonateLink": "https://www.linuxserver.io/donate", + "Network": "bridge", + "Privileged": "false", + "Support": "https://github.com/linuxserver/docker-monica/issues/new/choose", + "Shell": "bash", + "GitHub": "https://github.com/linuxserver/docker-monica#application-setup", + "ReadMe": "https://github.com/linuxserver/docker-monica#readme", + "Project": "https://github.com/monicahq/monica", + "Overview": "Monica(https://github.com/monicahq/monica) is an open source personal relationship management system, that lets you document your life.", + "TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/monica.xml", + "Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/monica-logo.png", + "Config": [ + { + "@attributes": { + "Name": "WebUI", + "Target": "80", + "Default": "80", + "Mode": "tcp", + "Description": "http gui", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 443", + "Target": "443", + "Default": "443", + "Mode": "tcp", + "Description": "https gui", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Appdata", + "Target": "/config", + "Default": "", + "Mode": "rw", + "Description": "Persistent config files.", + "Type": "Path", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_HOST", + "Target": "DB_HOST", + "Default": "", + "Description": "Mariadb DB server hostname.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_PORT", + "Target": "DB_PORT", + "Default": "", + "Description": "Mariadb DB server port.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_USERNAME", + "Target": "DB_USERNAME", + "Default": "", + "Description": "Mariadb DB user.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_PASSWORD", + "Target": "DB_PASSWORD", + "Default": "", + "Description": "Mariadb DB password.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_DATABASE", + "Target": "DB_DATABASE", + "Default": "", + "Description": "Mariadb DB name.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "APP_URL", + "Target": "APP_URL", + "Default": "http://localhost:80", + "Description": "The URL you will use to access Monica including protocol, and port where appropriate.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "TRUSTED_PROXIES", + "Target": "TRUSTED_PROXIES", + "Default": "", + "Description": "Set to the IP or netmask covering your reverse proxy, if running behind one. Set to `*` to trust all IPs (**do not** use `*` if exposed to the internet`).", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "APP_ENV", + "Target": "APP_ENV", + "Default": "local", + "Description": "Set to `production` when exposing the container to anyone else; this also makes https mandatory.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "APP_DISABLE_SIGNUP", + "Target": "APP_DISABLE_SIGNUP", + "Default": "true", + "Description": "Set to `false` to enable new account sign-ups.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "99", + "Description": "Container Variable: PUID", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "100", + "Description": "Container Variable: PGID", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "UMASK", + "Target": "UMASK", + "Default": "022", + "Description": "Container Variable: UMASK", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "linuxserver's Repository", + "ChangeLogPresent": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/monica.xml", + "downloads": 46, + "LastUpdate": 1705932550, + "LastUpdateScan": 1705935967, + "FirstSeen": 1705935967 + }, { "Name": "mstream", "Repository": "lscr.io/linuxserver/mstream", @@ -64284,7 +64508,7 @@ "TemplateURL": "https://raw.githubusercontent.com/dlandon/docker.templates/master/unassigned.devices.xml", "Licence": "GPL Licensed", "Repository": "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg", - "pluginVersion": "2024.01.17", + "pluginVersion": "2024.01.22", "topPlugin": 2, "Overview": "Unassigned Devices is used to mount and share non-array disks, remote SMB or NFS shares, and iso files.", "Icon": "", @@ -289820,8 +290044,8 @@ "Tools-Utilities" ], "downloads": 17, - "LastUpdate": 1681280781, "LastUpdateScan": 1705928769, + "LastUpdate": 1681280781, "FirstSeen": 1677342003 }, { diff --git a/applicationFeed.json b/applicationFeed.json index 276fe2bad..0b61c663f 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2231, - "last_updated_timestamp": 1705928769, - "last_updated": "2024-01-22 08:06", + "apps": 2232, + "last_updated_timestamp": 1705935967, + "last_updated": "2024-01-22 10:06", "categories": [ { "Cat": "Backup:", @@ -27321,6 +27321,230 @@ "topTrending": 0.215, "topPerforming": 0.257 }, + { + "Name": "monica", + "Repository": "lscr.io/linuxserver/monica", + "Registry": "https://github.com/orgs/linuxserver/packages/container/package/monica", + "DonateText": "Donations", + "DonateLink": "https://www.linuxserver.io/donate", + "Network": "bridge", + "Privileged": "false", + "Support": "https://github.com/linuxserver/docker-monica/issues/new/choose", + "Shell": "bash", + "GitHub": "https://github.com/linuxserver/docker-monica#application-setup", + "ReadMe": "https://github.com/linuxserver/docker-monica#readme", + "Project": "https://github.com/monicahq/monica", + "Overview": "Monica(https://github.com/monicahq/monica) is an open source personal relationship management system, that lets you document your life.", + "TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/monica.xml", + "Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/monica-logo.png", + "Config": [ + { + "@attributes": { + "Name": "WebUI", + "Target": "80", + "Default": "80", + "Mode": "tcp", + "Description": "http gui", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 443", + "Target": "443", + "Default": "443", + "Mode": "tcp", + "Description": "https gui", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Appdata", + "Target": "/config", + "Default": "", + "Mode": "rw", + "Description": "Persistent config files.", + "Type": "Path", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_HOST", + "Target": "DB_HOST", + "Default": "", + "Description": "Mariadb DB server hostname.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_PORT", + "Target": "DB_PORT", + "Default": "", + "Description": "Mariadb DB server port.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_USERNAME", + "Target": "DB_USERNAME", + "Default": "", + "Description": "Mariadb DB user.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_PASSWORD", + "Target": "DB_PASSWORD", + "Default": "", + "Description": "Mariadb DB password.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "DB_DATABASE", + "Target": "DB_DATABASE", + "Default": "", + "Description": "Mariadb DB name.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "APP_URL", + "Target": "APP_URL", + "Default": "http://localhost:80", + "Description": "The URL you will use to access Monica including protocol, and port where appropriate.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "TRUSTED_PROXIES", + "Target": "TRUSTED_PROXIES", + "Default": "", + "Description": "Set to the IP or netmask covering your reverse proxy, if running behind one. Set to `*` to trust all IPs (**do not** use `*` if exposed to the internet`).", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "APP_ENV", + "Target": "APP_ENV", + "Default": "local", + "Description": "Set to `production` when exposing the container to anyone else; this also makes https mandatory.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "APP_DISABLE_SIGNUP", + "Target": "APP_DISABLE_SIGNUP", + "Default": "true", + "Description": "Set to `false` to enable new account sign-ups.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "99", + "Description": "Container Variable: PUID", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "100", + "Description": "Container Variable: PGID", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "UMASK", + "Target": "UMASK", + "Default": "022", + "Description": "Container Variable: UMASK", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "linuxserver's Repository", + "ChangeLogPresent": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/monica.xml", + "downloads": 46, + "LastUpdate": 1705932550, + "LastUpdateScan": 1705935967, + "FirstSeen": 1705935967 + }, { "Name": "mstream", "Repository": "lscr.io/linuxserver/mstream", @@ -64446,7 +64670,7 @@ "TemplateURL": "https://raw.githubusercontent.com/dlandon/docker.templates/master/unassigned.devices.xml", "Licence": "GPL Licensed", "Repository": "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg", - "pluginVersion": "2024.01.17", + "pluginVersion": "2024.01.22", "topPlugin": 2, "Overview": "Unassigned Devices is used to mount and share non-array disks, remote SMB or NFS shares, and iso files.", "Icon": "", @@ -289982,8 +290206,8 @@ "Tools-Utilities" ], "downloads": 17, - "LastUpdate": 1681280781, "LastUpdateScan": 1705928769, + "LastUpdate": 1681280781, "FirstSeen": 1677342003 }, { diff --git a/firstSeen.json b/firstSeen.json index 2d80d3b76..ecb373c33 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -3121,5 +3121,6 @@ "phasecorex/red-discordbot": 1705886630, "disbedan015/nadekobotv4": 1705886630, "ghcr.io/danny-avila/librechat-dev:latest": 1705886630, - "ghcr.io/toniebox-reverse-engineering/teddycloud:latest": 1705914355 + "ghcr.io/toniebox-reverse-engineering/teddycloud:latest": 1705914355, + "lscr.io/linuxserver/monica": 1705935967 } \ No newline at end of file diff --git a/log.txt b/log.txt index 000d20973..4fc7d8f2a 100644 --- a/log.txt +++ b/log.txt @@ -297,6 +297,7 @@ Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mediaelch.xml... Processing /tmp/appFeed/templates/linuxserversRepository/unraid/medusa.xml...Getting categories from auxilliary file...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/minetest.xml...Getting categories from auxilliary file...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/minisatip.xml...Getting categories from auxilliary file...Success +Processing /tmp/appFeed/templates/linuxserversRepository/unraid/monica.xml...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mstream.xml...Getting categories from auxilliary file...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/mullvad-browser.xml...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/muximux.xml... ***DEPRECATED BY REPO PATH*** Getting categories from auxilliary file...Success @@ -3979,8 +3980,8 @@ Processing /tmp/appFeed/templates/pureelectricitysRepository/librechat/librechat Updating stats on containers -brockbreacher/join-bot -brockbreacher/join-bot Downloads: 17 Stars: 0 Base: unknown +linuxserver/monica +lscr.io/linuxserver/monica Downloads: 46 Stars: 0 Base: unknown Privileged: 105 diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 51840ccea..c7042e1ec 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -289819,9 +289819,9 @@ "CategoryList": [ "Tools-Utilities" ], - "downloads": 14, - "LastUpdateScan": 1703329544, + "downloads": 17, "LastUpdate": 1681280781, + "LastUpdateScan": 1705928769, "FirstSeen": 1677342003 }, { diff --git a/pluginList.json b/pluginList.json index 2d7186377..df62b39a6 100755 --- a/pluginList.json +++ b/pluginList.json @@ -306,7 +306,7 @@ "min": "6.11.0" }, "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": { - "version": "2024.01.17", + "version": "2024.01.22", "min": "6.11.0" }, "https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": { diff --git a/repoInfo.json b/repoInfo.json index dfd1e87b0..c569d81a5 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -83264,5 +83264,16 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": null + }, + "lscr.io/linuxserver/monica": { + "Base": null, + "Downloads": 46, + "Stars": null, + "Time": 1705935967, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1705932550 } } \ No newline at end of file diff --git a/statistics.json b/statistics.json index fc93d5c15..26c577548 100755 --- a/statistics.json +++ b/statistics.json @@ -1,5 +1,5 @@ { - "caFixed": 460, + "caFixed": 461, "fixedTemplates": { "smdion's Repository": { "smdion/docker-h5ai": [ @@ -239,6 +239,9 @@ "lscr.io/linuxserver/mediaelch": [ "No category entry present" ], + "lscr.io/linuxserver/monica": [ + "No category entry present" + ], "lscr.io/linuxserver/mullvad-browser": [ "No category entry present" ],