Skip to content

Commit

Permalink
robo8x [chore] 9/11/2018, 8:36:11 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Sep 11, 2018
1 parent 9fb6526 commit 2271734
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 14 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


---
# 📡 The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material. v2018.9.11-11
# 📡 The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material. v2018.9.11-15

This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :)

Expand Down Expand Up @@ -40,29 +40,39 @@ https://nodejs.org/en/download/package-manager/

It creates a package that allows you to compose `p3x-redis-ui-server` and `p3x-redis-ui-material` into one.

The test version:
**This is just development since September of 2018, please hang on to mature it.**

# The test version
https://p3x.redis.patrikx3.com

# Start up with a server
[Start up with a server readme](artifacts/readme/start-up-server.md)


# Start up with Electron
[Start up with Electron readme](artifacts/readme/start-up-with-electron.md)
[Start up with Electron readme](artifacts/readme/start-up-with-electron.md) - in progress

# To create your own certificate
[To create your own certificate readme](artifacts/readme/create-https-cert.md)


# Some description about the config file
[Some description about the config file readme](p3xrs.json)


# TODO
[The to do readme](todo.md)
[The to do readme](todo.md) - in progress

# Change log
[The change log readme](changelog.md)
[The change log readme](changelog.md) - in progress



[//]: #@corifeus-footer

---

[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-11
[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-15

[![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
43 changes: 43 additions & 0 deletions artifacts/readme/create-https-cert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[//]: #@corifeus-header

# 📡 The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material.

[//]: #@corifeus-header:end
# Create HTTPS2 certificate

Use PEM pass phrase: `123456789`

```bash
#openssl req -newkey rsa:2048 -keyout localhost.key -out localhost.csr -passwd 123456789
openssl req -x509 -sha256 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 36500
openssl rsa -in key.pem -out key.nopass.pem
```

# Allow unauthorized TLS certificate

```bash
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
```

[//]: #@corifeus-footer

---

[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-15

[![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)


## P3X Sponsors

[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com)

[![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/)

[The Smartest IDE for MongoDB](https://www.nosqlbooster.com)




[//]: #@corifeus-footer:end
2 changes: 1 addition & 1 deletion artifacts/readme/start-up-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ server {

---

[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-11
[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-15

[![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.9.11-11
[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-15

[![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 @@ -13,7 +13,7 @@ in progress ...

---

[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-11
[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-15

[![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
1 change: 1 addition & 0 deletions p3xrs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"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",
"port-info": "this is ommitted, it will be default 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.9.11-11",
"version": "2018.9.11-15",
"description": "📡 The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material.",
"corifeus": {
"icon": "fas fa-database",
Expand Down Expand Up @@ -41,14 +41,14 @@
"author": "Patrik Laszlo <[email protected]>",
"license": "MIT",
"devDependencies": {
"corifeus-builder": "^2018.9.8-0"
"corifeus-builder": "^2018.9.11-0"
},
"engines": {
"node": ">=8.11.4"
},
"homepage": "https://pages.corifeus.com/redis-ui",
"dependencies": {
"p3x-redis-ui-material": "^2018.9.11-10",
"p3x-redis-ui-server": "^2018.9.11-10"
"p3x-redis-ui-material": "^2018.9.11-14",
"p3x-redis-ui-server": "^2018.9.11-14"
}
}
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in progress ...

---

[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-11
[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-15

[![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 2271734

Please sign in to comment.