Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.0.0 rc release #9

Merged
merged 24 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
96e2998
Overall Theme overhaul + new features and bug fixes
blink-zero Jul 5, 2024
e3c15cf
update README.md
blink-zero Jul 5, 2024
31d19de
cleaned users_tab.html up
blink-zero Jul 5, 2024
94b0930
added playbook edit functionality
blink-zero Jul 5, 2024
729906f
Added confirmation for vm restart in history.html
blink-zero Jul 8, 2024
df71def
Updated vm images form css to match theme
blink-zero Jul 8, 2024
3d983eb
Updated user.html css form to match theme
blink-zero Jul 8, 2024
b4beb5d
updated vm history db model, updated vm history details modal
blink-zero Jul 10, 2024
5642785
added image human name to History model
blink-zero Jul 12, 2024
8455fe9
Added paramiko v3.4.0
blink-zero Jul 12, 2024
88a16a4
Added support for Updat OS, Change Password and Increase disk size
blink-zero Jul 12, 2024
0c23ec3
Fixed width on ansible log modal to be wider
blink-zero Jul 14, 2024
142bcf7
Changed Deployaroo Version to 1.0.0RC
blink-zero Jul 14, 2024
ea06351
Deleted unessessary comments, Widened ansible log modal
blink-zero Jul 14, 2024
aeaf30b
Changed various settings tabs to match overall theme
blink-zero Jul 14, 2024
9738da7
Increased height of Playbook View modal and Edit Playbook modal
blink-zero Jul 14, 2024
b2ea721
Updated various templates to match overall theme
blink-zero Jul 14, 2024
cbef5dc
Fixed uploading image bug when uploading with suffix brackets on zip …
blink-zero Jul 28, 2024
e82169b
Added History search for vm status db value
blink-zero Jul 28, 2024
a43ebf5
Modified links on home dashboard to filter to completed, running and …
blink-zero Jul 28, 2024
f14796c
Removed Kali 2024.1 Image, This image will be moved to the community …
blink-zero Jul 28, 2024
64477f8
Updated readme.md key features area
blink-zero Jul 29, 2024
89bea9f
Fixed Server Error 500 on admin user deletion, flash message shown in…
blink-zero Jul 29, 2024
1c54214
Added password visability toggle for post deployment change password
blink-zero Jul 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 24 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
# Welcome to Deployaroo

<img src="apps/static/logo/deployaroo_text_lightgrey.png" alt="Deployaroo Logo" width="400px" style="display: block; margin-left: auto; margin-right: auto;">
<p align="center">
<img src="apps/static/logo/deployaroo_text_lightgrey.png" alt="Deployaroo Logo" width="400px">
</p>

<p align="center">
<a href="https://github.com/blink-zero/deployaroo/releases">
<img src="https://img.shields.io/github/v/release/blink-zero/deployaroo" alt="Release">
</a>
<a href="https://github.com/blink-zero/deployaroo/issues">
<img src="https://img.shields.io/github/issues/blink-zero/deployaroo" alt="Issues">
</a>
<a href="https://github.com/blink-zero/deployaroo/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/blink-zero/deployaroo" alt="License">
</a>
</p>

**Deployaroo** is a sleek and intuitive web interface for deploying VMware vSphere virtual machine templates using Ansible.

---

## 🚀 Key Features

- **✅ Easy VM Creation**: Streamline the process of creating both domain-joined and non-domain virtual machines.
- **📊 Statistics Home Dashboard**: View all statistics related to template deployments.
- **📜 Deployment History**: Access records of all running, completed, and failed deployments. View Ansible log for each deployment.
- **🔍 Detailed Logs**: Detailed logs on all events within the application.
- **👥 User Management**: Manage user access and permissions.
- **☁️ Easy VM Creation**: Streamline the process of creating both domain-joined and non-domain virtual machines.
- **📊 Statistics Dashboard**: View statistics related to deployments.
- **📜 Deployment History**: Access records of all running, completed, and failed deployments. View Ansible logs for each deployment.
- **🛠 Post Deployment Actions**: Run post-deployment actions on your deployed VMs, such as expanding disks or updating OS.
- **🔍 Detailed Logs**: Access detailed logs on all events within the application.
- **👥 User Management**: Efficiently manage user access and permissions.
- **💾 Backup & Restore**: Create backups and restore them as needed.
- **🖼️ VM Image Management**: Manage your "VM Images" and upload your custom image Ansible playbooks for deployment.
- **⚙️ Flexible Deployment Options**: Deploy Deployaroo as a Docker container or on a Linux machine.
- **🖼️ VM Image Management**: Manage your "VM Images" and upload custom image Ansible playbooks for deployment.
- **⚙️ Flexible Deployment**: Deploy Deployaroo as a Docker container or on a Linux machine.
- **🔔 Notifications**: Receive Discord notifications on your VM deployments using webhooks.

---

Expand Down
Loading