From 544e31c562d9608ee878e5952128fec688353cf9 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:36:29 +0100 Subject: [PATCH] Update README.md (#390) --- CONTRIBUTING.md | 2 +- README.md | 24 ++++++++++++++---------- SECURITY.md | 9 +++++---- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9aae05..8e9cd2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ # Contributing Please read the contribution guide on the website -https://vitodeploy.com/introduction/contribution-guide.html +https://vitodeploy.com/prologue/contribution-guide.html diff --git a/README.md b/README.md index cb18e2c..7fa8a18 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,21 @@ -
------ + ## About Vito -Vito is a self-hosted web application that helps you manage your servers and deploy your PHP applications into production servers without a hassle. +Vito is a self-hosted web application that helps you manage your servers and deploy your PHP applications into +production servers without a hassle. ## Quick Start ```sh -bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/1.x/scripts/install.sh) +bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/2.x/scripts/install.sh) ``` ## Features @@ -28,16 +29,17 @@ ## Features - Manages server's services - Deploy your SSH Keys to the server - Create and Manage cron jobs on the server +- API ## Useful Links - [Documentation](https://vitodeploy.com) -- [Install on Server](https://vitodeploy.com/introduction/installation.html#install-on-vps-recommended) -- [Install via Docker](https://vitodeploy.com/introduction/installation.html#install-via-docker) +- [Demo Website](https://demo.vitodeploy.com) +- [Install on Server](https://vitodeploy.com/getting-started/installation.html#install-on-vps) +- [Install via Docker](https://vitodeploy.com/getting-started/installation.html#install-via-docker) - [Roadmap](https://github.com/orgs/vitodeploy/projects/5) -- [Video Demo](https://youtu.be/AbmUOBDOc28) - [Discord](https://discord.gg/uZeeHZZnm5) -- [Contribution](/CONTRIBUTING.md) +- [Contribution](https://vitodeploy.com/prologue/contribution-guide.html) - [Security](/SECURITY.md) ## Credits @@ -47,8 +49,10 @@ ## Credits - PHPUnit - Tailwindcss - Alpinejs -- HTMX +- Livewire - Vite - Prettier - Postcss -- Flowbite +- FilamentPHP +- Mobiledetect +- Spatie diff --git a/SECURITY.md b/SECURITY.md index 3ed54c5..1fa8900 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,10 +2,11 @@ # Security Policy ## Supported Versions -| Version | Supported | -| ------- | ----------| -| 0.x | ❌ | -| 1.x | ✅ | +| Version | New Features | Bug Fixes | Security Fixes | +|---------|--------------|-----------|----------------------| +| 0.x | ❌ | ❌ | ❌ | +| 1.x | ❌ | ❌ | ✅ (Until March 2025) | +| 2.x | ✅ | ✅ | ✅ | ## Reporting a Vulnerability