From 3e0dd96bdb598ae826dd29d1b51456571c7c9902 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Tue, 9 Apr 2024 18:06:13 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 66 ++++++++++++++--------------- applicationFeed.json | 72 ++++++++++++++++---------------- firstSeen.json | 3 +- log.txt | 12 +++--- old-applicationFeed-raw.json | 2 +- repoInfo.json | 11 +++++ statistics.json | 8 +++- 8 files changed, 98 insertions(+), 78 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 4cc72f858..d8112c668 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1712685994 + "last_updated_timestamp": 1712700372 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index d5599be70..1bcf0e486 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -165712,23 +165712,24 @@ "topPerforming": 1.585 }, { - "Name": "chibisafe", - "Repository": "chibisafe/chibisafe:latest", - "Registry": "https://hub.docker.com/r/chibisafe/chibisafe/", + "Name": "chibisafe-caddy", + "Repository": "caddy:2-alpine", + "Registry": "https://hub.docker.com/_/caddy/", "Network": "bridge", "Shell": "sh", "Privileged": "false", "Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/", "Project": "https://chibisafe.moe/", - "Overview": "chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.\r\n\r\nIt's easily customizable and deploying your own instance is a breeze. \r\n\r\nDefault login admin admin", - "WebUI": "http://[IP]:[PORT:8000]", - "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe.xml", + "Overview": "chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.\r\nIt's easily customizable and deploying your own instance is a breeze. \r\n\r\n1. Create docker network - \"docker network create NETOWK\" https://www.youtube.com/watch?v=7fzBDCI8O2w\r\n2. Install chibisafe-server put it in the docker network you create and change SERVE_UPLOADS_FROM variable to your IP example \"http://192.168.0.100:24424\" \r\n3. Install chibisafe put it in the docker network you create\r\n4. Unraid CLI \"wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile\"\r\n5. Install chibisafe-caddy and use it to access chibisafe\r\n6. Access chibisafe using \"http://Unraid_IP:24424\"\r\n6. Default login admin admin", + "WebUI": "http://[IP]:[PORT:80]", + "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe-caddy.xml", "Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png", + "Requires": "Read Overview\r
chibisafe_server\r
chibisafe\r
docker network", "Config": [ { "@attributes": { - "Name": "Port 1", - "Target": "8000", + "Name": "Host Port 1", + "Target": "80", "Default": "", "Mode": "tcp", "Description": "", @@ -165741,59 +165742,58 @@ }, { "@attributes": { - "Name": "Database Path", - "Target": "/home/node/chibisafe/database", + "Name": "CadyFile Path", + "Target": "/etc/caddy/Caddyfile", "Default": "", - "Mode": "rw", + "Mode": "ro", "Description": "", "Type": "Path", "Display": "always", "Required": "false", "Mask": "false" }, - "value": "/mnt/user/appdata/chibisafe/database/" + "value": "/mnt/cache/appdata/chibisafe/Caddyfile" }, { "@attributes": { "Name": "Uploads Path", - "Target": "/home/node/chibisafe/uploads", + "Target": "/app/uploads", "Default": "", - "Mode": "rw", + "Mode": "ro", "Description": "", "Type": "Path", "Display": "always", "Required": "false", "Mask": "false" }, - "value": "/mnt/user/appdata/chibisafe/uploads/" + "value": "/mnt/cache/appdata/chibisafe/uploads/" }, { "@attributes": { - "Name": "Logs Path", - "Target": "/home/node/chibisafe/logs", + "Name": "BASE_URL", + "Target": "BASE_URL", "Default": "", - "Mode": "rw", + "Mode": "", "Description": "", - "Type": "Path", + "Type": "Variable", "Display": "always", "Required": "false", "Mask": "false" }, - "value": "/mnt/user/appdata/chibisafe/logs/" + "value": ":80" } ], "Repo": "A75G's Repository", "Official": true, - "templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/chibisafe.xml", + "templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/chibisafe-caddy.xml", "CategoryList": [ - "Productivity", - "Tools-Utilities" + "Productivity" ], - "downloads": 11447, - "stars": 1, - "LastUpdateScan": 1710640986, - "LastUpdate": 1708865022, - "FirstSeen": 1710640986 + "downloads": 605447725, + "stars": 713, + "LastUpdate": 1712176754, + "LastUpdateScan": 1712700368, + "FirstSeen": 1712700368 }, { "Name": "cloudbeaver", @@ -317971,17 +317971,17 @@ }, { "@attributes": { - "Name": "Configuration file path", - "Target": "/app/conf.yml", - "Default": "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml", + "Name": "Configuration folder path", + "Target": "/app", + "Default": "/mnt/user/appdata/unraid-simple-monitoring-api", "Mode": "ro", - "Description": "The API's configuration", + "Description": "Folder for the API's configuration files. Create conf.yml here.", "Type": "Path", "Display": "always", "Required": "true", "Mask": "false" }, - "value": "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml" + "value": "/mnt/user/appdata/unraid-simple-monitoring-api" }, { "@attributes": { diff --git a/applicationFeed.json b/applicationFeed.json index 286b59b32..a2eb2247b 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { "apps": 2213, - "last_updated_timestamp": 1712685994, - "last_updated": "2024-04-09 14:06", + "last_updated_timestamp": 1712700372, + "last_updated": "2024-04-09 18:06", "categories": [ { "Cat": "AI:", @@ -165878,23 +165878,24 @@ "topPerforming": 1.585 }, { - "Name": "chibisafe", - "Repository": "chibisafe/chibisafe:latest", - "Registry": "https://hub.docker.com/r/chibisafe/chibisafe/", + "Name": "chibisafe-caddy", + "Repository": "caddy:2-alpine", + "Registry": "https://hub.docker.com/_/caddy/", "Network": "bridge", "Shell": "sh", "Privileged": "false", "Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/", "Project": "https://chibisafe.moe/", - "Overview": "chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.\r\n\r\nIt's easily customizable and deploying your own instance is a breeze. \r\n\r\nDefault login admin admin", - "WebUI": "http://[IP]:[PORT:8000]", - "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe.xml", + "Overview": "chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.\r\nIt's easily customizable and deploying your own instance is a breeze. \r\n\r\n1. Create docker network - \"docker network create NETOWK\" https://www.youtube.com/watch?v=7fzBDCI8O2w\r\n2. Install chibisafe-server put it in the docker network you create and change SERVE_UPLOADS_FROM variable to your IP example \"http://192.168.0.100:24424\" \r\n3. Install chibisafe put it in the docker network you create\r\n4. Unraid CLI \"wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile\"\r\n5. Install chibisafe-caddy and use it to access chibisafe\r\n6. Access chibisafe using \"http://Unraid_IP:24424\"\r\n6. Default login admin admin", + "WebUI": "http://[IP]:[PORT:80]", + "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe-caddy.xml", "Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png", + "Requires": "Read Overview\r
chibisafe_server\r
chibisafe\r
docker network", "Config": [ { "@attributes": { - "Name": "Port 1", - "Target": "8000", + "Name": "Host Port 1", + "Target": "80", "Default": "", "Mode": "tcp", "Description": "", @@ -165907,59 +165908,58 @@ }, { "@attributes": { - "Name": "Database Path", - "Target": "/home/node/chibisafe/database", + "Name": "CadyFile Path", + "Target": "/etc/caddy/Caddyfile", "Default": "", - "Mode": "rw", + "Mode": "ro", "Description": "", "Type": "Path", "Display": "always", "Required": "false", "Mask": "false" }, - "value": "/mnt/user/appdata/chibisafe/database/" + "value": "/mnt/cache/appdata/chibisafe/Caddyfile" }, { "@attributes": { "Name": "Uploads Path", - "Target": "/home/node/chibisafe/uploads", + "Target": "/app/uploads", "Default": "", - "Mode": "rw", + "Mode": "ro", "Description": "", "Type": "Path", "Display": "always", "Required": "false", "Mask": "false" }, - "value": "/mnt/user/appdata/chibisafe/uploads/" + "value": "/mnt/cache/appdata/chibisafe/uploads/" }, { "@attributes": { - "Name": "Logs Path", - "Target": "/home/node/chibisafe/logs", + "Name": "BASE_URL", + "Target": "BASE_URL", "Default": "", - "Mode": "rw", + "Mode": "", "Description": "", - "Type": "Path", + "Type": "Variable", "Display": "always", "Required": "false", "Mask": "false" }, - "value": "/mnt/user/appdata/chibisafe/logs/" + "value": ":80" } ], "Repo": "A75G's Repository", "Official": true, - "templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/chibisafe.xml", + "templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/chibisafe-caddy.xml", "CategoryList": [ - "Productivity", - "Tools-Utilities" + "Productivity" ], - "downloads": 11447, - "stars": 1, - "LastUpdateScan": 1710640986, - "LastUpdate": 1708865022, - "FirstSeen": 1710640986 + "downloads": 605447725, + "stars": 713, + "LastUpdate": 1712176754, + "LastUpdateScan": 1712700368, + "FirstSeen": 1712700368 }, { "Name": "cloudbeaver", @@ -318103,8 +318103,8 @@ "Tools-Utilities" ], "downloads": 2146, - "LastUpdate": 1712681928, "LastUpdateScan": 1712685994, + "LastUpdate": 1712681928, "FirstSeen": 1710091080 }, { @@ -318137,17 +318137,17 @@ }, { "@attributes": { - "Name": "Configuration file path", - "Target": "/app/conf.yml", - "Default": "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml", + "Name": "Configuration folder path", + "Target": "/app", + "Default": "/mnt/user/appdata/unraid-simple-monitoring-api", "Mode": "ro", - "Description": "The API's configuration", + "Description": "Folder for the API's configuration files. Create conf.yml here.", "Type": "Path", "Display": "always", "Required": "true", "Mask": "false" }, - "value": "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml" + "value": "/mnt/user/appdata/unraid-simple-monitoring-api" }, { "@attributes": { diff --git a/firstSeen.json b/firstSeen.json index 3da3fae89..2901dc039 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -3250,5 +3250,6 @@ "lscr.io/linuxserver/obsidian": 1712441159, "charmcli/soft-serve:latest": 1712477150, "zavy86/wikidocs": 1712628469, - "charmcli/charm:latest": 1712650049 + "charmcli/charm:latest": 1712650049, + "caddy:2-alpine": 1712700368 } \ No newline at end of file diff --git a/log.txt b/log.txt index ad3b14a14..cce12e116 100644 --- a/log.txt +++ b/log.txt @@ -1580,7 +1580,9 @@ Processing /tmp/appFeed/templates/A75GsRepository/templates/backuppc.xml...Succe Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/blueiris.xml... ***DEPRECATED BY REPO PATH*** Success 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/chibisafe.xml...Success +Processing /tmp/appFeed/templates/A75GsRepository/templates/chibisafe.xml...Removed from CA +Processing /tmp/appFeed/templates/A75GsRepository/templates/chibisafe-caddy.xml...Success +Processing /tmp/appFeed/templates/A75GsRepository/templates/chibisafe_server.xml...Removed from CA 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 @@ -4046,12 +4048,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml.. Updating stats on containers +Tagged - Can't determine last update +caddy +caddy:2-alpine Downloads: 605447725 Stars: 713 Base: unknown +Pulling Privileged: 102 - -No change to feed - - Updating GitHub diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index e7fb5b847..d5599be70 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -317937,8 +317937,8 @@ "Tools-Utilities" ], "downloads": 2146, - "LastUpdate": 1712681928, "LastUpdateScan": 1712685994, + "LastUpdate": 1712681928, "FirstSeen": 1710091080 }, { diff --git a/repoInfo.json b/repoInfo.json index 92b2a8cc0..23297e82e 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -86523,5 +86523,16 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": 1690389155 + }, + "caddy:2-alpine": { + "Base": null, + "Downloads": 605447725, + "Stars": 713, + "Time": 1712700368, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1712176754 } } \ No newline at end of file diff --git a/statistics.json b/statistics.json index 2557ceb92..0de158a97 100755 --- a/statistics.json +++ b/statistics.json @@ -1,5 +1,5 @@ { - "caFixed": 450, + "caFixed": 452, "fixedTemplates": { "pducharme's Repository": { "pducharme/unifi": [ @@ -848,6 +848,12 @@ "A75G's Repository": { "jshridha/blueiris:gpu": [ "Privileged mode set. This may not be necessary" + ], + "chibisafe/chibisafe:latest": [ + "Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA." + ], + "chibisafe/chibisafe-server:latest": [ + "Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA." ] }, "MrChunky's Repository": {