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