This commit is contained in:
Andrew Z 2024-04-21 00:06:04 -04:00
parent 4178124f0a
commit e8de1d0a10
3 changed files with 115 additions and 23 deletions

View File

@ -288865,8 +288865,8 @@
],
"downloads": 52931,
"stars": 9,
"LastUpdate": 1713662696,
"LastUpdateScan": 1713665159,
"LastUpdate": 1713662696,
"FirstSeen": 1713665159
},
{

13
log.txt
View File

@ -4070,17 +4070,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
muety/wakapi
ghcr.io/muety/wakapi:latest Downloads: Stars: Base: unknown
mintplexlabs/anythingllm
mintplexlabs/anythingllm:latest Downloads: 52931 Stars: 9 Base: unknown
Pulling mintplexlabs/anythingllm:latest
Tagged - Can't determine last update
open-webui/open-webui
ghcr.io/open-webui/open-webui:main Downloads: Stars: Base: unknown
Pulling ghcr.io/open-webui/open-webui:main
Privileged: 104
No change to feed
Updating GitHub

View File

@ -245100,7 +245100,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://feed-the-beast.com/modpack/103-ftb_skies",
"Overview": "FTB Skies Modded Minecraft Server[br][br][b]FTB Skies[/b][br]FTB Skies is an immersive modpack that challenges you to survive, build and conquer obstacles on a unique floating island. With a perfect blend of magic and technology, quests, and custom events, the experience is unforgettable.[br]Version tags available:[br] - 1.5.0[br] - 1.4.1[br] - 1.4.0[br] - 1.3.1[br] - 1.2.1[br] - 1.2.0[br] - 1.1.0[br] - 1.0.9[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.2[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"Overview": "FTB Skies Modded Minecraft Server[br][br][b]FTB Skies[/b][br]FTB Skies is an immersive modpack that challenges you to survive, build and conquer obstacles on a unique floating island. With a perfect blend of magic and technology, quests, and custom events, the experience is unforgettable.[br]Version tags available:[br] - 1.5.1[br] - 1.5.0[br] - 1.4.1[br] - 1.4.0[br] - 1.3.1[br] - 1.2.1[br] - 1.2.0[br] - 1.1.0[br] - 1.0.9[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.2[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"ExtraSearchTerms": "minecraft",
"Icon": "https://apps.modpacks.ch/modpacks/art/99/FTB%20Skies%20512x512.png",
"Config": [
@ -288774,9 +288774,101 @@
"HomeAutomation",
"Productivity"
],
"LastUpdateScan": 1711058775,
"LastUpdateScan": 1713665159,
"FirstSeen": 1695470726
},
{
"Name": "AnythingLLM",
"Repository": "mintplexlabs/anythingllm:latest",
"Registry": "https://hub.docker.com/r/mintplexlabs/anythingllm",
"Branch": {
"Tag": "latest",
"TagDescription": "Latest stable release"
},
"Network": "host",
"WebUI": "http://[IP]:[PORT:3001]/",
"Shell": "bash",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/133764-support-grtgbln-docker-templates",
"Project": "https://github.com/Mintplex-Labs/anything-llm",
"Overview": "The all-in-one AI app for any LLM with full RAG and AI Agent capabilites.",
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/anythingllm-icon.png",
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/anything_llm.xml",
"Maintainer": {
"WebPage": "https://github.com/nwithan8"
},
"Config": [
{
"@attributes": {
"Name": "WebUI HTTP Port",
"Target": "3001",
"Default": "3001",
"Mode": "tcp",
"Description": "Container Port: 3001",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3001"
},
{
"@attributes": {
"Name": "Environment File Path",
"Target": "/app/server/.env",
"Default": "/mnt/user/appdata/anythingllm/.env",
"Mode": "rw",
"Description": "Path to the environmental variable file",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/anythingllm/.env"
},
{
"@attributes": {
"Name": "In-container storage path",
"Target": "STORAGE_DIR",
"Default": "/app/server/storage",
"Description": "In-container storage location. Do not change!",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/app/server/storage"
},
{
"@attributes": {
"Name": "Storage Path",
"Target": "/app/server/storage",
"Default": "/mnt/user/appdata/anythingllm",
"Mode": "rw",
"Description": "Storage for databases and file storage",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/anythingllm"
}
],
"Repo": "grtgbln's Repository",
"CAComment": "This template is set up to run as Privileged. This is a possible security risk and usually does not need to be enabled. Note that some applications require privileged in order to operate correctly",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/anything_llm.xml",
"CategoryList": [
"AI",
"Productivity",
"Tools-Utilities"
],
"downloads": 52931,
"stars": 9,
"LastUpdate": 1713662696,
"LastUpdateScan": 1713665159,
"FirstSeen": 1713665159
},
{
"Name": "Charm",
"Repository": "charmcli/charm:latest",
@ -309284,6 +309376,7 @@
"Repo": "joly0's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/joly0sRepository/templates/chatbot-ollama.xml",
"CategoryList": [
"AI",
"Tools-Utilities",
"Network-Web"
],
@ -309735,6 +309828,9 @@
],
"Repo": "joly0's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/joly0sRepository/templates/npmplus.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 29787,
"stars": 3,
"trending": 19.515,
@ -309821,6 +309917,7 @@
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/joly0sRepository/templates/ollama.xml",
"CategoryList": [
"AI",
"Other"
],
"downloads": 1269178,
@ -309854,18 +309951,18 @@
"topTrending": -66.858
},
{
"Name": "ollama-webui",
"Repository": "ghcr.io/ollama-webui/ollama-webui:main",
"Registry": "https://hub.docker.com/r/ollamawebui/ollama-webui",
"Name": "open-webui",
"Repository": "ghcr.io/open-webui/open-webui:main",
"Registry": "https://github.com/open-webui/open-webui/pkgs/container/open-webui",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://github.com/ollama-webui/ollama-webui/issues",
"Project": "https://github.com/ollama-webui/ollama-webui",
"Overview": "ChatGPT-Style Web Interface for Ollama\r\n\r\nIMPORTANT: Make sure to add the following environment variable to your ollama container\r\n- OLLAMA_ORIGINS=*\r\n \r\nSet your OpenAI API key (not persistant)\r\n- OPENAI_API_KEY",
"Support": "https://github.com/open-webui/open-webui/issues",
"Project": "https://github.com/open-webui/open-webui",
"Overview": "(Formerly Ollama WebUI)\r\nChatGPT-Style Web Interface for various LLM runners, including Ollama and OpenAI-compatible APIs\r\n\r\nIMPORTANT: Make sure to add the following environment variable to your ollama container\r\n- OLLAMA_ORIGINS=*\r\n \r\nSet your OpenAI API key (not persistant)\r\n- OPENAI_API_KEY",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Joly0/docker-templates/master/templates/ollama-webui.xml",
"Icon": "https://github.com/jmorganca/ollama/assets/3325447/56ea1849-1284-4645-8970-956de6e51c3c?raw=1",
"TemplateURL": "https://raw.githubusercontent.com/Joly0/docker-templates/master/templates/open-webui.xml",
"Icon": "https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png",
"Config": [
{
"@attributes": {
@ -309940,14 +310037,14 @@
],
"Repo": "joly0's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/joly0sRepository/templates/ollama-webui.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/joly0sRepository/templates/open-webui.xml",
"CategoryList": [
"AI",
"Tools-Utilities",
"Network-Web"
],
"LastUpdateScan": 1713499619,
"FirstSeen": 1700507206
"LastUpdateScan": 1713665164,
"FirstSeen": 1713665164
},
{
"Name": "WindowsinDocker",