This commit is contained in:
Andrew Z 2024-05-13 20:25:35 -04:00
parent a2cd6c8942
commit 4fdcb75f95
2 changed files with 373 additions and 8 deletions

12
log.txt
View File

@ -4128,16 +4128,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
Tagged - Can't determine last update
mohamedbassem/hoarder-web
ghcr.io/mohamedbassem/hoarder-web:release Downloads: Stars: Base: unknown
Pulling ghcr.io/mohamedbassem/hoarder-web:release
Tagged - Can't determine last update
mohamedbassem/hoarder-workers
ghcr.io/mohamedbassem/hoarder-workers:release Downloads: Stars: Base: unknown
Pulling ghcr.io/mohamedbassem/hoarder-workers:release
Privileged: 105
No change to feed
Updating GitHub

View File

@ -381,6 +381,375 @@
"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",