# lex-deeit
A rails application acting as client for
[LXD](http://www.ubuntu.com/cloud/lxd).
## Description
This will become a rails application as client for
[LXD](http://www.ubuntu.com/cloud/lxd). I looked into OpenStack but it was
much oversized for my purpose. So I decided to come up with a small solution
by myself. In the beginning it will only manage my bare needs which mainly
is the manangement of static IP addresses within a given range. As well as
management of images and containers via the
[LXD API](https://linuxcontainers.org/lxd/rest-api/).
## Requirements
* Rails
* Webserver
## Dependencies
* At least one LXD installation with https activated.
## Contributing
You can either send me patches or drop me an email asking for access to
this gitlab server.
## License
> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
>
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
>
> You should have received a copy of the GNU General Public License
> along with this program. If not, see .
## Author
Georg Hopp <>