Gitignore for a couple private items I bet we'll have to set up.

This commit is contained in:
sump pump 2020-04-27 18:13:14 +00:00
parent 34519ec52f
commit d9e709feda
2 changed files with 10 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# The tinc host private key
tinc/lixonet/rsa_key.priv
# Custom host-specific Lixonet configuration
lixonet.conf

View File

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