Skip to content

Commit

Permalink
r0b08x [chore] 12/21/2024, 2:12:42 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Dec 21, 2024
1 parent 61d6aea commit 9dcf49f
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 48 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://corifeus.com/redis-ui


---
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.10.116
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.10.118



Expand Down Expand Up @@ -122,7 +122,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.116
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.118

[![NPM](https://img.shields.io/npm/v/p3x-redis-ui-server.svg)](https://www.npmjs.com/package/p3x-redis-ui-server) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.116
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.118

[![NPM](https://img.shields.io/npm/v/p3x-redis-ui-server.svg)](https://www.npmjs.com/package/p3x-redis-ui-server) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

Expand Down
81 changes: 40 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-redis-ui-server",
"version": "2024.10.116",
"version": "2024.10.118",
"description": "🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface",
"corifeus": {
"icon": "fas fa-flag-checkered",
Expand Down Expand Up @@ -65,7 +65,7 @@
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"lodash": "^4.17.21",
"node-ssh-no-cpu-features": "^2.0.0",
"node-ssh": "^13.2.0",
"socket.io": "^4.8.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/service/socket.io/request/connection-connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ module.exports = async (options) => {
if (!Array.isArray(redisConfig)) {
if (redisConfig.ssh === true) {

const { NodeSSH } = require('node-ssh-no-cpu-features');
const { NodeSSH } = require('node-ssh');
const getPort = require('get-port');

const ssh = new NodeSSH();
Expand Down
2 changes: 1 addition & 1 deletion src/service/socket.io/request/redis-test-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = async (options) => {
if (!Array.isArray(redisConfig)) {

if (redisConfig.ssh === true) {
const { NodeSSH } = require('node-ssh-no-cpu-features');
const { NodeSSH } = require('node-ssh');
const getPort = require('get-port');

ssh = new NodeSSH();
Expand Down

0 comments on commit 9dcf49f

Please sign in to comment.