Add Hestia Control Panel Support
Posted: 07 Oct 2019, 19:51
Hestia CP is fork of Vesta CP.
Vesta CP - Support added in CSF v13.05 (changelog)
Hestia CP - Support will be added in which CSF version?
I was able to get CSF working on Hestia CP using the following simple sed snippet (from within the install directory):
There are no extra changes needed, other than string ones: "VESTA" -> "HESTIA".
Hestia CP guys are working hard to improve the fork with focus on design, quality, and reliability.
Anyone from Hestia community here? Raise your hand if you would find the CSF support beneficial.
BR, Martin
Vesta CP - Support added in CSF v13.05 (changelog)
Hestia CP - Support will be added in which CSF version?
I was able to get CSF working on Hestia CP using the following simple sed snippet (from within the install directory):
Code: Select all
find . -type f -exec sed -i 's/VESTA/HESTIA/g' {} + && \
find . -type f -exec sed -i 's/Vesta/Hestia/g' {} + && \
find . -type f -exec sed -i 's/vesta/hestia/g' {} + && \
rename 's/VESTA/HESTIA/' * && \
rename 's/vesta/hestia/' *
Hestia CP guys are working hard to improve the fork with focus on design, quality, and reliability.
Anyone from Hestia community here? Raise your hand if you would find the CSF support beneficial.
BR, Martin