diff --git a/README.md b/README.md index e69de29..cddd993 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# FreifunkManager [![Build Status](https://travis-ci.org/FreifunkBremen/freifunkmanager.svg?branch=master)](https://travis-ci.org/FreifunkBremen/freifunkmanager) [![Coverage Status](https://coveralls.io/repos/github/FreifunkBremen/freifunkmanager/badge.svg?branch=master)](https://coveralls.io/github/FreifunkBremen/freifunkmanager?branch=master) +is a little software to manage gluon nodes with the help of ssh and yanic +(used on the Breminale since 2017) diff --git a/config_example.conf b/config_example.conf index bcedecb..93e3296 100644 --- a/config_example.conf +++ b/config_example.conf @@ -1,4 +1,4 @@ webserver_bind = ":8080" webroot = "webroot" yanic_socket = "" -ssh_key = "/etc/a" +ssh_key = "/etc/id_rsa"