WMRamadan / LXDash

A Dashboard for LXD/LXC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LXDash

A Dashboard for LXD/LXC

Requirements

  • Python3
  • python3-virtualenv
  • python3-pip
  • lxd/lxc

Setup

  1. Create and activate virtual environment and install dependencies:
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
  1. Copy .env-example to .env:
cp .env-example .env
  1. Run django server:
cd lxdash/
python3 manage.py runserver

Generate a New Django Secret Key with the following:

python3 -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'

About

A Dashboard for LXD/LXC

License:MIT License


Languages

Language:Python 69.0%Language:HTML 30.5%Language:CSS 0.5%