b9e9640977133059d0300d146640bb4f09392353
autopve
Demo
COMING SOON
Information
GUI configurable web server for Proxmox automated installation.
Features
- Dynamic Answers: Allows multiple answers to be accessable at the same address by responding only to matching system information.
- Answer Inheritance: Allows defining common configurations in the "Default" answer and then only needing to specify alterations in other answers.
- History: All answer requests are logged and all system and response information is displayed.
- Live Notifications: Request activity displayed in realtime.
Using Docker
-
Download
docker-compose.yml. -
Customize the
docker-compose.ymlfile to suit your requirements. -
Run the application using Docker Compose:
docker-compose up -d
Using Proxmox LXC Container
-
Download
pve-install.ymlandinv.yml. -
Ensure you have a compatible Debian template available and updated
inv.ymlaccordingly. -
Customize the
inv.ymlfile to match your specific setup requirements. -
Execute the Ansible playbook for Proxmox LXC container installation against your Proxmox host:
ansible-playbook -i inv.yml pve-install.yml
Usage
The configuration GUI can be accessed at http://host:8080. Answers are hosted at http://host:8080/answer.
Description
Languages
Python
90.1%
CSS
6.2%
Shell
2.1%
Dockerfile
1.6%