This commit is contained in:
Andrew Z 2024-05-13 22:19:38 -04:00
parent 4fdcb75f95
commit b69e006267
5 changed files with 7 additions and 751 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1715638585
"last_updated_timestamp": 1715653176
}

View File

@ -381,375 +381,6 @@
"topTrending": 19.648999999999997,
"topPerforming": 19.691
},
{
"Name": "hoarder",
"Repository": "ghcr.io/mohamedbassem/hoarder-web:release",
"Registry": "https://github.com/mohamedbassem/hoarder-web/pkgs/container/hoarder-web",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165108-support-collectathon-hoarder/",
"Project": "https://github.com/MohamedBassem/hoarder-app",
"Overview": "A self-hostable bookmark-everything app with a touch of AI for the data hoarders out there.",
"WebUI": "http://[IP]:[PORT:3000]",
"Icon": "https://raw.githubusercontent.com/Collectathon/icons/main/hoarder.png",
"ExtraParams": "--restart unless-stopped",
"Requires": "redis\r<br>browserless\r<br>meilisearch\r<br>hoarder-workers",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "AppData",
"Target": "/data",
"Default": "/mnt/user/appdata/hoarder",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/hoarder"
},
{
"@attributes": {
"Name": "NextAuth Address",
"Target": "NEXTAUTH_URL",
"Default": "http://localhost:3000",
"Mode": "",
"Description": "Unraid IP or Container IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "http://localhost:3000"
},
{
"@attributes": {
"Name": "NextAuth Secret",
"Target": "NEXTAUTH_SECRET",
"Default": "",
"Mode": "",
"Description": "Generate with openssl rand -base64 36",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": "v_CfkVwhqWM3d63npf4kojAP9qjsTQDflFjOQuI-GvE"
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "REDIS_HOST",
"Default": "redis",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis"
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "REDIS_PASS",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Port",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "6379"
},
{
"@attributes": {
"Name": "Meili Address (Optional)",
"Target": "MEILI_ADDR",
"Default": "http://localhost:7700",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://localhost:7700"
},
{
"@attributes": {
"Name": "Meili Master Key (Optional)",
"Target": "MEILI_MASTER_KEY",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "v_CfkVwhqWM3d63npf4kojAP9qjsTQDflFjOQuI-GvE"
},
{
"@attributes": {
"Name": "Disable Signups",
"Target": "DISABLE_SIGNUPS",
"Default": "false|true",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Internal Data Directory",
"Target": "DATA_DIR",
"Default": "/data",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/data"
}
],
"Repo": "Collectathon's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1715638574,
"FirstSeen": 1715638574
},
{
"Name": "hoarder-workers",
"Repository": "ghcr.io/mohamedbassem/hoarder-workers:release",
"Registry": "https://github.com/mohamedbassem/hoarder-workers/pkgs/container/hoarder-workers",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165108-support-collectathon-hoarder/",
"Project": "https://github.com/MohamedBassem/hoarder-app",
"Overview": "A self-hostable bookmark-everything app with a touch of AI for the data hoarders out there.\r\n\r\nThis is the worker. You will need the Hoarder app which is the server.",
"Icon": "https://raw.githubusercontent.com/Collectathon/icons/main/hoarder.png",
"ExtraParams": "--restart unless-stopped",
"Requires": "hoarder",
"Config": [
{
"@attributes": {
"Name": "AppData",
"Target": "/data",
"Default": "/mnt/user/appdata/hoarder",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/hoarder"
},
{
"@attributes": {
"Name": "NextAuth Address",
"Target": "NEXTAUTH_URL",
"Default": "http://localhost:3000",
"Mode": "",
"Description": "Unraid IP or Container IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "http://localhost:3000"
},
{
"@attributes": {
"Name": "NextAuth Secret",
"Target": "NEXTAUTH_SECRET",
"Default": "secretkeysecretkeysecretkeysecretkey",
"Mode": "",
"Description": "Generate with openssl rand -base64 36",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": "secretkeysecretkeysecretkeysecretkey"
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "REDIS_HOST",
"Default": "redis",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis"
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "REDIS_PASS",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Port",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "6379"
},
{
"@attributes": {
"Name": "Browser Address",
"Target": "BROWSER_WEB_URL",
"Default": "",
"Mode": "",
"Description": "Browserless websocket URL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "ws://localhost:3000/?token="
},
{
"@attributes": {
"Name": "Meilisearch Address (Optional)",
"Target": "MEILI_ADDR",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://localhost:7700"
},
{
"@attributes": {
"Name": "Meilisearch Master Key (Optional)",
"Target": "MEILI_MASTER_KEY",
"Default": "masterkeymasterkeymasterkeymasterkey",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "masterkeymasterkeymasterkeymasterkey"
},
{
"@attributes": {
"Name": "Ollama Address (Optional)",
"Target": "OLLAMA_BASE_URL",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://localhost:11434"
},
{
"@attributes": {
"Name": "Ollama Text Model (Optional)",
"Target": "INFERENCE_TEXT_MODEL",
"Default": "gpt-3.5-turbo-0125",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "gpt-3.5-turbo-0125"
},
{
"@attributes": {
"Name": "Internal Data Directory",
"Target": "DATA_DIR",
"Default": "/data",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/data"
}
],
"Repo": "Collectathon's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder-workers.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder-workers.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1715638579,
"FirstSeen": 1715638579
},
{
"Name": "meilisearch",
"Repository": "getmeili/meilisearch:latest",
@ -167322,7 +166953,7 @@
"Repo": "primeval_god's Repository",
"TemplateURL": "https://raw.githubusercontent.com/dcflachs/plugin-repository/master/compose.manager.xml",
"Repository": "https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg",
"pluginVersion": "2024.02.20",
"pluginVersion": "2024.05.10",
"Overview": "This plugin installs Docker Compose v2 on unRAID. WebGUI integration is still a work in progress.",
"Icon": "",
"templatePath": "/tmp/GitHub/AppFeed/templates/primeval_godsRepository/compose.manager.xml",

View File

@ -1,7 +1,7 @@
{
"apps": 2258,
"last_updated_timestamp": 1715638585,
"last_updated": "2024-05-13 18:16",
"apps": 2256,
"last_updated_timestamp": 1715653176,
"last_updated": "2024-05-13 22:19",
"categories": [
{
"Cat": "AI:",
@ -547,375 +547,6 @@
"topTrending": 19.648999999999997,
"topPerforming": 19.691
},
{
"Name": "hoarder",
"Repository": "ghcr.io/mohamedbassem/hoarder-web:release",
"Registry": "https://github.com/mohamedbassem/hoarder-web/pkgs/container/hoarder-web",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165108-support-collectathon-hoarder/",
"Project": "https://github.com/MohamedBassem/hoarder-app",
"Overview": "A self-hostable bookmark-everything app with a touch of AI for the data hoarders out there.",
"WebUI": "http://[IP]:[PORT:3000]",
"Icon": "https://raw.githubusercontent.com/Collectathon/icons/main/hoarder.png",
"ExtraParams": "--restart unless-stopped",
"Requires": "redis\r<br>browserless\r<br>meilisearch\r<br>hoarder-workers",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "AppData",
"Target": "/data",
"Default": "/mnt/user/appdata/hoarder",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/hoarder"
},
{
"@attributes": {
"Name": "NextAuth Address",
"Target": "NEXTAUTH_URL",
"Default": "http://localhost:3000",
"Mode": "",
"Description": "Unraid IP or Container IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "http://localhost:3000"
},
{
"@attributes": {
"Name": "NextAuth Secret",
"Target": "NEXTAUTH_SECRET",
"Default": "",
"Mode": "",
"Description": "Generate with openssl rand -base64 36",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": "v_CfkVwhqWM3d63npf4kojAP9qjsTQDflFjOQuI-GvE"
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "REDIS_HOST",
"Default": "redis",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis"
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "REDIS_PASS",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Port",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "6379"
},
{
"@attributes": {
"Name": "Meili Address (Optional)",
"Target": "MEILI_ADDR",
"Default": "http://localhost:7700",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://localhost:7700"
},
{
"@attributes": {
"Name": "Meili Master Key (Optional)",
"Target": "MEILI_MASTER_KEY",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "v_CfkVwhqWM3d63npf4kojAP9qjsTQDflFjOQuI-GvE"
},
{
"@attributes": {
"Name": "Disable Signups",
"Target": "DISABLE_SIGNUPS",
"Default": "false|true",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Internal Data Directory",
"Target": "DATA_DIR",
"Default": "/data",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/data"
}
],
"Repo": "Collectathon's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1715638574,
"FirstSeen": 1715638574
},
{
"Name": "hoarder-workers",
"Repository": "ghcr.io/mohamedbassem/hoarder-workers:release",
"Registry": "https://github.com/mohamedbassem/hoarder-workers/pkgs/container/hoarder-workers",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165108-support-collectathon-hoarder/",
"Project": "https://github.com/MohamedBassem/hoarder-app",
"Overview": "A self-hostable bookmark-everything app with a touch of AI for the data hoarders out there.\r\n\r\nThis is the worker. You will need the Hoarder app which is the server.",
"Icon": "https://raw.githubusercontent.com/Collectathon/icons/main/hoarder.png",
"ExtraParams": "--restart unless-stopped",
"Requires": "hoarder",
"Config": [
{
"@attributes": {
"Name": "AppData",
"Target": "/data",
"Default": "/mnt/user/appdata/hoarder",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/hoarder"
},
{
"@attributes": {
"Name": "NextAuth Address",
"Target": "NEXTAUTH_URL",
"Default": "http://localhost:3000",
"Mode": "",
"Description": "Unraid IP or Container IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "http://localhost:3000"
},
{
"@attributes": {
"Name": "NextAuth Secret",
"Target": "NEXTAUTH_SECRET",
"Default": "secretkeysecretkeysecretkeysecretkey",
"Mode": "",
"Description": "Generate with openssl rand -base64 36",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": "secretkeysecretkeysecretkeysecretkey"
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "REDIS_HOST",
"Default": "redis",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis"
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "REDIS_PASS",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Port",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "6379"
},
{
"@attributes": {
"Name": "Browser Address",
"Target": "BROWSER_WEB_URL",
"Default": "",
"Mode": "",
"Description": "Browserless websocket URL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "ws://localhost:3000/?token="
},
{
"@attributes": {
"Name": "Meilisearch Address (Optional)",
"Target": "MEILI_ADDR",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://localhost:7700"
},
{
"@attributes": {
"Name": "Meilisearch Master Key (Optional)",
"Target": "MEILI_MASTER_KEY",
"Default": "masterkeymasterkeymasterkeymasterkey",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "masterkeymasterkeymasterkeymasterkey"
},
{
"@attributes": {
"Name": "Ollama Address (Optional)",
"Target": "OLLAMA_BASE_URL",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://localhost:11434"
},
{
"@attributes": {
"Name": "Ollama Text Model (Optional)",
"Target": "INFERENCE_TEXT_MODEL",
"Default": "gpt-3.5-turbo-0125",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "gpt-3.5-turbo-0125"
},
{
"@attributes": {
"Name": "Internal Data Directory",
"Target": "DATA_DIR",
"Default": "/data",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/data"
}
],
"Repo": "Collectathon's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder-workers.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder-workers.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1715638579,
"FirstSeen": 1715638579
},
{
"Name": "meilisearch",
"Repository": "getmeili/meilisearch:latest",
@ -167488,7 +167119,7 @@
"Repo": "primeval_god's Repository",
"TemplateURL": "https://raw.githubusercontent.com/dcflachs/plugin-repository/master/compose.manager.xml",
"Repository": "https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg",
"pluginVersion": "2024.02.20",
"pluginVersion": "2024.05.10",
"Overview": "This plugin installs Docker Compose v2 on unRAID. WebGUI integration is still a work in progress.",
"Icon": "",
"templatePath": "/tmp/GitHub/AppFeed/templates/primeval_godsRepository/compose.manager.xml",

View File

@ -15,8 +15,6 @@ Processing /tmp/appFeed/templates/petersemsRepository/posterr/posterr.xml...Succ
Downloading Collectathon's Repository: https://github.com/Collectathon/unraid-templates -> /tmp/appFeed/templates/CollectathonsRepository Attempt 1...https://github.com/Collectathon/unraid-templates/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/CollectathonsRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/CollectathonsRepository/hoarder.xml...Success
Processing /tmp/appFeed/templates/CollectathonsRepository/hoarder-workers.xml...Success
Processing /tmp/appFeed/templates/CollectathonsRepository/meilisearch.xml...Success
@ -4131,9 +4129,5 @@ Updating stats on containers
Privileged: 105
No change to feed
Updating GitHub

View File

@ -509,7 +509,7 @@
"max": "6.11.9"
},
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": {
"version": "2024.02.20",
"version": "2024.05.10",
"min": "6.9.0"
},
"https://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg": {