Page 1 of 2

[v1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 12:19 pm
by iotheme
This theme simple edit some CSS, HTML and a little JavaScript:
Add:

Code: Select all

./css/styles.fix.css
./js/fix.js
./images/banner2.png
Edit:

Code: Select all

./css/styles.min.css
./templates/header.html
./templates/scripts.html
./templates/admin/list_server_info.html
./templates/admin/list_weblog.html

Demo:
Image

Demo with log:
Image

Install:
Download theme:

Code: Select all

cd /usr/local/vesta
sudo wget https://iotheme.com/vesta_iotheme.tar.gz
Extract overwrite old files :

Code: Select all

sudo tar -xvf /usr/local/vesta/vesta_iotheme.tar.gz -C /usr/local/vesta/web
Done! Now you can press F5 to view this theme.


For VestaCP auto update:
This theme overwrite only css, html and a little js so you can easy update vesta with cronjob (03:00 AM - everyday):

Code: Select all

crontab -e
0 3 * * * tar -xf /usr/local/vesta/vesta_iotheme.tar.gz -C /usr/local/vesta/web > /dev/null 2>&1

Hope you enjoy it!

p/s: I have a WordPress starter theme (https://iotheme.com), would be verry happy if you could share with everyone. Sorry for my English!

Re: [v 1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 12:55 pm
by dpeca
I must say that this looks beautiful !
With small CSS corrections it could be official theme of some forks.

Re: [v 1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 7:28 pm
by iotheme
dpeca wrote:
Sun May 24, 2020 12:55 pm
I must say that this looks beautiful !
With small CSS corrections it could be official theme of some forks :D
Thanks!
- I am not a bash/shell expert.
- I want to support the mainline VestaCP development team.
So I won't forks another version with this theme.

Re: [v 1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 7:43 pm
by Anton Kirilov
iotheme wrote:
Sun May 24, 2020 7:28 pm
- I want to support the mainline VestaCP development team.
So I won't forks another version with this theme.
But I'm afraid mainline VestaCP is dead.
And I hope they will reply somewhere (just to give us a sign that they are alive) and deny our fears.

Re: [v 1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 7:51 pm
by iotheme
imperio wrote:
Tue Jan 21, 2020 9:52 am
the project is not abondoned, but team is very busy in last time. Now we are rewriting the front-end interface of the panel. Front-end of FM already done. Also we are working under support of CentOS 8 & Debian 10
I think updating to Centos 8 and Debian 10 is difficult, so they may be delayed a bit.
Hope everything will be ok soon!

Re: [v 1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 8:05 pm
by dpeca
iotheme wrote:
Sun May 24, 2020 7:51 pm
I think updating to Centos 8 and Debian 10 is difficult, so they may be delayed a bit.
Hope everything will be ok soon!
Maybe (and I hope) they are refactoring code.
Support for Deb10 is not hard to add, I did it within 2 days in my company fork.

Re: [v 1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 8:14 pm
by iotheme
dpeca wrote:
Sun May 24, 2020 8:05 pm
Maybe (and I hope) they are refactoring code.
Support for Deb10 is not hard to add, I did it within 2 days in my company fork.
Maybe they are making big changes.
Work on manny distros and many vesions are very complex task.
Thank you for the security patch at GitHub!

Re: [v1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 8:45 pm
by exclu254
Wow, this is amazing and beautiful, thanks broda!

Re: [v1.0] ioTheme - new theme for VestaCP

Posted: Sun May 24, 2020 9:30 pm
by iotheme
exclu254 wrote:
Sun May 24, 2020 8:45 pm
Wow, this is amazing and beautiful, thanks broda!
Thanks!
It's just a little css, the hardest is Serghey's work.

Re: [v1.0] ioTheme - new theme for VestaCP

Posted: Fri May 29, 2020 10:14 am
by xysites
Would it work with MyVesta fork from dpeca?