From d9e709fedab43aded838973e457513d2fe740d0b Mon Sep 17 00:00:00 2001 From: sump pump Date: Mon, 27 Apr 2020 18:13:14 +0000 Subject: [PATCH] Gitignore for a couple private items I bet we'll have to set up. --- .gitignore | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7e9d03 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# The tinc host private key +tinc/lixonet/rsa_key.priv + +# Custom host-specific Lixonet configuration +lixonet.conf diff --git a/README.md b/README.md index ac3f126..d98a7b8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # lixonet-ee +This is the semi-official, testing Lixonet EE repository. + +Custom configurations should be supplied in a `lixonet.conf` file in the `NAME=VALUE` format, such as your subnet. Additionally, a tinc keypair is also be required. + +Clone this repository and run `docker-compose up -d` to begin.