mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 18:31:36 +00:00
Update README.md (#390)
This commit is contained in:
parent
572d1df010
commit
544e31c562
@ -2,4 +2,4 @@ # Contributing
|
|||||||
|
|
||||||
Please read the contribution guide on the website
|
Please read the contribution guide on the website
|
||||||
|
|
||||||
https://vitodeploy.com/introduction/contribution-guide.html
|
https://vitodeploy.com/prologue/contribution-guide.html
|
||||||
|
24
README.md
24
README.md
@ -1,20 +1,21 @@
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/vitodeploy/vito/assets/61919774/8060fded-58e3-4d58-b58b-5b717b0718e9" alt="VitoDeploy>
|
<img src="https://github.com/user-attachments/assets/57f77bd5-bd3f-4367-84c0-aff6ecd392b4" 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>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
## About Vito
|
## 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
|
## Quick Start
|
||||||
|
|
||||||
```sh
|
```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
|
## Features
|
||||||
@ -28,16 +29,17 @@ ## Features
|
|||||||
- Manages server's services
|
- Manages server's services
|
||||||
- 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
|
||||||
|
|
||||||
## Useful Links
|
## Useful Links
|
||||||
|
|
||||||
- [Documentation](https://vitodeploy.com)
|
- [Documentation](https://vitodeploy.com)
|
||||||
- [Install on Server](https://vitodeploy.com/introduction/installation.html#install-on-vps-recommended)
|
- [Demo Website](https://demo.vitodeploy.com)
|
||||||
- [Install via Docker](https://vitodeploy.com/introduction/installation.html#install-via-docker)
|
- [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)
|
- [Roadmap](https://github.com/orgs/vitodeploy/projects/5)
|
||||||
- [Video Demo](https://youtu.be/AbmUOBDOc28)
|
|
||||||
- [Discord](https://discord.gg/uZeeHZZnm5)
|
- [Discord](https://discord.gg/uZeeHZZnm5)
|
||||||
- [Contribution](/CONTRIBUTING.md)
|
- [Contribution](https://vitodeploy.com/prologue/contribution-guide.html)
|
||||||
- [Security](/SECURITY.md)
|
- [Security](/SECURITY.md)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
@ -47,8 +49,10 @@ ## Credits
|
|||||||
- PHPUnit
|
- PHPUnit
|
||||||
- Tailwindcss
|
- Tailwindcss
|
||||||
- Alpinejs
|
- Alpinejs
|
||||||
- HTMX
|
- Livewire
|
||||||
- Vite
|
- Vite
|
||||||
- Prettier
|
- Prettier
|
||||||
- Postcss
|
- Postcss
|
||||||
- Flowbite
|
- FilamentPHP
|
||||||
|
- Mobiledetect
|
||||||
|
- Spatie
|
||||||
|
@ -2,10 +2,11 @@ # Security Policy
|
|||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | New Features | Bug Fixes | Security Fixes |
|
||||||
| ------- | ----------|
|
|---------|--------------|-----------|----------------------|
|
||||||
| 0.x | ❌ |
|
| 0.x | ❌ | ❌ | ❌ |
|
||||||
| 1.x | ✅ |
|
| 1.x | ❌ | ❌ | ✅ (Until March 2025) |
|
||||||
|
| 2.x | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user