From 55506f075f63dfff4a5b90b1ec255dad517cdb9d Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Sat, 15 Dec 2018 20:40:49 +0100 Subject: [PATCH] robo8x [chore] 12/15/2018, 8:40:49 PM --- README.md | 6 ++---- artifacts/readme/create-https-cert.md | 2 +- artifacts/readme/start-up-server.md | 6 +++--- artifacts/readme/start-up-with-electron.md | 2 +- changelog.md | 2 +- p3xrs.json | 5 +---- package.json | 8 ++++---- src/electron/window/main/index.html | 2 +- todo.md | 2 +- 9 files changed, 15 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e9b92be4..cb3bce29 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ -# 📡 P3X Redis UI that uses Socket.IO, AngularJs Material and IORedis with statistics, console - terminal, tree, dark mode, internationalization, multiple connections, web and desktop by Electron. v2018.12.15-2 +# 📡 P3X Redis UI that uses Socket.IO, AngularJs Material and IORedis with statistics, console - terminal, tree, dark mode, internationalization, multiple connections, web and desktop by Electron. v2018.12.15-4 This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :) @@ -71,8 +71,6 @@ https://p3x.redis.patrikx3.com ## Features * Works as a backend - * For now, it only works with HTTPS - * Warning: Actually, until Electron NodeJs version is below v10.13.0, we disabled https2 and use https. * Works as a desktop via Electron * I have @@ -129,7 +127,7 @@ https://github.com/patrikx3/redis-ui/releases --- -[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-2 +[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-4 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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) diff --git a/artifacts/readme/create-https-cert.md b/artifacts/readme/create-https-cert.md index 4afdea6d..50820072 100644 --- a/artifacts/readme/create-https-cert.md +++ b/artifacts/readme/create-https-cert.md @@ -24,7 +24,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; --- -[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-2 +[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-4 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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) diff --git a/artifacts/readme/start-up-server.md b/artifacts/readme/start-up-server.md index 6d1d5983..0e93cfa6 100644 --- a/artifacts/readme/start-up-server.md +++ b/artifacts/readme/start-up-server.md @@ -57,7 +57,7 @@ service p3x-redis-ui start ``` The server is loading at: -[https://localhost:7843](https://localhost:7843) +[http://localhost:7843](http://localhost:7843) The best is, if you have an NGINX with a valid, secure HTTPS certificate for example Let's Encrypt and then use it as a proxy, for example my own: ```text @@ -112,7 +112,7 @@ server { ssl_certificate_key /home/redis-ui/acme/ssl//patrikx3.com/patrikx3.com.key; location / { - proxy_pass "https://127.0.0.1:7843"; + proxy_pass "http://127.0.0.1:7843"; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; @@ -134,7 +134,7 @@ server { --- -[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-2 +[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-4 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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) diff --git a/artifacts/readme/start-up-with-electron.md b/artifacts/readme/start-up-with-electron.md index d2eec433..29b58cbd 100644 --- a/artifacts/readme/start-up-with-electron.md +++ b/artifacts/readme/start-up-with-electron.md @@ -15,7 +15,7 @@ in progress... --- -[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-2 +[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-4 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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) diff --git a/changelog.md b/changelog.md index 2da98870..22124fa5 100644 --- a/changelog.md +++ b/changelog.md @@ -20,7 +20,7 @@ --- -[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-2 +[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-4 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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) diff --git a/p3xrs.json b/p3xrs.json index 67222fc2..d9264f06 100644 --- a/p3xrs.json +++ b/p3xrs.json @@ -1,9 +1,6 @@ { "p3xrs": { - "https2": { - "certs-info": "If you want to use your own certificates, you can use a relative or absolute cert and key.", - "cert": "~p3x-redis-ui-server/artifacts/certs/cert.pem", - "key": "~p3x-redis-ui-server/artifacts/certs/key.nopass.pem", + "http": { "port-info": "this is ommitted, it will be default 7843", "port": 7843 }, diff --git a/package.json b/package.json index 671938e2..4bbb476a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3x-redis-ui", - "version": "2018.12.15-2", + "version": "2018.12.15-4", "description": "📡 P3X Redis UI that uses Socket.IO, AngularJs Material and IORedis with statistics, console - terminal, tree, dark mode, internationalization, multiple connections, web and desktop by Electron.", "corifeus": { "icon": "fas fa-database", @@ -54,8 +54,8 @@ }, "homepage": "https://pages.corifeus.com/redis-ui", "dependencies": { - "p3x-redis-ui-material": "^2018.12.15-1", - "p3x-redis-ui-server": "^2018.12.15-1" + "p3x-redis-ui-material": "^2018.12.15-4", + "p3x-redis-ui-server": "^2018.12.15-4" }, "build": { "appId": "p3x.redis-ui.electron", @@ -74,4 +74,4 @@ "target": "appimage" } } -} \ No newline at end of file +} diff --git a/src/electron/window/main/index.html b/src/electron/window/main/index.html index 666cdac9..2f79c354 100644 --- a/src/electron/window/main/index.html +++ b/src/electron/window/main/index.html @@ -14,7 +14,7 @@ - + diff --git a/todo.md b/todo.md index 17697062..3196d572 100644 --- a/todo.md +++ b/todo.md @@ -16,7 +16,7 @@ --- -[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-2 +[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.12.15-4 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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)