This commit is contained in:
Andrew Z 2024-07-21 08:06:19 -04:00
parent 1ff93715ea
commit ec306858aa
7 changed files with 189 additions and 12 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1721549174 "last_updated_timestamp": 1721563577
} }

View File

@ -284945,6 +284945,88 @@
"topTrending": 0.6980000000000002, "topTrending": 0.6980000000000002,
"topPerforming": 2.369 "topPerforming": 2.369
}, },
{
"Name": "miniserve",
"Repository": "svenstaro/miniserve:alpine",
"Registry": "https://hub.docker.com/r/svenstaro/miniserve",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/170611-support-kilrahminiserve/",
"Project": "https://github.com/svenstaro/miniserve",
"Overview": "For when you really just want to serve some files over HTTP right now!\r\n\r\nminiserve is a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP. Sometimes this is just a more practical and quick way than doing things properly.\r\n\r\nShares the \"/share\" container directory by default. You can mount multiple unraid directories into subfolders if desired.\r\n\r\nSee project page for documentation on environment variables that can be added/customized.",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/kilrah/unraid-docker-templates/master/templates/miniserve.xml",
"Icon": "https://github.com/kilrah/unraid-docker-templates/raw/main/icons/miniserve.png",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8080"
},
{
"@attributes": {
"Name": "Shared Folder",
"Target": "/share",
"Default": "",
"Mode": "ro",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MINISERVE_TITLE",
"Target": "MINISERVE_TITLE",
"Default": "",
"Mode": "",
"Description": "Page title",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "My Share Page"
},
{
"@attributes": {
"Name": "MINISERVE_PATH",
"Target": "MINISERVE_PATH",
"Default": "",
"Mode": "",
"Description": "Container directory to share",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/share"
}
],
"Repo": "Kilrah's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/KilrahsRepository/templates/miniserve.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 842880,
"stars": 23,
"LastUpdate": 1720011587,
"LastUpdateScan": 1721563575,
"FirstSeen": 1721563575
},
{ {
"Name": "Nextcloud-cronjob", "Name": "Nextcloud-cronjob",
"Repository": "rcdailey/nextcloud-cronjob", "Repository": "rcdailey/nextcloud-cronjob",
@ -320128,7 +320210,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nafp.xml", "TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nafp.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg", "Repository": "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg",
"ChangeLogPresent": true, "ChangeLogPresent": true,
"pluginVersion": "2024.03.09", "pluginVersion": "2024.07.21",
"MinVer": "6.10.0", "MinVer": "6.10.0",
"MaxVer": "7.0.0-beta.2", "MaxVer": "7.0.0-beta.2",
"Overview": "A plugin that integrates the legacy AFP file sharing protocol into newer UNRAID versions.", "Overview": "A plugin that integrates the legacy AFP file sharing protocol into newer UNRAID versions.",

View File

@ -1,7 +1,7 @@
{ {
"apps": 2324, "apps": 2325,
"last_updated_timestamp": 1721549174, "last_updated_timestamp": 1721563577,
"last_updated": "2024-07-21 04:06", "last_updated": "2024-07-21 08:06",
"categories": [ "categories": [
{ {
"Cat": "AI:", "Cat": "AI:",
@ -285111,6 +285111,88 @@
"topTrending": 0.6980000000000002, "topTrending": 0.6980000000000002,
"topPerforming": 2.369 "topPerforming": 2.369
}, },
{
"Name": "miniserve",
"Repository": "svenstaro/miniserve:alpine",
"Registry": "https://hub.docker.com/r/svenstaro/miniserve",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/170611-support-kilrahminiserve/",
"Project": "https://github.com/svenstaro/miniserve",
"Overview": "For when you really just want to serve some files over HTTP right now!\r\n\r\nminiserve is a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP. Sometimes this is just a more practical and quick way than doing things properly.\r\n\r\nShares the \"/share\" container directory by default. You can mount multiple unraid directories into subfolders if desired.\r\n\r\nSee project page for documentation on environment variables that can be added/customized.",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/kilrah/unraid-docker-templates/master/templates/miniserve.xml",
"Icon": "https://github.com/kilrah/unraid-docker-templates/raw/main/icons/miniserve.png",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8080"
},
{
"@attributes": {
"Name": "Shared Folder",
"Target": "/share",
"Default": "",
"Mode": "ro",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MINISERVE_TITLE",
"Target": "MINISERVE_TITLE",
"Default": "",
"Mode": "",
"Description": "Page title",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "My Share Page"
},
{
"@attributes": {
"Name": "MINISERVE_PATH",
"Target": "MINISERVE_PATH",
"Default": "",
"Mode": "",
"Description": "Container directory to share",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/share"
}
],
"Repo": "Kilrah's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/KilrahsRepository/templates/miniserve.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 842880,
"stars": 23,
"LastUpdate": 1720011587,
"LastUpdateScan": 1721563575,
"FirstSeen": 1721563575
},
{ {
"Name": "Nextcloud-cronjob", "Name": "Nextcloud-cronjob",
"Repository": "rcdailey/nextcloud-cronjob", "Repository": "rcdailey/nextcloud-cronjob",
@ -320294,7 +320376,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nafp.xml", "TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nafp.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg", "Repository": "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg",
"ChangeLogPresent": true, "ChangeLogPresent": true,
"pluginVersion": "2024.03.09", "pluginVersion": "2024.07.21",
"MinVer": "6.10.0", "MinVer": "6.10.0",
"MaxVer": "7.0.0-beta.2", "MaxVer": "7.0.0-beta.2",
"Overview": "A plugin that integrates the legacy AFP file sharing protocol into newer UNRAID versions.", "Overview": "A plugin that integrates the legacy AFP file sharing protocol into newer UNRAID versions.",

View File

@ -3390,5 +3390,6 @@
"lscr.io/linuxserver/kali-linux": 1721419596, "lscr.io/linuxserver/kali-linux": 1721419596,
"imthai/opencanary": 1721419597, "imthai/opencanary": 1721419597,
"getmeili/meilisearch:v1.9.0": 1721513191, "getmeili/meilisearch:v1.9.0": 1721513191,
"docmost/docmost:latest": 1721534787 "docmost/docmost:latest": 1721534787,
"svenstaro/miniserve:alpine": 1721563575
} }

View File

@ -3243,6 +3243,7 @@ Processing /tmp/appFeed/templates/KilrahsRepository/templates/dolibarr.xml...Suc
Processing /tmp/appFeed/templates/KilrahsRepository/templates/freefilesync.xml...Success Processing /tmp/appFeed/templates/KilrahsRepository/templates/freefilesync.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/iperf3.xml...Success Processing /tmp/appFeed/templates/KilrahsRepository/templates/iperf3.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/libretranslate.xml...Success Processing /tmp/appFeed/templates/KilrahsRepository/templates/libretranslate.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/miniserve.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/nextcloud-cronjob.xml...Success Processing /tmp/appFeed/templates/KilrahsRepository/templates/nextcloud-cronjob.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/nextcloud-ffmpeg.xml...Success Processing /tmp/appFeed/templates/KilrahsRepository/templates/nextcloud-ffmpeg.xml...Success
Processing /tmp/appFeed/templates/KilrahsRepository/templates/pictshare.xml...Success Processing /tmp/appFeed/templates/KilrahsRepository/templates/pictshare.xml...Success
@ -4246,12 +4247,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers Updating stats on containers
Tagged - Can't determine last update
svenstaro/miniserve
svenstaro/miniserve:alpine Downloads: 842880 Stars: 23 Base: unknown
Pulling svenstaro/miniserve:alpine
Privileged: 103 Privileged: 103
No change to feed
Updating GitHub Updating GitHub

View File

@ -712,7 +712,7 @@
"min": "6.10.0" "min": "6.10.0"
}, },
"https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": { "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": {
"version": "2024.03.09", "version": "2024.07.21",
"min": "6.10.0", "min": "6.10.0",
"max": "7.0.0-beta.2" "max": "7.0.0-beta.2"
}, },

View File

@ -90851,5 +90851,16 @@
"downloadtrend": null, "downloadtrend": null,
"trendsDate": null, "trendsDate": null,
"LastUpdate": 1721496618 "LastUpdate": 1721496618
},
"svenstaro/miniserve:alpine": {
"Base": null,
"Downloads": 842880,
"Stars": 23,
"Time": 1721563575,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1720011587
} }
} }