From 2dd21813704501fc6dd72bdb635d6cbbedb882de Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Sat, 2 Mar 2019 22:43:12 -0500 Subject: [PATCH 1/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8102bf3..ab3b198a 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ RTL is already available on: * [Nodl](https://www.nodl.it/) * [BTCPayserver](https://github.com/btcpayserver/btcpayserver-docker) +Docker Image: https://hub.docker.com/r/shahanafarooqui/rtl + ### Architecture ![](screenshots/RTL_Arch.png) From 1eb07f7dc970dbf0812570cbaee96eb393e79a5b Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Sat, 2 Mar 2019 22:43:34 -0500 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3b198a..05283245 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Known Vulnerabilities [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE) -### Stable Release: v0.2.12 +### Stable Release: v0.2.14 **Intro** -- [Application Features](Application_features.md) -- [Road Map](Roadmap.md) -- [LND API Coverage](LNDAPICoverage.md) -- [Application Configurations](Application_configurations) From 3f061e913610a014e86e63ba0cbb31d1b08c9d10 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 3 Mar 2019 16:02:52 -0500 Subject: [PATCH 3/7] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05283245..8f21be04 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,15 @@ You can access the application in two ways: #### Same device as the server Open your browser at the following address: http://localhost:3000 to access the RTL application. -#### Remotely from another device on the same local network as the node +#### Remotely from another device on the same local network (home network) as the node * Ensure that the if a firewall running on your node, it allows access on port 3000 (or the custom port configured for RTL). * Determine the IP address of your node to access the application. E.g. if the IP address of your node is 192.168.0.15 then open your browser at the following address: http://192.168.0.15:3000 to access RTL. +#### Any Other setup +** Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** + ### Troubleshooting In case you are running into issues with the application or if you have feedback, feel free to open issues on our github repo. You can also reach out to us via twitter DM on @Sauby_k or @RTL_App. Thanks for your interest. From 09db5f8409b1deeb875c07b8814c82e7306994a0 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 3 Mar 2019 16:03:20 -0500 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f21be04..3806b23b 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Open your browser at the following address: http://localhost:3000 to access the E.g. if the IP address of your node is 192.168.0.15 then open your browser at the following address: http://192.168.0.15:3000 to access RTL. #### Any Other setup -** Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** +**Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** ### Troubleshooting In case you are running into issues with the application or if you have feedback, feel free to open issues on our github repo. From 28b576af013b1b315a1c3d9cb059cdc7be1d2038 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 3 Mar 2019 16:04:17 -0500 Subject: [PATCH 5/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3806b23b..7ec8901c 100644 --- a/README.md +++ b/README.md @@ -148,16 +148,16 @@ $ sudo systemctl start RTL ### Accessing the Application You can access the application in two ways: -#### Same device as the server +1. Same device as the server Open your browser at the following address: http://localhost:3000 to access the RTL application. -#### Remotely from another device on the same local network (home network) as the node +2. Remotely from another device on the same local network (home network) as the node * Ensure that the if a firewall running on your node, it allows access on port 3000 (or the custom port configured for RTL). * Determine the IP address of your node to access the application. E.g. if the IP address of your node is 192.168.0.15 then open your browser at the following address: http://192.168.0.15:3000 to access RTL. -#### Any Other setup +3. Any Other setup **Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** ### Troubleshooting From 83b1d969b28fcab42d781507af0fc2e96ee85722 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 3 Mar 2019 16:06:19 -0500 Subject: [PATCH 6/7] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ec8901c..b476ccb9 100644 --- a/README.md +++ b/README.md @@ -147,18 +147,16 @@ $ sudo systemctl start RTL `$ sudo journalctl -f -u RTL` ### Accessing the Application -You can access the application in two ways: +You can access the application in two ways (Please make note of the 3rd exception): 1. Same device as the server Open your browser at the following address: http://localhost:3000 to access the RTL application. 2. Remotely from another device on the same local network (home network) as the node * Ensure that the if a firewall running on your node, it allows access on port 3000 (or the custom port configured for RTL). * Determine the IP address of your node to access the application. - E.g. if the IP address of your node is 192.168.0.15 then open your browser at the following address: http://192.168.0.15:3000 to access RTL. -3. Any Other setup -**Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** +3. Any Other setup - **Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** ### Troubleshooting In case you are running into issues with the application or if you have feedback, feel free to open issues on our github repo. From 0783633dbd67515c50429c959e832e4a1b5b80ab Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 3 Mar 2019 16:07:14 -0500 Subject: [PATCH 7/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b476ccb9..85a93814 100644 --- a/README.md +++ b/README.md @@ -148,15 +148,15 @@ $ sudo systemctl start RTL ### Accessing the Application You can access the application in two ways (Please make note of the 3rd exception): -1. Same device as the server +1. Same device as the server: Open your browser at the following address: http://localhost:3000 to access the RTL application. -2. Remotely from another device on the same local network (home network) as the node +2. Remotely from another device on the same local network (home network) as the node: * Ensure that the if a firewall running on your node, it allows access on port 3000 (or the custom port configured for RTL). * Determine the IP address of your node to access the application. E.g. if the IP address of your node is 192.168.0.15 then open your browser at the following address: http://192.168.0.15:3000 to access RTL. -3. Any Other setup - **Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** +3. Any Other setup: **Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** ### Troubleshooting In case you are running into issues with the application or if you have feedback, feel free to open issues on our github repo.