This will become a rails application as client for LXD.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Hopp f91049845a add lxd_host model 10 years ago
app add lxd_host model 10 years ago
bin Initial commit 10 years ago
config Initial commit 10 years ago
db add lxd_host model 10 years ago
doc Example generate self signed key/cert 10 years ago
lib Initial commit 10 years ago
log Initial commit 10 years ago
public Initial commit 10 years ago
test add lxd_host model 10 years ago
vendor/assets Initial commit 10 years ago
.gitignore update ignores 10 years ago
Gemfile update Gemfile 10 years ago
README.md Initial commit 10 years ago
README.rdoc Initial commit 10 years ago
Rakefile Initial commit 10 years ago
config.ru Initial commit 10 years ago

README.md

lex-deeit

A rails application acting as client for LXD.

Description

This will become a rails application as client for 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.

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 http://www.gnu.org/licenses/.

Author

Georg Hopp <georg@steffers.org>