From 0f01bab92479a2100790136f6de1916ca5608c61 Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Fri, 31 Jul 2020 22:52:40 +0530 Subject: [PATCH] Cleanup (#74) --- CONTRIBUTING.md | 28 ---------------------------- NETWORKING.md | 2 ++ README.md | 2 +- scripts/configure | 2 -- 4 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 7060091..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,28 +0,0 @@ -## How to contribute to this project - -#### **Did you find a bug?** - -* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/lncm/thebox-compose-system/issues). - -* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/lncm/thebox-compose-system/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and try to include a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. - -#### **Did you write a patch that fixes a bug?** - -* Open a new GitHub pull request with the patch. - -* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. - -* If you haven't done a test build yet, please mention this in the pull request. This will save a world of pain for future builds. There is no regression testing suite set up yet but this is something that we're looking into. Contributions are welcome. - -#### **I'm not a developer, what can I do to help?** - -We could definetely use some UX, QA or Build Systems support on this project. See getting in touch below or just [create an issue](https://github.com/lncm/thebox-compose-system/issues/new) and tag it with question. - -Or if you just want to donate some money please use [**bc1qsdlppqy9mhah5ljmhcmtpl20n9km8jz45n3qx3les3q2qfzpwm7qnruqnq**](https://blockchair.com/bitcoin/address/bc1qsdlppqy9mhah5ljmhcmtpl20n9km8jz45n3qx3les3q2qfzpwm7qnruqnq) or feel free to use [**Lightning via tippin.me**](https://tippin.me/@lncnx) . - -#### **Getting in touch** - -We accept contributions of all kinds, please contact us on [Twitter](https://twitter.com/lncnx) or contact one of us directly on Wire Messenger (userid: @corv , @nolim1t, or @meeDamian) - -Main Repository Maintainer: [@nolim1t](https://github.com/nolim1t) - diff --git a/NETWORKING.md b/NETWORKING.md index a9d2881..aee54c3 100644 --- a/NETWORKING.md +++ b/NETWORKING.md @@ -15,3 +15,5 @@ lnd | 10.11.1.2 | dashboard | 10.11.0.3 | manager | 10.11.2.1 | middleware | 10.11.2.2 | +neutrino-switcher | 10.11.5.2 | +frontail | 10.11.3.0 | diff --git a/README.md b/README.md index 289d38d..cbf403e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you're looking to run Umbrel on: - [`LND`](https://github.com/getumbrel/docker-lnd) - [`Tor`](https://github.com/getumbrel/docker-tor) - [`Nginx`](https://github.com/nginx/nginx) -- [`lnd-neutrino-switch`](https://github.com/lncm/docker-lnd-neutrino-switch) - Utility container for seamlessly transitioning from neutrino mode to bitcoind mode +- [`LND Neutrino Switch`](https://github.com/lncm/docker-lnd-neutrino-switch) **Architecture** diff --git a/scripts/configure b/scripts/configure index f41486f..57079a5 100755 --- a/scripts/configure +++ b/scripts/configure @@ -115,7 +115,5 @@ echo "Removing stuff we don't need" rm -fr .git rm -fr README.md rm -fr NETWORKING.md -rm -fr CONTRIBUTING.md -rm -fr LICENSE echo "Box Configuration complete"