This commit is contained in:
Andrew Z 2024-08-05 18:06:44 -04:00
parent 0578a6869d
commit ba37412d10
8 changed files with 621 additions and 149 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1722888394
"last_updated_timestamp": 1722895603
}

View File

@ -4360,11 +4360,255 @@
"FirstSeen": 1713261967
},
{
"TemplatePath": "/tmp/appFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml",
"errors": [
"Unescaped '<' not allowed in attributes values"
"Name": "MeshCentral",
"Repository": "richy1989/meshcentral",
"Registry": "https://hub.docker.com/repository/docker/richy1989/meshcentral/general",
"Network": "reverseproxynetwork",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/171306-meshcentral-support-thread/",
"Project": "https://github.com/Ylianst/MeshCentral",
"Overview": "MeshCentral is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. Once you get the server started, create device group and download and install an agent on each computer you want to manage. A minute later, the new computer will show up on the web site and you can take control of it. MeshCentral includes full web-based remote desktop, terminal and file management capability.\r\n\r\nTo check how this container was created, check the source code from: https://github.com/Richy1989/meshcentral-docker there are no modifications to the MeshCentral code, I only created the container to work better with Unraid.\r\nFor more information, visit \r\nhttps://meshcentral.com/\r\nhttps://github.com/Ylianst/MeshCentral\r\n\r\nWhile easier to setup and get up and running, you should still peer through the very informative official guides:\r\nhttps://meshcentral.com/info/docs/MeshCentral2InstallGuide.pdf\r\nhttps://meshcentral.com/info/docs/MeshCentral2UserGuide.pdf",
"WebUI": "http://[IP]:[PORT:8086]",
"TemplateURL": "https://raw.githubusercontent.com/Richy1989/unraid-templates/master/meshcentral/meshcentral.xml",
"Icon": "https://raw.githubusercontent.com/Richy1989/unraid-icons/main/icons/meshcentral.png",
"Config": [
{
"@attributes": {
"Name": "MeshCentrals Hostname",
"Target": "HOSTNAME",
"Default": "my.domain.com",
"Mode": "",
"Description": "my.domain.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data Path",
"Target": "/opt/meshcentral/meshcentral-data",
"Default": "/mnt/user/appdata/meshcentral/data",
"Mode": "rw",
"Description": "config.json and other important files live here. A must for data persistence",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/data"
},
{
"@attributes": {
"Name": "User File Path",
"Target": "/opt/meshcentral/meshcentral-files",
"Default": "/mnt/user/appdata/meshcentral/user_files",
"Mode": "rw",
"Description": "where file uploads for users live",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/user_files"
},
{
"@attributes": {
"Name": "Web File Path",
"Target": "/opt/meshcentral/meshcentral-web",
"Default": "/mnt/user/appdata/meshcentral/web",
"Mode": "rw",
"Description": "location for site customization files",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/web"
},
{
"@attributes": {
"Name": "Backups File Path",
"Target": "/opt/meshcentral/meshcentral-backups",
"Default": "/mnt/user/appdata/meshcentral/backups",
"Mode": "rw",
"Description": "Folder for backups",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/backups"
},
{
"@attributes": {
"Name": "Port",
"Target": "443",
"Default": "8086",
"Mode": "tcp",
"Description": "MeshCentral where meshcentral shall be reached",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8086"
},
{
"@attributes": {
"Name": "Allow new accounts",
"Target": "ALLOW_NEW_ACCOUNTS",
"Default": "true",
"Mode": "",
"Description": "set to false if you want disable self-service creation of new accounts besides the first (admin)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Reverse Proxy IP",
"Target": "REVERSE_PROXY",
"Default": "false",
"Mode": "",
"Description": "set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy, else set fo false",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Reverse Proxy Port",
"Target": "REVERSE_PROXY_TLS_PORT",
"Default": "",
"Mode": "",
"Description": "The port of the reverse proxy server",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1443"
},
{
"@attributes": {
"Name": "MongoDB connection string",
"Target": "MONGO_URL",
"Default": "mongodb://MONGODB_IP:PORT/meshcentral",
"Mode": "",
"Description": "MongoDB connection string",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "USE_MONGODB",
"Target": "USE_MONGODB",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "MongoDB User",
"Target": "MONGO_INITDB_ROOT_USERNAME",
"Default": "",
"Mode": "",
"Description": "MongoDB Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MondoDB Password",
"Target": "MONGO_INITDB_ROOT_PASSWORD",
"Default": "",
"Mode": "",
"Description": "MondoDB Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Use IFRAME",
"Target": "IFRAME",
"Default": "false",
"Mode": "",
"Description": "set to true if you wish to enable iframe support",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Use WEBRTC",
"Target": "WEBRTC",
"Default": "false",
"Mode": "",
"Description": "set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Force Create Config",
"Target": "FORCE_CREATE_CONFIG",
"Default": "false",
"Mode": "",
"Description": "Force the recreation of the config file, the old one will be deleted",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
}
],
"FirstSeen": null
"Repo": "Richy1989's Repository",
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
"templatePath": "/tmp/GitHub/AppFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml",
"CategoryList": [
"HomeAutomation",
"Tools-Utilities"
],
"downloads": 32,
"LastUpdateScan": 1722161204,
"LastUpdate": 1722125531,
"FirstSeen": 1722161204
},
{
"Name": "mumble-server",
@ -214939,7 +215183,7 @@
"Author": "Nika Wang, William Fung, \u5c11\u82b1\u4e00\u70b9, Javy Liu, Witte Kwok, Han Liu, Xuzhou Qin, Sean Zhang, \u5218\u6c49\u6e90, Anpple",
"Name": "\u7b80\u4f53\u4e2d\u6587\u8bed\u8a00\u5305",
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-zh_CN.xml",
"Version": "2024.02.07",
"Version": "2024.08.01",
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
"Support": "https://forums.unraid.net/forum/88-chinese-%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87/",
"Description": "\u8fd9\u662fUnraid\u548c\u53d7\u652f\u6301\u7684\u63d2\u4ef6\u7684\u4e2d\u6587\u7ffb\u8bd1\n\nThis is a Simplified Chinese translation for Unraid and supported plugins",
@ -287277,21 +287521,24 @@
"MediaServer-Photos",
"MediaServer-Other"
],
"downloads": 5211499,
"stars": 52,
"trending": 0.538,
"downloads": 5252497,
"stars": 54,
"LastUpdate": 1722363130,
"trending": 0.781,
"trends": [
0.538
0.538,
0.781
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"downloadtrend": [
5183453,
5211499
5211499,
5252497
],
"LastUpdateScan": 1720296376,
"LastUpdate": 1719587052,
"LastUpdateScan": 1722895602,
"FirstSeen": 1655989612
},
{
@ -305915,21 +306162,24 @@
"Tools-Utilities",
"Productivity"
],
"downloads": 26656582,
"downloads": 27067076,
"stars": 35,
"trending": 1.633,
"LastUpdate": 1720711429,
"trending": 1.517,
"trends": [
1.633
1.633,
1.517
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"downloadtrend": [
26221212,
26656582
26656582,
27067076
],
"LastUpdateScan": 1720296376,
"LastUpdate": 1719333126,
"LastUpdateScan": 1722895602,
"FirstSeen": 1717697303
},
{
@ -320527,21 +320777,24 @@
"CategoryList": [
"Network-VPN"
],
"downloads": 27984,
"stars": 10,
"trending": 40.763,
"downloads": 39485,
"stars": 11,
"LastUpdate": 1719298584,
"trending": 29.128,
"trends": [
40.763
40.763,
29.128
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"downloadtrend": [
16577,
27984
27984,
39485
],
"LastUpdateScan": 1720296376,
"LastUpdate": 1719298584,
"LastUpdateScan": 1722895602,
"FirstSeen": 1715097974
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 2347,
"last_updated_timestamp": 1722888394,
"last_updated": "2024-08-05 16:06",
"last_updated_timestamp": 1722895603,
"last_updated": "2024-08-05 18:06",
"categories": [
{
"Cat": "AI:",
@ -4526,11 +4526,255 @@
"FirstSeen": 1713261967
},
{
"TemplatePath": "/tmp/appFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml",
"errors": [
"Unescaped '<' not allowed in attributes values"
"Name": "MeshCentral",
"Repository": "richy1989/meshcentral",
"Registry": "https://hub.docker.com/repository/docker/richy1989/meshcentral/general",
"Network": "reverseproxynetwork",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/171306-meshcentral-support-thread/",
"Project": "https://github.com/Ylianst/MeshCentral",
"Overview": "MeshCentral is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. Once you get the server started, create device group and download and install an agent on each computer you want to manage. A minute later, the new computer will show up on the web site and you can take control of it. MeshCentral includes full web-based remote desktop, terminal and file management capability.\r\n\r\nTo check how this container was created, check the source code from: https://github.com/Richy1989/meshcentral-docker there are no modifications to the MeshCentral code, I only created the container to work better with Unraid.\r\nFor more information, visit \r\nhttps://meshcentral.com/\r\nhttps://github.com/Ylianst/MeshCentral\r\n\r\nWhile easier to setup and get up and running, you should still peer through the very informative official guides:\r\nhttps://meshcentral.com/info/docs/MeshCentral2InstallGuide.pdf\r\nhttps://meshcentral.com/info/docs/MeshCentral2UserGuide.pdf",
"WebUI": "http://[IP]:[PORT:8086]",
"TemplateURL": "https://raw.githubusercontent.com/Richy1989/unraid-templates/master/meshcentral/meshcentral.xml",
"Icon": "https://raw.githubusercontent.com/Richy1989/unraid-icons/main/icons/meshcentral.png",
"Config": [
{
"@attributes": {
"Name": "MeshCentrals Hostname",
"Target": "HOSTNAME",
"Default": "my.domain.com",
"Mode": "",
"Description": "my.domain.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data Path",
"Target": "/opt/meshcentral/meshcentral-data",
"Default": "/mnt/user/appdata/meshcentral/data",
"Mode": "rw",
"Description": "config.json and other important files live here. A must for data persistence",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/data"
},
{
"@attributes": {
"Name": "User File Path",
"Target": "/opt/meshcentral/meshcentral-files",
"Default": "/mnt/user/appdata/meshcentral/user_files",
"Mode": "rw",
"Description": "where file uploads for users live",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/user_files"
},
{
"@attributes": {
"Name": "Web File Path",
"Target": "/opt/meshcentral/meshcentral-web",
"Default": "/mnt/user/appdata/meshcentral/web",
"Mode": "rw",
"Description": "location for site customization files",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/web"
},
{
"@attributes": {
"Name": "Backups File Path",
"Target": "/opt/meshcentral/meshcentral-backups",
"Default": "/mnt/user/appdata/meshcentral/backups",
"Mode": "rw",
"Description": "Folder for backups",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/backups"
},
{
"@attributes": {
"Name": "Port",
"Target": "443",
"Default": "8086",
"Mode": "tcp",
"Description": "MeshCentral where meshcentral shall be reached",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8086"
},
{
"@attributes": {
"Name": "Allow new accounts",
"Target": "ALLOW_NEW_ACCOUNTS",
"Default": "true",
"Mode": "",
"Description": "set to false if you want disable self-service creation of new accounts besides the first (admin)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Reverse Proxy IP",
"Target": "REVERSE_PROXY",
"Default": "false",
"Mode": "",
"Description": "set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy, else set fo false",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Reverse Proxy Port",
"Target": "REVERSE_PROXY_TLS_PORT",
"Default": "",
"Mode": "",
"Description": "The port of the reverse proxy server",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1443"
},
{
"@attributes": {
"Name": "MongoDB connection string",
"Target": "MONGO_URL",
"Default": "mongodb://MONGODB_IP:PORT/meshcentral",
"Mode": "",
"Description": "MongoDB connection string",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "USE_MONGODB",
"Target": "USE_MONGODB",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "MongoDB User",
"Target": "MONGO_INITDB_ROOT_USERNAME",
"Default": "",
"Mode": "",
"Description": "MongoDB Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MondoDB Password",
"Target": "MONGO_INITDB_ROOT_PASSWORD",
"Default": "",
"Mode": "",
"Description": "MondoDB Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Use IFRAME",
"Target": "IFRAME",
"Default": "false",
"Mode": "",
"Description": "set to true if you wish to enable iframe support",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Use WEBRTC",
"Target": "WEBRTC",
"Default": "false",
"Mode": "",
"Description": "set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Force Create Config",
"Target": "FORCE_CREATE_CONFIG",
"Default": "false",
"Mode": "",
"Description": "Force the recreation of the config file, the old one will be deleted",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
}
],
"FirstSeen": null
"Repo": "Richy1989's Repository",
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
"templatePath": "/tmp/GitHub/AppFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml",
"CategoryList": [
"HomeAutomation",
"Tools-Utilities"
],
"downloads": 32,
"LastUpdateScan": 1722161204,
"LastUpdate": 1722125531,
"FirstSeen": 1722161204
},
{
"Name": "mumble-server",
@ -215105,7 +215349,7 @@
"Author": "Nika Wang, William Fung, \u5c11\u82b1\u4e00\u70b9, Javy Liu, Witte Kwok, Han Liu, Xuzhou Qin, Sean Zhang, \u5218\u6c49\u6e90, Anpple",
"Name": "\u7b80\u4f53\u4e2d\u6587\u8bed\u8a00\u5305",
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-zh_CN.xml",
"Version": "2024.02.07",
"Version": "2024.08.01",
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
"Support": "https://forums.unraid.net/forum/88-chinese-%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87/",
"Description": "\u8fd9\u662fUnraid\u548c\u53d7\u652f\u6301\u7684\u63d2\u4ef6\u7684\u4e2d\u6587\u7ffb\u8bd1\n\nThis is a Simplified Chinese translation for Unraid and supported plugins",
@ -287443,21 +287687,24 @@
"MediaServer-Photos",
"MediaServer-Other"
],
"downloads": 5211499,
"stars": 52,
"trending": 0.538,
"downloads": 5252497,
"stars": 54,
"LastUpdate": 1722363130,
"trending": 0.781,
"trends": [
0.538
0.538,
0.781
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"downloadtrend": [
5183453,
5211499
5211499,
5252497
],
"LastUpdateScan": 1720296376,
"LastUpdate": 1719587052,
"LastUpdateScan": 1722895602,
"FirstSeen": 1655989612
},
{
@ -306081,21 +306328,24 @@
"Tools-Utilities",
"Productivity"
],
"downloads": 26656582,
"downloads": 27067076,
"stars": 35,
"trending": 1.633,
"LastUpdate": 1720711429,
"trending": 1.517,
"trends": [
1.633
1.633,
1.517
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"downloadtrend": [
26221212,
26656582
26656582,
27067076
],
"LastUpdateScan": 1720296376,
"LastUpdate": 1719333126,
"LastUpdateScan": 1722895602,
"FirstSeen": 1717697303
},
{
@ -320693,21 +320943,24 @@
"CategoryList": [
"Network-VPN"
],
"downloads": 27984,
"stars": 10,
"trending": 40.763,
"downloads": 39485,
"stars": 11,
"LastUpdate": 1719298584,
"trending": 29.128,
"trends": [
40.763
40.763,
29.128
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"downloadtrend": [
16577,
27984
27984,
39485
],
"LastUpdateScan": 1720296376,
"LastUpdate": 1719298584,
"LastUpdateScan": 1722895602,
"FirstSeen": 1715097974
},
{

View File

@ -12525,61 +12525,6 @@
]
},
"zh_CN - Simplified Chinese / \u7b80\u4f53\u4e2d\u6587": {
"missing": {
"/tools.txt": [
"Creating Flash backup",
"Creation error",
"Delete Modprobe config",
"Downgrade OS",
"Driver",
"Edit Modprobe config",
"Flash backup",
"Insufficient free disk space available",
"Rebuild Modules",
"Save Modprobe config",
"Select View",
"State",
"Support page",
"System Drivers"
],
"/vms.txt": [
"define Multifunctiion Support"
],
"Community Apps/apps.txt": [
"Deprecated OS version No further updates to Community Applications will be issued for this OS version",
"Update Application",
"Run Anyways",
"Memory Requirements not met Problems may result",
"Browser failed to communicate with Unraid Server",
"For unknown reasons, your browser was unable to communicate with Community Applications running on your server",
"Attempt to Fix Via Reload Page"
],
"Unassigned Devices/editdevicesettings.txt": [
"Click to select file or click Default button for the Device Script File"
],
"Unassigned Devices/fsck.txt": [
"Cannot determine file system on an encrypted disk",
"Executing file system check",
"Executing file system scrub"
],
"Unassigned Devices/unassigneddevices.txt": [
"Encrypt CIFS Mount",
"User Shares without Pools",
"Partition",
"Passed",
"Passed Through",
"Pool",
"Preclear",
"Remote Shares",
"Search for Servers, or enter the Server name or IP address manually",
"Select the Root Share",
"Unassigned Devices",
"Unassigned Disks",
"User Shares without Pools",
"User Shares - allow access to User Shares, including Cache and Pool files",
"User Shares without Pools - allow access to User Shares, but the Root Share will not include Cache and Pool files"
]
},
"new": {
"/main.txt": [
"btrfs filesystem usage",

View File

@ -451,13 +451,13 @@ Click Install to download and install the Community Applications plugin=点击
; Note: February 10, 2024 - 7 missing translations
Deprecated OS version No further updates to Community Applications will be issued for this OS version=
Update Application=
Run Anyways=
Memory Requirements not met Problems may result=
Browser failed to communicate with Unraid Server=
For unknown reasons, your browser was unable to communicate with Community Applications running on your server=
Attempt to Fix Via Reload Page=
Deprecated OS version No further updates to Community Applications will be issued for this OS version=已过时的操作系统版本 - 这个版本的操作系统将不会接收到社区应用的后续更新
Update Application=升级应用
Run Anyways=总是运行
Memory Requirements not met Problems may result=未达到内存要求,可能导致问题
Browser failed to communicate with Unraid Server=浏览器未能成功与 Unraid 服务器联系
For unknown reasons, your browser was unable to communicate with Community Applications running on your server=因未知原因,您的浏览器无法成功与您服务器上的社区应用联系
Attempt to Fix Via Reload Page=尝试重新加载页面以修复
Access Mode=访问模式
Add another Path, Port, Variable, Label or Device=添加另一个路径、端口、变量、标签或设备
Add Configuration=添加配置
@ -509,7 +509,7 @@ FTP=FTP
Game Servers=游戏服务器
healthy=健康
Hide Buttons=隐藏按钮
Hide docker allocations=隐藏 docker 分配
Hide docker allocations=隐藏 Docker 分配
Hide more settings=隐藏更多设置
Home Automation=家庭自动化
Host Path=主机路径
@ -562,7 +562,7 @@ Resume All=全部恢复
Save=保存
Select a template=选择一个模板
Select categories=选择类别
Show docker allocations=显示 docker 分配
Show docker allocations=显示 Docker 分配
Show more settings=显示更多设置
Stable=稳定
Start All=全部启动
@ -1827,4 +1827,4 @@ Open a bug report=打开一个bug报告
%s years=%s年
; Note: February 7, 2024 - 1 missing translations
Flash Backup is not available Navigate to %sMainSettingsFlash to try again then come back to this page=Flash Backup is not available. Navigate to %s/Main/Settings/Flash to try again then come back to this page.
Flash Backup is not available Navigate to %sMainSettingsFlash to try again then come back to this page=Flash Backup is not available. Navigate to %s/Main/Settings/Flash to try again then come back to this page.闪存备份不可用。请到**主界面/设置/引导设备**界面重试后返回本界面查看。

View File

@ -146,8 +146,7 @@ Processing /tmp/appFeed/templates/type0devsRepository/SITserver/SITserer.xml...S
Downloading Richy1989's Repository: https://github.com/Richy1989/unraid-templates -> /tmp/appFeed/templates/Richy1989sRepository Attempt 1...https://github.com/Richy1989/unraid-templates/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/Richy1989sRepository/matrix_signal_bridge/matrix_signal_bridge.xml...Success
Processing /tmp/appFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml...Failed
Failed loading XML
Processing /tmp/appFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml...Success
Processing /tmp/appFeed/templates/Richy1989sRepository/mumble_server/mumble_server.xml...Success
Processing /tmp/appFeed/templates/Richy1989sRepository/opensearch/opensearch-template.xml...Success
Processing /tmp/appFeed/templates/Richy1989sRepository/synapse_sliding_sync/synapse_sliding_sync.xml...Success
@ -4281,6 +4280,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
difegue/lanraragi
difegue/lanraragi Downloads: 5252497 Stars: 54 Base: unknown
darthsim/imgproxy
darthsim/imgproxy:latest Downloads: 27067076 Stars: 35 Base: unknown
openvpn/openvpn-as
openvpn/openvpn-as Downloads: 39485 Stars: 11 Base: unknown
Privileged: 104

View File

@ -739,7 +739,7 @@
"TemplateURL": "https://raw.githubusercontent.com/R3yn4ld/unraid-plugins/master/ca.mover.tuning.xml",
"Repository": "https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg",
"ChangeLogPresent": true,
"pluginVersion": "2024.08.04.2112",
"pluginVersion": "2024.08.05.2004",
"MinVer": "6.9.0-rc2",
"topPlugin": 25,
"Overview": "A simple plugin to fine tune the operation of the scheduled mover script.\nOnly run when cache space is getting low and filter files to move according to age, size, ...; don't run if a parity check / rebuild is in progress; or completely disable the scheduled moves. Can enable turbo write to speed up things.",
@ -4359,6 +4359,13 @@
"LastUpdateScan": 1721059600,
"FirstSeen": 1713261967
},
{
"TemplatePath": "/tmp/appFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml",
"errors": [
"Unescaped '<' not allowed in attributes values"
],
"FirstSeen": null
},
{
"Name": "mumble-server",
"Repository": "mumblevoip/mumble-server:latest",

View File

@ -89224,19 +89224,22 @@
},
"openvpn/openvpn-as": {
"Base": null,
"Downloads": 27984,
"Stars": 10,
"Time": 1720296376,
"trending": 40.763,
"Downloads": 39485,
"Stars": 11,
"Time": 1722895602,
"trending": 29.128,
"trends": [
40.763
40.763,
29.128
],
"downloadtrend": [
16577,
27984
27984,
39485
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"LastUpdate": 1719298584
},
@ -89947,39 +89950,45 @@
},
"difegue/lanraragi": {
"Base": null,
"Downloads": 5211499,
"Stars": 52,
"Time": 1720296376,
"trending": 0.538,
"Downloads": 5252497,
"Stars": 54,
"Time": 1722895602,
"trending": 0.781,
"trends": [
0.538
0.538,
0.781
],
"downloadtrend": [
5183453,
5211499
5211499,
5252497
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"LastUpdate": 1719587052
"LastUpdate": 1722363130
},
"darthsim/imgproxy:latest": {
"Base": null,
"Downloads": 26656582,
"Downloads": 27067076,
"Stars": 35,
"Time": 1720296376,
"trending": 1.633,
"Time": 1722895602,
"trending": 1.517,
"trends": [
1.633
1.633,
1.517
],
"downloadtrend": [
26221212,
26656582
26656582,
27067076
],
"trendsDate": [
1720296376
1720296376,
1722895602
],
"LastUpdate": 1719333126
"LastUpdate": 1720711429
},
"binhex/arch-nicotineplus": {
"Base": null,