Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Sun Apr 26, 2020 5:51 pm
- Forum: Scripting / API
- Topic: Official Way to add Plugin / Addon / Script / Module
- Replies: 4
- Views: 28425
Re: Official Way to add Plugin / Addon / Script / Module
I also found no simple way to add new features to Vesta without having to change the panel code each time I needed to update.
I made a plugin management system that allows you to install and update through the interface.
The system makes the necessary changes to the Vesta web code through RegEx and ...
I made a plugin management system that allows you to install and update through the interface.
The system makes the necessary changes to the Vesta web code through RegEx and ...
- Sun Apr 26, 2020 5:50 pm
- Forum: 3rd Party Software
- Topic: How to create vesta plugins
- Replies: 6
- Views: 18475
Re: How to create vesta plugins
I also found no simple way to add new features to Vesta without having to change the panel code each time I needed to update.
I made a plugin management system that allows you to install and update through the interface.
The system makes the necessary changes to the Vesta web code through RegEx and ...
I made a plugin management system that allows you to install and update through the interface.
The system makes the necessary changes to the Vesta web code through RegEx and ...
- Sun Apr 26, 2020 2:03 am
- Forum: Modification & Patches
- Topic: Plugin Manager
- Replies: 1
- Views: 20054
Plugin Manager
I am working in a base to add support for plugins in Vesta. The script is already usable but I'm still doing some testing to make sure everything is right.
https://github.com/jhmaverick/vestacp-plugin-manager
The script works as follows, at the installation it will download the necessary files ...
https://github.com/jhmaverick/vestacp-plugin-manager
The script works as follows, at the installation it will download the necessary files ...