Gitignore for a couple private items I bet we'll have to set up.
This commit is contained in:
parent
34519ec52f
commit
d9e709feda
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# The tinc host private key
|
||||
tinc/lixonet/rsa_key.priv
|
||||
|
||||
# Custom host-specific Lixonet configuration
|
||||
lixonet.conf
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user