Browse Source

Cleanup (#74)

mount-script-check
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
0f01bab924
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 28
      CONTRIBUTING.md
  2. 2
      NETWORKING.md
  3. 2
      README.md
  4. 2
      scripts/configure

28
CONTRIBUTING.md

@ -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)

2
NETWORKING.md

@ -15,3 +15,5 @@ lnd | 10.11.1.2 |
dashboard | 10.11.0.3 | dashboard | 10.11.0.3 |
manager | 10.11.2.1 | manager | 10.11.2.1 |
middleware | 10.11.2.2 | middleware | 10.11.2.2 |
neutrino-switcher | 10.11.5.2 |
frontail | 10.11.3.0 |

2
README.md

@ -30,7 +30,7 @@ If you're looking to run Umbrel on:
- [`LND`](https://github.com/getumbrel/docker-lnd) - [`LND`](https://github.com/getumbrel/docker-lnd)
- [`Tor`](https://github.com/getumbrel/docker-tor) - [`Tor`](https://github.com/getumbrel/docker-tor)
- [`Nginx`](https://github.com/nginx/nginx) - [`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** **Architecture**

2
scripts/configure

@ -115,7 +115,5 @@ echo "Removing stuff we don't need"
rm -fr .git rm -fr .git
rm -fr README.md rm -fr README.md
rm -fr NETWORKING.md rm -fr NETWORKING.md
rm -fr CONTRIBUTING.md
rm -fr LICENSE
echo "Box Configuration complete" echo "Box Configuration complete"

Loading…
Cancel
Save