mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
sycned repo with current build
This commit is contained in:
parent
caa024b0c8
commit
3cec339748
41 changed files with 32 additions and 4 deletions
Binary file not shown.
14
data/packages/cornsilk.pkg
Normal file
14
data/packages/cornsilk.pkg
Normal file
|
@ -0,0 +1,14 @@
|
|||
WEB_DOMAINS='100'
|
||||
WEB_ALIASES='100'
|
||||
WEB_TPL='default,phpfcgid,unlim'
|
||||
DNS_DOMAINS='100'
|
||||
DNS_RECORDS='100'
|
||||
MAIL_DOMAINS='100'
|
||||
MAIL_ACCOUNTS='100'
|
||||
DATABASES='100'
|
||||
CRON_JOBS='100'
|
||||
DISK_QUOTA='10000'
|
||||
BANDWIDTH='100000'
|
||||
NS='ns1.localhost,ns2.localhost'
|
||||
SHELL='nologin'
|
||||
BACKUPS='3'
|
14
data/packages/gainsboro.pkg
Normal file
14
data/packages/gainsboro.pkg
Normal file
|
@ -0,0 +1,14 @@
|
|||
WEB_DOMAINS='10'
|
||||
WEB_ALIASES='10'
|
||||
WEB_TPL='default'
|
||||
DNS_DOMAINS='10'
|
||||
DNS_RECORDS='10'
|
||||
MAIL_DOMAINS='10'
|
||||
MAIL_ACCOUNTS='10'
|
||||
DATABASES='10'
|
||||
CRON_JOBS='10'
|
||||
DISK_QUOTA='10000'
|
||||
BANDWIDTH='10000'
|
||||
NS='ns1.localhost,ns2.localhost'
|
||||
SHELL='nologin'
|
||||
BACKUPS='1'
|
0
data/templates/dns/default.descr
Normal file → Executable file
0
data/templates/dns/default.descr
Normal file → Executable file
0
data/templates/dns/default.tpl
Normal file → Executable file
0
data/templates/dns/default.tpl
Normal file → Executable file
0
data/templates/dns/gmail.descr
Normal file → Executable file
0
data/templates/dns/gmail.descr
Normal file → Executable file
0
data/templates/dns/gmail.tpl
Normal file → Executable file
0
data/templates/dns/gmail.tpl
Normal file → Executable file
0
data/templates/web/apache_default.descr
Normal file → Executable file
0
data/templates/web/apache_default.descr
Normal file → Executable file
0
data/templates/web/apache_default.stpl
Normal file → Executable file
0
data/templates/web/apache_default.stpl
Normal file → Executable file
0
data/templates/web/apache_default.tpl
Normal file → Executable file
0
data/templates/web/apache_default.tpl
Normal file → Executable file
0
data/templates/web/apache_phpcgi.descr
Normal file → Executable file
0
data/templates/web/apache_phpcgi.descr
Normal file → Executable file
0
data/templates/web/apache_phpcgi.stpl
Normal file → Executable file
0
data/templates/web/apache_phpcgi.stpl
Normal file → Executable file
0
data/templates/web/apache_phpcgi.tpl
Normal file → Executable file
0
data/templates/web/apache_phpcgi.tpl
Normal file → Executable file
0
data/templates/web/apache_phpfcgid.descr
Normal file → Executable file
0
data/templates/web/apache_phpfcgid.descr
Normal file → Executable file
0
data/templates/web/apache_phpfcgid.stpl
Normal file → Executable file
0
data/templates/web/apache_phpfcgid.stpl
Normal file → Executable file
0
data/templates/web/apache_phpfcgid.tpl
Normal file → Executable file
0
data/templates/web/apache_phpfcgid.tpl
Normal file → Executable file
0
data/templates/web/apache_unlim.descr
Normal file → Executable file
0
data/templates/web/apache_unlim.descr
Normal file → Executable file
0
data/templates/web/apache_unlim.stpl
Normal file → Executable file
0
data/templates/web/apache_unlim.stpl
Normal file → Executable file
0
data/templates/web/apache_unlim.tpl
Normal file → Executable file
0
data/templates/web/apache_unlim.tpl
Normal file → Executable file
0
data/templates/web/awstats.tpl
Normal file → Executable file
0
data/templates/web/awstats.tpl
Normal file → Executable file
0
data/templates/web/awstats_index.tpl
Normal file → Executable file
0
data/templates/web/awstats_index.tpl
Normal file → Executable file
0
data/templates/web/awstats_nav.tpl
Normal file → Executable file
0
data/templates/web/awstats_nav.tpl
Normal file → Executable file
0
data/templates/web/email_reset_password.tpl
Normal file → Executable file
0
data/templates/web/email_reset_password.tpl
Normal file → Executable file
0
data/templates/web/ngingx.ip.tpl
Normal file → Executable file
0
data/templates/web/ngingx.ip.tpl
Normal file → Executable file
0
data/templates/web/ngingx_default.descr
Normal file → Executable file
0
data/templates/web/ngingx_default.descr
Normal file → Executable file
0
data/templates/web/ngingx_default.stpl
Normal file → Executable file
0
data/templates/web/ngingx_default.stpl
Normal file → Executable file
0
data/templates/web/ngingx_default.tpl
Normal file → Executable file
0
data/templates/web/ngingx_default.tpl
Normal file → Executable file
2
data/templates/web/skel/document_errors/403.html
Normal file → Executable file
2
data/templates/web/skel/document_errors/403.html
Normal file → Executable file
|
@ -6,7 +6,7 @@
|
|||
<style type="text/css">
|
||||
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
||||
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
||||
h2 {color: #DE6C5D; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||
h2 {color: #DE6C5D; font-family: georgia; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
||||
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
|
||||
a:link {color: #34536A;}
|
||||
|
|
2
data/templates/web/skel/document_errors/404.html
Normal file → Executable file
2
data/templates/web/skel/document_errors/404.html
Normal file → Executable file
|
@ -6,7 +6,7 @@
|
|||
<style type="text/css">
|
||||
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
||||
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
||||
h2 {color: #DE6C5D; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||
h2 {color: #DE6C5D; font-family: georgia; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
||||
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
|
||||
a:link {color: #34536A;}
|
||||
|
|
4
data/templates/web/skel/document_errors/50x.html
Normal file → Executable file
4
data/templates/web/skel/document_errors/50x.html
Normal file → Executable file
|
@ -6,7 +6,7 @@
|
|||
<style type="text/css">
|
||||
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
||||
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
||||
h2 {color: #DE6C5D; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||
h2 {color: #DE6C5D; font-family: georgia; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
||||
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
|
||||
a:link {color: #34536A;}
|
||||
|
@ -20,7 +20,7 @@
|
|||
<p><a href="http://%domain%/">%domain%</a></p>
|
||||
|
||||
<h1>500</h1>
|
||||
<h2>Internal Sever Error</h2>
|
||||
<h2>Internal Server Error</h2>
|
||||
<div>
|
||||
Sorry, something went wrong :(
|
||||
</div>
|
||||
|
|
0
data/templates/web/skel/public_html/index.html
Normal file → Executable file
0
data/templates/web/skel/public_html/index.html
Normal file → Executable file
0
data/templates/web/skel/public_html/robots.txt
Normal file → Executable file
0
data/templates/web/skel/public_html/robots.txt
Normal file → Executable file
0
data/templates/web/skel/public_shtml/index.html
Normal file → Executable file
0
data/templates/web/skel/public_shtml/index.html
Normal file → Executable file
0
data/templates/web/skel/public_shtml/robots.txt
Normal file → Executable file
0
data/templates/web/skel/public_shtml/robots.txt
Normal file → Executable file
0
data/templates/web/suspend/.htaccess
Normal file → Executable file
0
data/templates/web/suspend/.htaccess
Normal file → Executable file
0
data/templates/web/suspend/index.html
Normal file → Executable file
0
data/templates/web/suspend/index.html
Normal file → Executable file
0
data/templates/web/webalizer.tpl
Normal file → Executable file
0
data/templates/web/webalizer.tpl
Normal file → Executable file
0
func/db.sh
Normal file → Executable file
0
func/db.sh
Normal file → Executable file
0
func/domain.sh
Normal file → Executable file
0
func/domain.sh
Normal file → Executable file
0
func/ip.sh
Normal file → Executable file
0
func/ip.sh
Normal file → Executable file
0
func/main.sh
Normal file → Executable file
0
func/main.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue