Skip to content

Commit

Permalink
robo8x [chore] 12/15/2018, 8:40:49 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Dec 15, 2018
1 parent 9ec037c commit 55506f0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 20 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! :)

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/readme/create-https-cert.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions artifacts/readme/start-up-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/readme/start-up-with-electron.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 1 addition & 4 deletions p3xrs.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -74,4 +74,4 @@
"target": "appimage"
}
}
}
}
2 changes: 1 addition & 1 deletion src/electron/window/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<body onload="window.p3xreRun()">

<webview id="p3xre-redis-ui-electron" src="https://localhost:7843" disablewebsecurity></webview>
<webview id="p3xre-redis-ui-electron" src="http://localhost:7843"></webview>


</body>
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 55506f0

Please sign in to comment.