Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

[v1.0] ioTheme - new theme for VestaCP

General questions about VestaCP
Post Reply
  • Print view
Advanced search
15 posts
  • 1
  • 2
  • Next
iotheme
Posts: 12
Joined: Sun May 24, 2020 11:18 am

Os: CentOS 6x
Web: apache + nginx
[v1.0] ioTheme - new theme for VestaCP
  • Quote

Post by iotheme » Sun May 24, 2020 12:19 pm

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!
Last edited by iotheme on Mon Jun 08, 2020 2:11 am, edited 9 times in total.
Top

dpeca
VestaCP Team
Posts: 473
Joined: Wed Nov 25, 2015 7:30 pm

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

Post by dpeca » 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.
Top

iotheme
Posts: 12
Joined: Sun May 24, 2020 11:18 am

Os: CentOS 6x
Web: apache + nginx
Re: [v 1.0] ioTheme - new theme for VestaCP
  • Quote

Post by iotheme » Sun May 24, 2020 7:28 pm

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.
Last edited by iotheme on Wed May 27, 2020 3:09 am, edited 1 time in total.
Top

Anton Kirilov
Posts: 14
Joined: Tue May 12, 2020 4:42 pm

Os: Debian 8x
Web: apache + nginx
Re: [v 1.0] ioTheme - new theme for VestaCP
  • Quote

Post by Anton Kirilov » Sun May 24, 2020 7:43 pm

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.
Top

iotheme
Posts: 12
Joined: Sun May 24, 2020 11:18 am

Os: CentOS 6x
Web: apache + nginx
Re: [v 1.0] ioTheme - new theme for VestaCP
  • Quote

Post by iotheme » Sun May 24, 2020 7:51 pm

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!
Top

dpeca
VestaCP Team
Posts: 473
Joined: Wed Nov 25, 2015 7:30 pm

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

Post by dpeca » Sun May 24, 2020 8:05 pm

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.
Top

iotheme
Posts: 12
Joined: Sun May 24, 2020 11:18 am

Os: CentOS 6x
Web: apache + nginx
Re: [v 1.0] ioTheme - new theme for VestaCP
  • Quote

Post by iotheme » Sun May 24, 2020 8:14 pm

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!
Top

exclu254
Posts: 44
Joined: Mon Dec 23, 2019 6:44 pm

Os: Ubuntu 15x
Web: nginx + php-fpm
Re: [v1.0] ioTheme - new theme for VestaCP
  • Quote

Post by exclu254 » Sun May 24, 2020 8:45 pm

Wow, this is amazing and beautiful, thanks broda!
Top

iotheme
Posts: 12
Joined: Sun May 24, 2020 11:18 am

Os: CentOS 6x
Web: apache + nginx
Re: [v1.0] ioTheme - new theme for VestaCP
  • Quote

Post by iotheme » Sun May 24, 2020 9:30 pm

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.
Top

xysites
Posts: 4
Joined: Sun Mar 10, 2019 12:49 am

Os: Ubuntu 17x
Web: nginx + php-fpm
Re: [v1.0] ioTheme - new theme for VestaCP
  • Quote

Post by xysites » Fri May 29, 2020 10:14 am

Would it work with MyVesta fork from dpeca?
Top


Post Reply
  • Print view

15 posts
  • 1
  • 2
  • Next

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password