mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update README.md
This commit is contained in:
parent
4f1a338a62
commit
6dfa512dc1
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,7 @@ Features
|
|||
+ Support for Debian 10
|
||||
|
||||
+ You can totally "lock" VestsCP so it can be accessed only via https://serverhost:8083/?MY-SECRET-URL
|
||||
+ After installation just execute:
|
||||
+ After MyVesta installation just execute:
|
||||
+ `echo "<?php \$login_url='MY-SECRET-URL';" > /usr/local/vesta/web/inc/login_url.php`
|
||||
+ Literally no one PHP script will be alive before you access that URL, so even if there is some zero-day exploit - hacker will not be able to access it without knowing your secret URL. PHP scripts from VestaCP will be simlpy dead - nothing will interact with someone who don't know your secret-URL.
|
||||
+ You can see how mechanism was built by looking at:
|
||||
|
@ -27,6 +27,11 @@ Features
|
|||
|
||||
+ Support for multi-PHP versions - https://forum.vestacp.com/viewtopic.php?t=17129
|
||||
|
||||
+ You can compile Vesta binaries by yourself - https://github.com/myvesta/vesta/blob/master/src/deb/vesta_compile.sh
|
||||
+ You can even create your own APT repositorium in a minute
|
||||
+ We are using latest nginx version for vesta-nginx package
|
||||
+ With your own APT infrastructure you can take a security of Vesta-installer infrastructure in your own hands, you have full control of your Vesta code
|
||||
|
||||
How to install
|
||||
----------------------------
|
||||
Download the installation script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue