Natan Keddem 152600cc7d cleanup
2024-04-30 21:46:56 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 21:46:56 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 19:45:13 -04:00
2024-04-30 20:37:47 -04:00
2024-04-30 19:45:13 -04:00

autopve

Demo

autopve_demo.webm

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

  1. Download docker-compose.yml.

  2. Customize the docker-compose.yml file to suit your requirements.

  3. Run the application using Docker Compose:

    docker-compose up -d
    

Using Proxmox LXC Container

  1. Download pve-install.yml and inv.yml.

  2. Ensure you have a compatible Debian template available and updated inv.yml accordingly.

  3. Customize the inv.yml file to match your specific setup requirements.

  4. 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
Containerized GUI application which hosts answers for Proxmox automated installation.
Readme 92 KiB
Languages
Python 90.1%
CSS 6.2%
Shell 2.1%
Dockerfile 1.6%