mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-04-08 21:25:12 +00:00
Update
This commit is contained in:
parent
7e6b79ff7c
commit
b89f144a7c
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"last_updated_timestamp": 1727992817
|
||||
"last_updated_timestamp": 1728000429
|
||||
}
|
|
@ -219626,7 +219626,7 @@
|
|||
"Author": "Sergio Fraile, Carlos Rodriguez, Hector Alcala, Brendan Cazier, Christian Sosa, Roy Quiceno, amfp, El Belgg",
|
||||
"Name": "Paquete de idioma espa\u00f1ol",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-es_ES.xml",
|
||||
"Version": "2024.08.27",
|
||||
"Version": "2024.09.27",
|
||||
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
|
||||
"Support": "https://forums.unraid.net/forum/78-spanish-espa%C3%B1ol/",
|
||||
"Description": "Este es el paquete de traducci\u00f3n al espa\u00f1ol para Unraid.\n\nThis is a Spanish translation for Unraid and supported plugins.",
|
||||
|
@ -315301,8 +315301,8 @@
|
|||
],
|
||||
"downloads": 666,
|
||||
"stars": 1,
|
||||
"LastUpdate": 1717984259,
|
||||
"LastUpdateScan": 1727992807,
|
||||
"LastUpdate": 1717984259,
|
||||
"FirstSeen": 1727992807
|
||||
},
|
||||
{
|
||||
|
@ -319546,6 +319546,240 @@
|
|||
"FirstSeen": 1716761160,
|
||||
"topTrending": -0.6280000000000001
|
||||
},
|
||||
{
|
||||
"Name": "TraefikShaper",
|
||||
"Repository": "l4rm4nd/traefikshaper:latest",
|
||||
"Registry": "https://hub.docker.com/r/l4rm4nd/traefikshaper",
|
||||
"Branch": {
|
||||
"Tag": "latest",
|
||||
"TagDescription": "Latest stable release"
|
||||
},
|
||||
"Network": "bridge",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/l4rm4nd/TraefikShaper/issues",
|
||||
"Project": "https://github.com/l4rm4nd/TraefikShaper",
|
||||
"Overview": "Docker container to manipulate Traefik's IpAllowList middleware for dynamic IP whitelisting",
|
||||
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/traefik-shaper-icon.png",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/traefik_shaper.xml",
|
||||
"Maintainer": {
|
||||
"WebPage": "https://github.com/nwithan8"
|
||||
},
|
||||
"Requires": "<br> Expects a dynamic whitelist YAML file at the "Whitelist File" path.<br> ",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "App Port",
|
||||
"Target": "5000",
|
||||
"Default": "5000",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 5000",
|
||||
"Type": "Port",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "5000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "App URL",
|
||||
"Target": "APPURL",
|
||||
"Default": "http://localhost:5000",
|
||||
"Description": "URL of the app. Replace with domain (ex. https://traefikshaper.example.com)",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "http://localhost:5000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Access Request Endpoint",
|
||||
"Target": "GRANT_HTTP_ENDPOINT",
|
||||
"Default": "",
|
||||
"Description": "Endpoint for clients to request access (ex. /knock-knock)",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Allow Private Class Subnets",
|
||||
"Target": "DEFAULT_PRIVATE_CLASS_SOURCE_RANGE",
|
||||
"Default": "True|False",
|
||||
"Description": "Add private class subnets to the IPAllowList",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Depth IP Strategy",
|
||||
"Target": "IPSTRATEGY_DEPTH",
|
||||
"Default": "0",
|
||||
"Description": "The depth ip strategy used in the IPAllowList middleware. Use 1 if traefik runs behind another proxy (e.g. CloudFlare)",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Expiration Time",
|
||||
"Target": "EXPIRATION_TIME",
|
||||
"Default": "300",
|
||||
"Description": "How long access is granted, in seconds",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "300"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Apprise Notification URL",
|
||||
"Target": "APPRISE_NOTIFICATION_URL",
|
||||
"Default": "",
|
||||
"Description": "Your preferred apprise url. See documentation: https://github.com/caronc/apprise",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Enable Traefik",
|
||||
"Target": "traefik.enable",
|
||||
"Default": "true",
|
||||
"Description": "Enable Traefik",
|
||||
"Type": "Label",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Docker Network",
|
||||
"Target": "traefik.docker.network",
|
||||
"Default": "",
|
||||
"Description": "Docker network",
|
||||
"Type": "Label",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Router Rule",
|
||||
"Target": "traefik.http.routers.traefikshaper.rule",
|
||||
"Default": "",
|
||||
"Description": "Router rule (ex. Host(`traefikshaper.example.com`))",
|
||||
"Type": "Label",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Whitelist File",
|
||||
"Target": "/app/dynamic-whitelist.yml",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Path to the dynamic whitelist file",
|
||||
"Type": "Path",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Router Service Name",
|
||||
"Target": "traefik.http.routers.traefikshaper.service",
|
||||
"Default": "traefikshaper",
|
||||
"Description": "Router service name",
|
||||
"Type": "Label",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "traefikshaper"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Loadbalancer Port",
|
||||
"Target": "traefik.http.services.traefikshaper.loadbalancer.server.port",
|
||||
"Default": "5000",
|
||||
"Description": "Loadbalancer port",
|
||||
"Type": "Label",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "5000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Local Time",
|
||||
"Target": "/etc/localtime",
|
||||
"Default": "/etc/localtime",
|
||||
"Mode": "ro",
|
||||
"Description": "Container local time",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/localtime"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Timezone",
|
||||
"Target": "/etc/timezone",
|
||||
"Default": "/etc/timezone",
|
||||
"Mode": "ro",
|
||||
"Description": "Container timezone",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/timezone"
|
||||
}
|
||||
],
|
||||
"Repo": "grtgbln's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/traefik_shaper.xml",
|
||||
"CategoryList": [
|
||||
"Network-Proxy",
|
||||
"Productivity",
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"downloads": 117,
|
||||
"LastUpdate": 1725046560,
|
||||
"LastUpdateScan": 1728000426,
|
||||
"FirstSeen": 1728000426
|
||||
},
|
||||
{
|
||||
"Name": "Tsunami",
|
||||
"Repository": "heywoodlh/tsunami:latest",
|
||||
|
@ -319590,8 +319824,8 @@
|
|||
"Other"
|
||||
],
|
||||
"downloads": 250,
|
||||
"LastUpdate": 1612426016,
|
||||
"LastUpdateScan": 1727992812,
|
||||
"LastUpdate": 1612426016,
|
||||
"FirstSeen": 1727992812
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"apps": 2402,
|
||||
"last_updated_timestamp": 1727992817,
|
||||
"last_updated": "2024-10-03 18:00",
|
||||
"apps": 2403,
|
||||
"last_updated_timestamp": 1728000429,
|
||||
"last_updated": "2024-10-03 20:07",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
|
@ -219792,7 +219792,7 @@
|
|||
"Author": "Sergio Fraile, Carlos Rodriguez, Hector Alcala, Brendan Cazier, Christian Sosa, Roy Quiceno, amfp, El Belgg",
|
||||
"Name": "Paquete de idioma espa\u00f1ol",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-es_ES.xml",
|
||||
"Version": "2024.08.27",
|
||||
"Version": "2024.09.27",
|
||||
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
|
||||
"Support": "https://forums.unraid.net/forum/78-spanish-espa%C3%B1ol/",
|
||||
"Description": "Este es el paquete de traducci\u00f3n al espa\u00f1ol para Unraid.\n\nThis is a Spanish translation for Unraid and supported plugins.",
|
||||
|
@ -315467,8 +315467,8 @@
|
|||
],
|
||||
"downloads": 666,
|
||||
"stars": 1,
|
||||
"LastUpdate": 1717984259,
|
||||
"LastUpdateScan": 1727992807,
|
||||
"LastUpdate": 1717984259,
|
||||
"FirstSeen": 1727992807
|
||||
},
|
||||
{
|
||||
|
@ -319712,6 +319712,240 @@
|
|||
"FirstSeen": 1716761160,
|
||||
"topTrending": -0.6280000000000001
|
||||
},
|
||||
{
|
||||
"Name": "TraefikShaper",
|
||||
"Repository": "l4rm4nd/traefikshaper:latest",
|
||||
"Registry": "https://hub.docker.com/r/l4rm4nd/traefikshaper",
|
||||
"Branch": {
|
||||
"Tag": "latest",
|
||||
"TagDescription": "Latest stable release"
|
||||
},
|
||||
"Network": "bridge",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/l4rm4nd/TraefikShaper/issues",
|
||||
"Project": "https://github.com/l4rm4nd/TraefikShaper",
|
||||
"Overview": "Docker container to manipulate Traefik's IpAllowList middleware for dynamic IP whitelisting",
|
||||
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/traefik-shaper-icon.png",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/traefik_shaper.xml",
|
||||
"Maintainer": {
|
||||
"WebPage": "https://github.com/nwithan8"
|
||||
},
|
||||
"Requires": "<br> Expects a dynamic whitelist YAML file at the "Whitelist File" path.<br> ",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "App Port",
|
||||
"Target": "5000",
|
||||
"Default": "5000",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 5000",
|
||||
"Type": "Port",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "5000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "App URL",
|
||||
"Target": "APPURL",
|
||||
"Default": "http://localhost:5000",
|
||||
"Description": "URL of the app. Replace with domain (ex. https://traefikshaper.example.com)",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "http://localhost:5000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Access Request Endpoint",
|
||||
"Target": "GRANT_HTTP_ENDPOINT",
|
||||
"Default": "",
|
||||
"Description": "Endpoint for clients to request access (ex. /knock-knock)",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Allow Private Class Subnets",
|
||||
"Target": "DEFAULT_PRIVATE_CLASS_SOURCE_RANGE",
|
||||
"Default": "True|False",
|
||||
"Description": "Add private class subnets to the IPAllowList",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Depth IP Strategy",
|
||||
"Target": "IPSTRATEGY_DEPTH",
|
||||
"Default": "0",
|
||||
"Description": "The depth ip strategy used in the IPAllowList middleware. Use 1 if traefik runs behind another proxy (e.g. CloudFlare)",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Expiration Time",
|
||||
"Target": "EXPIRATION_TIME",
|
||||
"Default": "300",
|
||||
"Description": "How long access is granted, in seconds",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "300"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Apprise Notification URL",
|
||||
"Target": "APPRISE_NOTIFICATION_URL",
|
||||
"Default": "",
|
||||
"Description": "Your preferred apprise url. See documentation: https://github.com/caronc/apprise",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Enable Traefik",
|
||||
"Target": "traefik.enable",
|
||||
"Default": "true",
|
||||
"Description": "Enable Traefik",
|
||||
"Type": "Label",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Docker Network",
|
||||
"Target": "traefik.docker.network",
|
||||
"Default": "",
|
||||
"Description": "Docker network",
|
||||
"Type": "Label",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Router Rule",
|
||||
"Target": "traefik.http.routers.traefikshaper.rule",
|
||||
"Default": "",
|
||||
"Description": "Router rule (ex. Host(`traefikshaper.example.com`))",
|
||||
"Type": "Label",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Whitelist File",
|
||||
"Target": "/app/dynamic-whitelist.yml",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Path to the dynamic whitelist file",
|
||||
"Type": "Path",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Router Service Name",
|
||||
"Target": "traefik.http.routers.traefikshaper.service",
|
||||
"Default": "traefikshaper",
|
||||
"Description": "Router service name",
|
||||
"Type": "Label",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "traefikshaper"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Loadbalancer Port",
|
||||
"Target": "traefik.http.services.traefikshaper.loadbalancer.server.port",
|
||||
"Default": "5000",
|
||||
"Description": "Loadbalancer port",
|
||||
"Type": "Label",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "5000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Local Time",
|
||||
"Target": "/etc/localtime",
|
||||
"Default": "/etc/localtime",
|
||||
"Mode": "ro",
|
||||
"Description": "Container local time",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/localtime"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Timezone",
|
||||
"Target": "/etc/timezone",
|
||||
"Default": "/etc/timezone",
|
||||
"Mode": "ro",
|
||||
"Description": "Container timezone",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/timezone"
|
||||
}
|
||||
],
|
||||
"Repo": "grtgbln's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/traefik_shaper.xml",
|
||||
"CategoryList": [
|
||||
"Network-Proxy",
|
||||
"Productivity",
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"downloads": 117,
|
||||
"LastUpdate": 1725046560,
|
||||
"LastUpdateScan": 1728000426,
|
||||
"FirstSeen": 1728000426
|
||||
},
|
||||
{
|
||||
"Name": "Tsunami",
|
||||
"Repository": "heywoodlh/tsunami:latest",
|
||||
|
@ -319756,8 +319990,8 @@
|
|||
"Other"
|
||||
],
|
||||
"downloads": 250,
|
||||
"LastUpdate": 1612426016,
|
||||
"LastUpdateScan": 1727992812,
|
||||
"LastUpdate": 1612426016,
|
||||
"FirstSeen": 1727992812
|
||||
},
|
||||
{
|
||||
|
|
|
@ -3551,5 +3551,6 @@
|
|||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 1,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/preview/plugin/tailscale-preview.plg": 1,
|
||||
"zelon88/hrconvert2:latest": 1727992807,
|
||||
"heywoodlh/tsunami:latest": 1727992812
|
||||
"heywoodlh/tsunami:latest": 1727992812,
|
||||
"l4rm4nd/traefikshaper:latest": 1728000426
|
||||
}
|
|
@ -1832,9 +1832,6 @@
|
|||
]
|
||||
},
|
||||
"new": {
|
||||
"/settings.txt": [
|
||||
"Default file system for Array disks"
|
||||
],
|
||||
"/translations.txt": [
|
||||
"Oh no Are you pirating Unraid OS<br>Are you ready to buy a real license",
|
||||
"This will register your server with Connect <sup>BETA</sup>"
|
||||
|
|
|
@ -4,11 +4,11 @@ Cancel=Cancelar
|
|||
Happy New Year=Feliz Año Nuevo
|
||||
Happy Holidays from Andrew, Tracey, and family=Felices Fiestas de parte de Andrew, Tracey y familia
|
||||
Please Enjoy Responsibly=Por favor, disfrute responsablemente
|
||||
Popup Blocked CA requires popups to be enabled under certain circumstances You must white list your server within your browser to allow popups=Ventana emergente bloqueada. Aplicaciones de la Comunidad (CA) requiere que las ventanas emergentes estén habilitadas bajo ciertas circunstancias. Debe incluir su servidor a la lista de excepciones del navegador para que permita las ventanas emergentes.
|
||||
Popup Blocked CA requires popups to be enabled under certain circumstances You must white list your server within your browser to allow popups=Ventana emergente bloqueada. Community Applications (CA) requiere que las ventanas emergentes estén habilitadas bajo ciertas circunstancias. Debe incluir su servidor a la lista de excepciones del navegador para que permita las ventanas emergentes.
|
||||
Docker Service Not Enabled - Only Plugins Available To Be Installed Or Managed=Servicio Docker deshabilitado. Únicamente se pueden instalar o administrar plugins.
|
||||
Docker system failed to start - Only Plugins Available To Be Installed Or Managed=El sistema Docker no se pudo iniciar. Solo los plugin están disponibles para ser utilizados
|
||||
Array not started - Only Plugins Available To Be Installed Or Managed=Array no iniciado. Sólo los pugins están disponibles para ser utilizados
|
||||
Community Applications works best when cookies are enabled in your browser Certain features may not be available=Aplicaciones de la Comunidad (CA) requiere que las cookies están habilitadas en su navegador. De lo contrario algunas funciones podrían no estar disponibles.
|
||||
Community Applications works best when cookies are enabled in your browser Certain features may not be available=Community Applications (CA) requiere que las cookies están habilitadas en su navegador. De lo contrario algunas funciones podrían no estar disponibles.
|
||||
Backup Server Active Some icons may not appear, and plugin installations may be affected=Servidor de reserva de CA activo. No se ha podido obtener la lista de aplicaciones del servidor principal. Puede que algunos iconos no aparezcan y se vea afectada la instalación de plugins.
|
||||
Debugging enabled This significantly increases the memory used by your browser=Depuración habilitada. Esto aumenta significativamente la memoria utilizada por su navegador
|
||||
Browser translation detected Display issues may result=Traducción del navegador detectada. Se pueden producir problemas de visualización
|
||||
|
@ -24,7 +24,7 @@ Date Added=Añadido
|
|||
Number Of Apps=Número de aplicaciones
|
||||
; Initial disclaimer translations
|
||||
Disclaimer=Descargo de responsabilidad
|
||||
All applications listed here are 3rd party additions to Unraid Neither the authors of Community Applications nor Limetech make any warranty as to the suitability of any application listed here=Todas las aplicaciones mostradas aquí son programas de terceros ajenos a Unraid. Ni los autores del plugin Aplicaciones de la Comunidad (CA) ni Limetech garantizan la idoneidad de las aplicaciones de este listado.
|
||||
All applications listed here are 3rd party additions to Unraid Neither the authors of Community Applications nor Limetech make any warranty as to the suitability of any application listed here=Todas las aplicaciones mostradas aquí son programas de terceros ajenos a Unraid. Ni los autores del plugin Community Applications (CA) ni Limetech garantizan la idoneidad de las aplicaciones de este listado.
|
||||
Every attempt is made to ensure that only safe and compatible applications are present=Se hace todo lo posible para asegurar que solo las aplicaciones seguras y compatibles estén disponibles.
|
||||
Application Policy=Política de CA
|
||||
I Understand=Entendido
|
||||
|
@ -34,7 +34,7 @@ Click here=haga clic aquí
|
|||
Results Per Page: %s=Resultados por pág: %s
|
||||
|
||||
; Plugin Disclaimer
|
||||
Community Applications contains both docker containers and plugin applications Plugins are designed for OS enhancements, and run with full privileges on your system and are clearly identified within CA=Aplicaciones de la Comunidad (CA) tiene dos tipos de aplicaciones: contenedores Docker y plugins. Los plugins añaden funciones adicionales al sistema operativo, se ejecutan con derechos de administrador en el sistema y están claramente identificados en CA.
|
||||
Community Applications contains both docker containers and plugin applications Plugins are designed for OS enhancements, and run with full privileges on your system and are clearly identified within CA=Community Applications (CA) tiene dos tipos de aplicaciones: contenedores Docker y plugins. Los plugins añaden funciones adicionales al sistema operativo, se ejecutan con derechos de administrador en el sistema y están claramente identificados en CA.
|
||||
Plugin Note=Nota del Plugin
|
||||
|
||||
; Multi Install
|
||||
|
@ -44,8 +44,8 @@ Install Application=Instalar la Aplicación
|
|||
Install Applications=Instalar las Aplicaciones
|
||||
Update Application=Actualizar la Aplicación
|
||||
Update Applications=Actualizar las Aplicaciones
|
||||
Are you sure you want to update %s applications=Estas seguro de que quieres actualizar %s aplicaciones
|
||||
Are you sure you want to install %s docker and %s plugin applications=¿Estas seguro de que quieres instalar %s Docker y %s Plugin de aplicación(es)?
|
||||
Are you sure you want to update %s applications=¿Estás seguro de que quieres actualizar %s aplicaciones
|
||||
Are you sure you want to install %s docker and %s plugin applications=¿Estás seguro de que quieres instalar %s Docker(s) y %s Plugin(s)
|
||||
|
||||
; Searches
|
||||
Search=Buscar
|
||||
|
@ -59,12 +59,12 @@ Click to remove favourite repository=Click para eliminarlo de como repositorio f
|
|||
Click to set %s as favourite repository=Click para añadir a %s como repositorio favorito
|
||||
Search for apps in repository=Buscar aplicaciones en el repositorio
|
||||
No description present=Sin descripción
|
||||
Go to the forum page=Ir a la página del foro
|
||||
Go to the webpage=Ir a la página web
|
||||
Go to reddit=Ir a reddit
|
||||
Go to facebook=Ir a facebook
|
||||
Go to discord=Ir a discord
|
||||
Go to forum profile=Ir al foro
|
||||
Go to the forum page=Ir a la página del Foro
|
||||
Go to the webpage=Ir a la página Web
|
||||
Go to reddit=Ir a Reddit
|
||||
Go to facebook=Ir a Facebook
|
||||
Go to discord=Ir a Discord
|
||||
Go to forum profile=Ir al Foro
|
||||
Show Profile=Mostrar perfil
|
||||
SHOW MORE=Mostrar más
|
||||
SHOW LESS=Mostrar menos
|
||||
|
@ -138,8 +138,8 @@ An error occurred Could not find any %s Apps=A ocurrido un error. No se pudieron
|
|||
Download of appfeed failed=La descarga de la lista de aplicaciones ha fallado
|
||||
; the %s here refers to a function being called
|
||||
Something really went wrong here=Ha sucedido un problema aquí
|
||||
Post the ENTIRE contents of this message in the Community Applications Support Thread=Publique el contenido COMPLETO de este mensaje en el sitio de soporte de Aplicaciones de la Comunidad (CA).
|
||||
Unknown error happened Please post a screenshot in the support thread of the Statistics screen=Ha ocurrido un error desconocido. Por favor, publique una captura de pantalla de la página de Estadísticas en el sitio de soporte de Aplicaciones de la Comunidad (CA).
|
||||
Post the ENTIRE contents of this message in the Community Applications Support Thread=Publique el contenido COMPLETO de este mensaje en el sitio de soporte de Community Applications (CA).
|
||||
Unknown error happened Please post a screenshot in the support thread of the Statistics screen=Ha ocurrido un error desconocido. Por favor, publique una captura de pantalla de la página de Estadísticas en el sitio de soporte de Community Applications (CA).
|
||||
Something really wrong happened Reloading the Apps tab will probably fix the problem=Ha sucedido un error. Para solucionar este problema es probable que tenga que recargar la página de su navegador.
|
||||
This plugin has a duplicated name from another plugin %s This will impact your ability to install both plugins simultaneously=Este plugin tiene el mismo nombre que el plugin %s . Debido a esto no podrá instalar ambos plugins a la vez.
|
||||
You have been logged out=Su sesión ha sido cerrada
|
||||
|
@ -165,7 +165,7 @@ Attempt to Fix Via Reload Page=Intente solucionarlo recargando la página
|
|||
; CA Sections Keep the length reasonable
|
||||
Home=Inicio
|
||||
Installed Apps=Apps Instaladas
|
||||
Previous Apps=Apps Anteriores
|
||||
Previous Apps=Apps Instaladas Previamente
|
||||
Pinned Apps=Apps Ancladas
|
||||
Favourite Repo=Repos favoritos
|
||||
Action Centre=Centro de Acción
|
||||
|
@ -222,13 +222,13 @@ Note that many of these errors can be avoided by following the directions=Tenga
|
|||
HERE=AQUÍ
|
||||
The following plugins have duplicated filenames and are not able to be installed simultaneously=Los siguientes plugins tienen nombres repetidos y no se pueden instalar simultáneamente.
|
||||
The following docker applications refer to the same docker repository but may have subtle changes in the template to warrant this=Las siguientes aplicaciones Docker hacen referencia al mismo repositorio Docker, pero pueden tener cambios sutiles en la plantilla para que funcionen correctamente.
|
||||
If any of these entries are incorrect then contact the moderators of CA to discuss=Si alguna de estas anotaciones es incorrecta, por favor, póngase en contacto con los moderadores de Aplicaciones de la Comunidad (CA).
|
||||
If any of these entries are incorrect then contact the moderators of CA to discuss=Si alguna de estas anotaciones es incorrecta, por favor, póngase en contacto con los moderadores de Community Applications (CA).
|
||||
Global Repository Comments=Commentarios Globales por Repositorio
|
||||
Applied to all applications=(Aplica a todas las aplicaciones)
|
||||
Individual Application Moderation=Moderación Individual por Aplicación
|
||||
|
||||
; Misc
|
||||
Community Applications Changelog=Registro de Cambios de Aplicaciones de la Comunidad (CA)
|
||||
Community Applications Changelog=Registro de Cambios de Community Applications (CA)
|
||||
|
||||
Each month we highlight some of the amazing work from our community=Cada mes destacamos algunos de los increíbles trabajos de nuestra comunidad
|
||||
Check out these newly added applications from our awesome community=Mostrar aplicaciones agregadas recientemente a nuestra increíble comunidad
|
||||
|
@ -336,7 +336,7 @@ This application is not compatible with your version of Unraid=Esta aplicación
|
|||
Another browser tab or device has updated the displayed templates Some actions are not available=Otra pestaña del navegador o dispositivo ha actualizado las plantillas mostradas. Algunas acciones no están disponibles.
|
||||
WebUI=Interfaz Web
|
||||
Reinstall=Reinstalar
|
||||
Reinstall From Previous Apps=Reinstalación de aplicaciones anteriores
|
||||
Reinstall From Previous Apps=Reinstalación de aplicaciones instaladas previamente
|
||||
Install=Instalar
|
||||
Uninstall=Desinstalar
|
||||
Project=Proyecto
|
||||
|
@ -358,7 +358,7 @@ Multi Language Support=Soporte para Múltiples Idiomas
|
|||
Support Forum=Foro de soporte
|
||||
; as in more than 100000
|
||||
More than %s=Más de %s
|
||||
Remove from Previous Apps=Eliminar de las aplicaciones previas
|
||||
Remove from Previous Apps=Eliminar de las aplicaciones instaladas previamente
|
||||
Remove=Eliminar
|
||||
See All Apps=Mostrar todas las aplicaciones
|
||||
Favourite=Favorito
|
||||
|
@ -465,7 +465,7 @@ App to Host=Usados por la App
|
|||
Application=Aplicación
|
||||
apply update=iniciar actualización
|
||||
Are you sure=Estás seguro
|
||||
Array must be Started to view Docker containers=El array debe estar **Iniciado** para ver los contenedores Docker
|
||||
Array must be Started to view Docker containers=El Array debe estar **Iniciado** para ver los contenedores Docker
|
||||
Autostart=Auto-Iniciar
|
||||
Back=Cerrar
|
||||
Backup=Copia de seguridad
|
||||
|
@ -620,7 +620,7 @@ Apply=Aplicar
|
|||
Apps=Apps
|
||||
Array Clearing=Borrando el Array
|
||||
Array Copying=Copiando el Array
|
||||
Array must be Stopped to change=El array debe estar Detenido para cambiar
|
||||
Array must be Stopped to change=El Array debe estar Detenido para cambiar
|
||||
Array Started=Array Iniciado
|
||||
Array Starting=Iniciando Array
|
||||
Array Stopped=Array Detenido
|
||||
|
@ -647,7 +647,7 @@ Bug Description=Descripción del problema
|
|||
Bug Report=Reportar Problema
|
||||
bytes=bytes
|
||||
By default UEFI and Legacy boot mode are both enabled when GRUB is used to boot the machine=De forma predeterminada, el modo de inicio UEFI y Legacy están habilitados cuando se utiliza GRUB para iniciar la máquina.
|
||||
Cache=Cache
|
||||
Cache=Caché
|
||||
Calculated free space value=Espacio libre calculado
|
||||
Cancel=Cancelar
|
||||
Capabilities=Capacidades
|
||||
|
@ -902,7 +902,7 @@ Reboot=Reiniciar
|
|||
Refresh=Recargar
|
||||
Registration=Licencia
|
||||
reiserfs=reiserfs
|
||||
Release Notes=Notas de la Versión
|
||||
Release Notes=Notas de la versión
|
||||
Remove=Eliminar
|
||||
Removing container=Eliminando contenedor
|
||||
Removing orphan image=Eliminando imagen huérfana
|
||||
|
@ -1354,7 +1354,7 @@ No 2FA token detected=2FA token NO detectado
|
|||
No Flash=Sin Flash USB
|
||||
No Keyfile=Sin archivo de licencia
|
||||
No thanks=No, gracias
|
||||
No USB flash configuration data=Sin datos de configuración de USB Flash
|
||||
No USB flash configuration data=Sin datos de configuración del Flash USB
|
||||
Not Connected to Mothership=No conectado a la nave nodriza
|
||||
Not ready to purchase=¿No estás lista para comprar?
|
||||
Note USB memory card readers are generally not supported because most do not present unique serial numbers=Nota: Los lectores de tarjetas de memoria USB generalmente no son compatibles porque la mayoría no presenta números de serie únicos
|
||||
|
@ -1718,13 +1718,13 @@ Sign Out requires the local unraid-api to be running=Cerrar sesión requiere que
|
|||
; web component additions 2023-11-08
|
||||
%1s out of %2s allowed devices – upgrade your key to support more devices=%1s de %2dispositivos permitidos: actualice su clave para admitir más dispositivos
|
||||
%1s out of %2s devices=%1s de %2s dispositivos
|
||||
%s Release Notes=Notas de la Versión %s
|
||||
%s Release Notes=Notas de la versión %s
|
||||
%s Update Available=Actualización Disponible (%s)
|
||||
%s devices=%s dispositivos
|
||||
Acklowledge that you have made a Flash Backup to enable this action=Confirme que ha realizado una copia de seguridad Flash para permitir esta acción
|
||||
Attached Storage Devices=Dispositivos de Almacenamiento Adjuntos
|
||||
Backing upthis may take a few minutes=Creando copia de seguridad... esto puede llevar unos minutos
|
||||
Begin downgrade to %s=Comenzar bajada a %s
|
||||
Begin downgrade to %s=Bajar a la versión %s
|
||||
Cancel=Cerrar
|
||||
Check for OS Updates=Buscar Actualizaciones del SO
|
||||
Check for Prereleases=Buscar Prelanzamientos
|
||||
|
@ -1736,7 +1736,7 @@ Current Version: Unraid %s=Versión actual: Unraid %s
|
|||
Downgrade Unraid OS to %s=Bajar Unraid OS a la versión %s
|
||||
Downgrade Unraid OS=Desactualizar Unraid OS
|
||||
Downgrades are only recommended if youre unable to solve a critical issue=Solo se recomienda bajar de versión si no puedes resolver un problema crítico.
|
||||
Download the Diagnostics zip then please open a bug report on our forums with a description of the issue along with your diagnostics=Descargue el zip del Diagnóstico y luego abra un informe de error en nuestros foros con una descripción del problema junto con su diagnóstico.
|
||||
Download the Diagnostics zip then please open a bug report on our forums with a description of the issue along with your diagnostics=Descargue el zip del diagnóstico y luego abra un informe de error en nuestros foros con una descripción del problema junto con su diagnóstico.
|
||||
Expired %s=Expirado %s
|
||||
Expired=Expirado
|
||||
Expires at %s=Expira el %s
|
||||
|
@ -1751,7 +1751,7 @@ Go to Tools Management Access to ensure your backup is up-to-date=Vaya a Ajuste
|
|||
Go to Tools Update=Vaya a Herramientas > Actualizar SO
|
||||
Go to Tools > Registration to fix=Vaya a Herramientas > Licencia para arreglarlo
|
||||
I have made a Flash Backup=He hecho una Copia de Seguridad Flash
|
||||
In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue=En caso de que necesites bajar de versión, le pedimos que nos proporcione diagnósticos para que podamos investigar su problema.
|
||||
In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue=En caso de que necesites bajar de versión, te pedimos que nos proporciones diagnósticos para que podamos investigar tu problema.
|
||||
Keyfile required to check replacement status=Archivo de claves necesario para comprobar el estado del reemplazo
|
||||
Last checked: %s=Última comprobación: %s
|
||||
Learn more and fix=Obtenga más información y solucione
|
||||
|
|
|
@ -1,4 +1,167 @@
|
|||
[
|
||||
{
|
||||
"PluginURL": "https://raw.githubusercontent.com/dkaser/unraid-plugin-diagnostics/main/plugin/plugin-diagnostics.plg",
|
||||
"PluginAuthor": "Derek Kaser",
|
||||
"Name": "Plugin Diagnostics",
|
||||
"Support": "https://forums.unraid.net/topic/174968-support-plugin-diagnostics/",
|
||||
"Icon": "https://raw.githubusercontent.com/dkaser/unraid-plugin-diagnostics/main/assets/diag-logo.png",
|
||||
"multiLanguage": "false",
|
||||
"MinVer": "6.11.5",
|
||||
"Repo": "EDACerton's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/dkaser/unraid-plugins/master/plugin-diagnostics.xml",
|
||||
"Repository": "https://raw.githubusercontent.com/dkaser/unraid-plugin-diagnostics/main/plugin/plugin-diagnostics.plg",
|
||||
"Plugin": true,
|
||||
"pluginVersion": "2024.09.13",
|
||||
"Overview": "Collects diagnostic information for other plugins.",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/EDACertonsRepository/plugin-diagnostics.xml",
|
||||
"CategoryList": [
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"FirstSeen": 1726200384
|
||||
},
|
||||
{
|
||||
"Name": "Tailscale-Docker",
|
||||
"Repository": "tailscale/tailscale:stable",
|
||||
"Registry": "https://hub.docker.com/r/tailscale/tailscale",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Project": "https://github.com/tailscale/tailscale",
|
||||
"Support": "https://forums.unraid.net/topic/167947-docker-tailscale/",
|
||||
"Overview": "**To access Unraid resources, install the Tailscale plugin instead.**\n \nThis container provides Tailscale for use as a sidecar for Docker containers connected to ipvlan (e.g., br0) networks, or for use with node sharing. \n\n## Important Information\n\nThis container is only intended for advanced networking configurations, so it is expected that you know what you are doing.\n\nSupport will not be provided for using this container to access Unraid resources (WebGUI, shares, etc.). \n\n## State Configuration\n\nThis container can be configured as either an ephemeral or persistent node. \n\nTo create a persistent node: \n1. (Optional) Generate an authentication key in the Tailscale admin console. \n2. Set Hostname, State Storage, and (if applicable) Authentication Key in the container configuration. \n3. If you did not set an authentication key, open the container logs to obtain the login URL to join the node to your tailnet. **Caution: If you use this method, you must complete the login within 60 seconds of the container starting.**\n\nTo create an ephemeral node: \n1. Generate an ephemeral authentication key in the Tailscale admin console. \n2. Set Hostname and Authentication Key in the container configuration. Leave State Storage blank.",
|
||||
"Icon": "https://raw.githubusercontent.com/dkaser/unraid-tailscale/main/logo.png",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "State Storage",
|
||||
"Target": "/state",
|
||||
"Default": "/mnt/user/appdata/tailscale",
|
||||
"Mode": "rw",
|
||||
"Description": "Path to store Tailscale state. Leave blank for ephemeral nodes.",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Hostname",
|
||||
"Target": "TS_HOSTNAME",
|
||||
"Default": "unraid-docker",
|
||||
"Mode": "",
|
||||
"Description": "Name to be assigned to node on the tailnet.",
|
||||
"Type": "Variable",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Authentication Key",
|
||||
"Target": "TS_AUTHKEY",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Authentication key to use to join the tailnet. Required for ephemeral nodes. Only used on first start if state is persistent.",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Extra Arguments",
|
||||
"Target": "TS_EXTRA_ARGS",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Extra arguments to pass via tailscale up.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TS_STATE_DIR",
|
||||
"Target": "TS_STATE_DIR",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/state"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TS_AUTH_ONCE",
|
||||
"Target": "TS_AUTH_ONCE",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TS_USERSPACE",
|
||||
"Target": "TS_USERSPACE",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "true"
|
||||
}
|
||||
],
|
||||
"Repo": "EDACerton's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/dkaser/unraid-plugins/master/tailscale-docker.xml",
|
||||
"Official": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/EDACertonsRepository/tailscale-docker.xml",
|
||||
"CategoryList": [
|
||||
"Network-VPN"
|
||||
],
|
||||
"downloads": 50762106,
|
||||
"stars": 236,
|
||||
"trending": 8.556,
|
||||
"trends": [
|
||||
9.836,
|
||||
8.6,
|
||||
8.556
|
||||
],
|
||||
"trendsDate": [
|
||||
1720656395,
|
||||
1723255960,
|
||||
1725922909
|
||||
],
|
||||
"downloadtrend": [
|
||||
38253459,
|
||||
42426582,
|
||||
46418757,
|
||||
50762106
|
||||
],
|
||||
"LastUpdateScan": 1725922909,
|
||||
"LastUpdate": 1725827343,
|
||||
"FirstSeen": 1718057181,
|
||||
"topTrending": -1.2800000000000011
|
||||
},
|
||||
{
|
||||
"PluginURL": "https://raw.githubusercontent.com/phyzical/docker.labelInjector/main/docker.labelInjector.plg",
|
||||
"PluginAuthor": "Phyzical",
|
||||
|
@ -315093,6 +315256,55 @@
|
|||
"LastUpdate": 1726400321,
|
||||
"FirstSeen": 1727482016
|
||||
},
|
||||
{
|
||||
"Name": "HRConvert2",
|
||||
"Repository": "zelon88/hrconvert2:latest",
|
||||
"Registry": "https://hub.docker.com/r/zelon88/hrconvert2",
|
||||
"Branch": {
|
||||
"Tag": "latest",
|
||||
"TagDescription": "Latest stable release"
|
||||
},
|
||||
"Network": "bridge",
|
||||
"WebUI": "http://[IP]:[PORT:80]",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/zelon88/HRConvert2/issues",
|
||||
"Project": "https://github.com/zelon88/HRConvert2",
|
||||
"Overview": "A self-hosted drag-and-drop file conversion server and file sharing tool that supports 400+ file formats.",
|
||||
"ExtraSearchTerms": "files CAD vector drawing 3D models spreadsheets images documents",
|
||||
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/hrconvert2-icon.png",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/hrconvert2.xml",
|
||||
"Maintainer": {
|
||||
"WebPage": "https://github.com/nwithan8"
|
||||
},
|
||||
"Config": {
|
||||
"@attributes": {
|
||||
"Name": "Web UI Port",
|
||||
"Target": "80",
|
||||
"Default": "8435",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 80",
|
||||
"Type": "Port",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "8435"
|
||||
},
|
||||
"Repo": "grtgbln's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/hrconvert2.xml",
|
||||
"CategoryList": [
|
||||
"MediaApp-Other",
|
||||
"Productivity",
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"downloads": 666,
|
||||
"stars": 1,
|
||||
"LastUpdate": 1717984259,
|
||||
"LastUpdateScan": 1727992807,
|
||||
"FirstSeen": 1727992807
|
||||
},
|
||||
{
|
||||
"Name": "Hugo",
|
||||
"Repository": "klakegg/hugo:latest",
|
||||
|
@ -315102,6 +315314,7 @@
|
|||
"TagDescription": "Latest stable release"
|
||||
},
|
||||
"Network": "bridge",
|
||||
"WebUI": "http://[IP]:[PORT:1313]",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/klakegg/docker-hugo/issues",
|
||||
"Project": "https://gohugo.io/",
|
||||
|
@ -319333,6 +319546,54 @@
|
|||
"FirstSeen": 1716761160,
|
||||
"topTrending": -0.6280000000000001
|
||||
},
|
||||
{
|
||||
"Name": "Tsunami",
|
||||
"Repository": "heywoodlh/tsunami:latest",
|
||||
"Registry": "https://hub.docker.com/r/heywoodlh/tsunami",
|
||||
"Branch": {
|
||||
"Tag": "latest",
|
||||
"TagDescription": "Latest stable release"
|
||||
},
|
||||
"Network": "host",
|
||||
"Privileged": "false",
|
||||
"Support": "https://google.github.io/tsunami-security-scanner/howto/",
|
||||
"Project": "https://google.github.io/tsunami-security-scanner/",
|
||||
"Overview": "A general purpose network security scanner with an extensible plugin system for detecting high severity vulnerabilities with high confidence.",
|
||||
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/tsunami-icon.png",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/tsunami.xml",
|
||||
"Maintainer": {
|
||||
"WebPage": "https://github.com/nwithan8"
|
||||
},
|
||||
"Requires": "<br> This is a CLI tool. After installing, open a console into the container to access the utility.<br> ",
|
||||
"Config": {
|
||||
"@attributes": {
|
||||
"Name": "Logs",
|
||||
"Target": "/usr/tsunami/logs",
|
||||
"Default": "/mnt/user/appdata/tsunami/logs",
|
||||
"Mode": "rw",
|
||||
"Description": "Log files",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/tsunami/logs"
|
||||
},
|
||||
"Repo": "grtgbln's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/tsunami.xml",
|
||||
"CategoryList": [
|
||||
"Network-Management",
|
||||
"Security",
|
||||
"Productivity",
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"downloads": 250,
|
||||
"LastUpdate": 1612426016,
|
||||
"LastUpdateScan": 1727992812,
|
||||
"FirstSeen": 1727992812
|
||||
},
|
||||
{
|
||||
"Name": "Tunarr",
|
||||
"Repository": "ghcr.io/chrisbenincasa/tunarr:latest",
|
||||
|
|
|
@ -94323,5 +94323,16 @@
|
|||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1612426016
|
||||
},
|
||||
"l4rm4nd/traefikshaper:latest": {
|
||||
"Base": null,
|
||||
"Downloads": 117,
|
||||
"Stars": null,
|
||||
"Time": 1728000426,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1725046560
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user