Merge remote-tracking branch 'origin/3.x' into 3.x

This commit is contained in:
Saeed Vaziry
2025-06-21 22:32:56 +02:00

View File

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img src="https://github.com/user-attachments/assets/57f77bd5-bd3f-4367-84c0-aff6ecd392b4" alt="VitoDeploy> <img src="https://github.com/user-attachments/assets/b06531f3-2066-436e-a0e3-0a5f1b7d5118" alt="VitoDeploy>
<p align="center"> <p align="center">
<a href="https://github.com/vitodeploy/vito/actions"><img alt="GitHub Workflow Status" src="https://github.com/vitodeploy/vito/workflows/tests/badge.svg"></a> <a href="https://github.com/vitodeploy/vito/actions"><img alt="GitHub Workflow Status" src="https://github.com/vitodeploy/vito/workflows/tests/badge.svg"></a>
</p> </p>
@ -14,10 +14,18 @@ ## About Vito
## Quick Start ## Quick Start
Version 3 (Alpha):
```sh ```sh
bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/3.x/scripts/install.sh) bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/3.x/scripts/install.sh)
``` ```
Version 2:
```sh
bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/2.x/scripts/install.sh)
```
## Features ## Features
- Provisions and Manages the server - Provisions and Manages the server
@ -30,6 +38,8 @@ ## Features
- Deploy your SSH Keys to the server - Deploy your SSH Keys to the server
- Create and Manage cron jobs on the server - Create and Manage cron jobs on the server
- API - API
- Plugins
- Export and Import
## Useful Links ## Useful Links
@ -46,6 +56,7 @@ ## Credits
- Laravel - Laravel
- InertiaJS - InertiaJS
- ReactJS
- Shadcn UI - Shadcn UI
- PHPSecLib - PHPSecLib
- PHPUnit - PHPUnit
@ -53,3 +64,5 @@ ## Credits
- Vite - Vite
- Prettier - Prettier
- Spatie - Spatie
- Opcodesio log viewer
- Tightenco