mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-03 02:01:01 +00:00
Update
This commit is contained in:
parent
2bb1c3dd3d
commit
f96fcdd4b4
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1728108385
|
||||
"last_updated_timestamp": 1728115589
|
||||
}
|
@ -319202,6 +319202,193 @@
|
||||
"LastUpdate": 1725564762,
|
||||
"FirstSeen": 1727230346
|
||||
},
|
||||
{
|
||||
"Name": "Scriberr",
|
||||
"Repository": "ghcr.io/rishikanthc/scriberr:beta",
|
||||
"Registry": "https://registry.hub.docker.com/r/ghcr.io/rishikanthc/scriberr",
|
||||
"Branch": {
|
||||
"Tag": "beta",
|
||||
"TagDescription": "Latest beta release"
|
||||
},
|
||||
"Network": "bridge",
|
||||
"WebUI": "http://[IP]:[PORT:3000]/",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/rishikanthc/Scriberr/issues",
|
||||
"Project": "https://github.com/rishikanthc/Scriberr",
|
||||
"Overview": "A self-hostable AI audio transcription and summarization tool.",
|
||||
"Beta": "true",
|
||||
"ExtraSearchTerms": "transcribe AI llama Ollama OpenAI LocalAI summary record audio speak dialogue talk",
|
||||
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/scriberr-icon.png",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/scriberr.xml",
|
||||
"Maintainer": {
|
||||
"WebPage": "https://github.com/nwithan8"
|
||||
},
|
||||
"Requires": "<br> Requires a separate Redis container. \r<br> <br><br> On first load, app will throw a 500 error due to missing database. Simply reload the page.<br> ",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Web UI Port",
|
||||
"Target": "3000",
|
||||
"Default": "3000",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 3000",
|
||||
"Type": "Port",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database UI Port",
|
||||
"Target": "8080",
|
||||
"Default": "8080",
|
||||
"Mode": "tcp",
|
||||
"Description": "Expose database UI (optional)",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8080"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "JobQueue UI Port",
|
||||
"Target": "9243",
|
||||
"Default": "9243",
|
||||
"Mode": "tcp",
|
||||
"Description": "Expose job queue UI (optional)",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "9243"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "OpenAI API Key",
|
||||
"Target": "OPENAI_API_KEY",
|
||||
"Default": "",
|
||||
"Description": "OpenAI API key",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Admin Email Address",
|
||||
"Target": "POCKETBASE_ADMIN_EMAIL",
|
||||
"Default": "",
|
||||
"Description": "Email address of the admin user",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Admin Password",
|
||||
"Target": "POCKETBASE_ADMIN_PASSWORD",
|
||||
"Default": "",
|
||||
"Description": "Password of the admin user",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Redis Host",
|
||||
"Target": "REDIS_HOST",
|
||||
"Default": "127.0.0.1",
|
||||
"Description": "Hostname of the Redis container",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "172.0.0.1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Redis Port",
|
||||
"Target": "REDIS_PORT",
|
||||
"Default": "6379",
|
||||
"Description": "Port of the Redis container",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "6379"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Path",
|
||||
"Target": "/app/db",
|
||||
"Default": "/mnt/user/appdata/scriberr/db",
|
||||
"Mode": "rw",
|
||||
"Description": "Database path",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/scriberr/db"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Config Path",
|
||||
"Target": "/scriberr",
|
||||
"Default": "/mnt/user/appdata/scriberr/config",
|
||||
"Mode": "rw",
|
||||
"Description": "Config path",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/scriberr/config"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Internal Config Path",
|
||||
"Target": "SCRIBO_FILES",
|
||||
"Default": "/scriberr",
|
||||
"Mode": "rw",
|
||||
"Description": "Internal config path. Not recommended to change.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/scriberr"
|
||||
}
|
||||
],
|
||||
"Repo": "grtgbln's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/scriberr.xml",
|
||||
"CategoryList": [
|
||||
"AI",
|
||||
"MediaApp-Music",
|
||||
"MediaApp-Other",
|
||||
"Productivity",
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"LastUpdateScan": 1728115584,
|
||||
"FirstSeen": 1728115584
|
||||
},
|
||||
{
|
||||
"Name": "serveo",
|
||||
"Repository": "taichunmin/serveo-server:latest",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2407,
|
||||
"last_updated_timestamp": 1728108385,
|
||||
"last_updated": "2024-10-05 02:06",
|
||||
"apps": 2408,
|
||||
"last_updated_timestamp": 1728115589,
|
||||
"last_updated": "2024-10-05 04:06",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -319368,6 +319368,193 @@
|
||||
"LastUpdate": 1725564762,
|
||||
"FirstSeen": 1727230346
|
||||
},
|
||||
{
|
||||
"Name": "Scriberr",
|
||||
"Repository": "ghcr.io/rishikanthc/scriberr:beta",
|
||||
"Registry": "https://registry.hub.docker.com/r/ghcr.io/rishikanthc/scriberr",
|
||||
"Branch": {
|
||||
"Tag": "beta",
|
||||
"TagDescription": "Latest beta release"
|
||||
},
|
||||
"Network": "bridge",
|
||||
"WebUI": "http://[IP]:[PORT:3000]/",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/rishikanthc/Scriberr/issues",
|
||||
"Project": "https://github.com/rishikanthc/Scriberr",
|
||||
"Overview": "A self-hostable AI audio transcription and summarization tool.",
|
||||
"Beta": "true",
|
||||
"ExtraSearchTerms": "transcribe AI llama Ollama OpenAI LocalAI summary record audio speak dialogue talk",
|
||||
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/scriberr-icon.png",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/scriberr.xml",
|
||||
"Maintainer": {
|
||||
"WebPage": "https://github.com/nwithan8"
|
||||
},
|
||||
"Requires": "<br> Requires a separate Redis container. \r<br> <br><br> On first load, app will throw a 500 error due to missing database. Simply reload the page.<br> ",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Web UI Port",
|
||||
"Target": "3000",
|
||||
"Default": "3000",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 3000",
|
||||
"Type": "Port",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database UI Port",
|
||||
"Target": "8080",
|
||||
"Default": "8080",
|
||||
"Mode": "tcp",
|
||||
"Description": "Expose database UI (optional)",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8080"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "JobQueue UI Port",
|
||||
"Target": "9243",
|
||||
"Default": "9243",
|
||||
"Mode": "tcp",
|
||||
"Description": "Expose job queue UI (optional)",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "9243"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "OpenAI API Key",
|
||||
"Target": "OPENAI_API_KEY",
|
||||
"Default": "",
|
||||
"Description": "OpenAI API key",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Admin Email Address",
|
||||
"Target": "POCKETBASE_ADMIN_EMAIL",
|
||||
"Default": "",
|
||||
"Description": "Email address of the admin user",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Admin Password",
|
||||
"Target": "POCKETBASE_ADMIN_PASSWORD",
|
||||
"Default": "",
|
||||
"Description": "Password of the admin user",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Redis Host",
|
||||
"Target": "REDIS_HOST",
|
||||
"Default": "127.0.0.1",
|
||||
"Description": "Hostname of the Redis container",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "172.0.0.1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Redis Port",
|
||||
"Target": "REDIS_PORT",
|
||||
"Default": "6379",
|
||||
"Description": "Port of the Redis container",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "6379"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Path",
|
||||
"Target": "/app/db",
|
||||
"Default": "/mnt/user/appdata/scriberr/db",
|
||||
"Mode": "rw",
|
||||
"Description": "Database path",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/scriberr/db"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Config Path",
|
||||
"Target": "/scriberr",
|
||||
"Default": "/mnt/user/appdata/scriberr/config",
|
||||
"Mode": "rw",
|
||||
"Description": "Config path",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/scriberr/config"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Internal Config Path",
|
||||
"Target": "SCRIBO_FILES",
|
||||
"Default": "/scriberr",
|
||||
"Mode": "rw",
|
||||
"Description": "Internal config path. Not recommended to change.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/scriberr"
|
||||
}
|
||||
],
|
||||
"Repo": "grtgbln's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/scriberr.xml",
|
||||
"CategoryList": [
|
||||
"AI",
|
||||
"MediaApp-Music",
|
||||
"MediaApp-Other",
|
||||
"Productivity",
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"LastUpdateScan": 1728115584,
|
||||
"FirstSeen": 1728115584
|
||||
},
|
||||
{
|
||||
"Name": "serveo",
|
||||
"Repository": "taichunmin/serveo-server:latest",
|
||||
|
@ -3554,5 +3554,6 @@
|
||||
"heywoodlh/tsunami:latest": 1727992812,
|
||||
"l4rm4nd/traefikshaper:latest": 1728000426,
|
||||
"https://raw.githubusercontent.com/dkaser/unraid-sl/main/plugin/sl.plg": 1728065204,
|
||||
"ghcr.io/hound-search/hound:latest": 1728072403
|
||||
"ghcr.io/hound-search/hound:latest": 1728072403,
|
||||
"ghcr.io/rishikanthc/scriberr:beta": 1728115584
|
||||
}
|
@ -1 +1 @@
|
||||
2352
|
||||
2401
|
5
log.txt
5
log.txt
@ -3680,6 +3680,7 @@ Processing /tmp/appFeed/templates/grtgblnsRepository/templates/postiz.xml...Succ
|
||||
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/prusa_connect_rtsp.xml...Success
|
||||
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/radicle.xml...Success
|
||||
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/restic.xml...Success
|
||||
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/scriberr.xml...Success
|
||||
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/serveo_server.xml...Success
|
||||
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/soft_serve.xml...Success
|
||||
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/tauticord.xml...Success
|
||||
@ -4377,6 +4378,10 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
|
||||
|
||||
Updating stats on containers
|
||||
|
||||
Tagged - Can't determine last update
|
||||
rishikanthc/scriberr
|
||||
ghcr.io/rishikanthc/scriberr:beta Downloads: Stars: Base: unknown
|
||||
Pulling ghcr.io/rishikanthc/scriberr:beta
|
||||
Privileged: 106
|
||||
|
||||
|
||||
|
@ -197,7 +197,7 @@
|
||||
"TemplateURL": "https://raw.githubusercontent.com/phyzical/UnraidPlugins/master/docker.labelInjector.xml",
|
||||
"Repository": "\n https://raw.githubusercontent.com/phyzical/docker.labelInjector/main/docker.labelInjector.plg",
|
||||
"Plugin": true,
|
||||
"pluginVersion": "2024.10.03",
|
||||
"pluginVersion": "2024.10.05",
|
||||
"MinVer": "6.12.3",
|
||||
"Overview": "This plugin adds a quick way to add/modify/remove labels to all selected containers from the\n docker tab in unraid",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/phyzicalsRepository/docker.labelInjector.xml",
|
||||
|
@ -94419,5 +94419,16 @@
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1728049142
|
||||
},
|
||||
"ghcr.io/rishikanthc/scriberr:beta": {
|
||||
"Base": null,
|
||||
"Downloads": null,
|
||||
"Stars": null,
|
||||
"Time": 1728115584,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": null
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user