-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfigs.cfg
206 lines (171 loc) · 4.66 KB
/
configs.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
[main]
projects_directory = /srv/projects
# In developer host, enter your uid. On production host, change user uid to 0
useruid = 1000
bin_make_ssl = /usr/sbin/make-ssl-cert
ssleay_config = /usr/share/ssl-cert/ssleay.cnf
use_ssl = 0
website_folder = www
bin_django_admin = /usr/bin/django-admin
bin_openssl = /usr/bin/openssl
bin_php5_fpm = /etc/init.d/php5-fpm
bin_update_rc_d = /usr/sbin/update-rc.d
bin_rails = /usr/bin/rails
# External ip for current server, if ahc installed on production
external_ip = 192.168.56.101
# Possible values: php, python, ruby, django, ror
default_type = django
# Possible values: apache, nginx
default_web_server = apache
[bind9]
bin = /usr/sbin/named
init = /etc/init.d/bind9
bin_rndc = /usr/sbin/rndc
etc = /etc/bind
zones = /etc/bind/myzones.conf
config = /etc/bind/named.conf
ns_ips =
[apache2]
bin = /usr/sbin/apache2
init = /etc/init.d/apache2
etc = /etc/apache2
config = /etc/apache2/apache2.conf
port = 80
sites_available = /etc/apache2/sites-available
sites_enabled = /etc/apache2/sites-enabled
bin_a2enmod = /usr/sbin/a2enmod
bin_a2dismod = /usr/sbin/a2dismod
bin_a2ensite = /usr/sbin/a2ensite
bin_a2dissite = /usr/sbin/a2dissite
ssl_port = 443
ssl_dir = /etc/apache2/ssl
ssl_file = /etc/apache2/ssl/apache.pem
python_module = python
php_module = php5
[apache_cert]
# Supported only one hostname for SSL protection
default_ca = CA_CLIENT
dir = db
certs = db/certs
crl = db/crl
new_certs_dir = db/newcerts
database = db/index.txt
serial = db/serial
crlnumber = db/crlnumber
certificate = ca.crt
crl_certificates = ca.crl
private_key = ca.key
default_days = 365
default_crl_days = 7
default_md = md5
policy = my_policy
private_key_days = 1095
config_file = ca.config
cert_directory = /etc/certs-db
country = RU
state = MSK
locality_name = Moscow
organization_name = OrganizationName
organizational_unit_name = IT
# Enter there your basic hostname for SSL authentication
common_name = hostname.com
# Email for any questions
email_address = [email protected]
lock_file = /var/run/lock/certgen.lock
[vsftpd]
bin = /usr/sbin/vsftpd
config = /etc/vsftpd.conf
pam_config = /etc/pam.d/vsftpd
user_config_dir = /etc/vsftpd/vusers
init = /etc/init.d/vsftpd
db_host = 127.0.0.1
db_user = vsftpd
db_password = apache-host-control
db_name = vsftpd
[lighttpd]
bin = /usr/sbin/lighttpd
etc = /etc/lighttpd
simple_vhost = /etc/lighttpd/conf-available/10-simple-vhost.conf
config = /etc/lighttpd/lighttpd.conf
[nginx]
bin = /usr/sbin/nginx
init = /etc/init.d/nginx
etc = /etc/nginx
config = /etc/nginx/nginx.conf
port = 81
sites_available = /etc/nginx/sites-available
sites_enabled = /etc/nginx/sites-enabled
ssl_port = 444
ssl_dir = /etc/nginx/ssl
ssl_file_pem = /etc/nginx/ssl/cert.pem
ssl_file_key = /etc/nginx/ssl/cert.key
ssl_file = /etc/nginx/ssl/cert.pem
ssl_conf = /etc/nginx/ssl.conf
[mysql]
config = /etc/mysql/my.cnf
init = /etc/init.d/mysql
bin = /usr/sbin/mysqld
host = 127.0.0.1
user = root
password =
[firewall]
bin = /etc/init.d/rc.fw
[git]
bin = /usr/bin/git
bin_shell = /usr/bin/git-shell-enforce-directory
repositories = /home/git/repositories
jail_repositories = /home/git
[encfs]
# If password is empty, you will be prompted to enter password on mount folder
password =
# If idle flag is empty, auto umount will be disabled
idle =
tempdir = /tmp/encfsback
bin_fusermount = /bin/fusermount
bin = /usr/bin/encfs
[sendmail]
new_mail_path = /var/mail/sendmail/new
mail_path = /var/mail/sendmail
bin = /usr/sbin/sendmail
[mail]
hostname = mail.example.com
[uwsgi]
sites_available = /etc/uwsgi/apps-available
sites_enabled = /etc/uwsgi/apps-enabled
init = /etc/init.d/uwsgi
[backup]
# separated by comma. For example: db1,db2,db3
databases =
# separated by comma. For example: /srv/projects/site1, /srv/projects/site2
directories =
directories_exclude = cache,tmp
# available protocols: ftp, sftp, local
remote_protocol = local
remote_hostname =
remote_username =
remote_password =
remote_directory =
remote_expire_days = 3
[xmpp]
enabled = 0
# gmail.com user credentials
user =
pass =
resource = ahc
# separated by comma. For example: [email protected], [email protected]
mail_to =
[smtp]
enabled = 0
host = smtp.gmail.com
port = 587
user =
pass =
from_addr = [email protected]
# separated by comma. For example: [email protected], [email protected]
mail_to =
[links]
confluence_url = http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-4.3.6-x64.bin
jira_url = http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-5.2.4.1-x64.bin
i_red_mail_url = https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.8.3.tar.bz2
dropbox_url = http://www.dropbox.com/download/?plat=lnx.x86_64
dropbox_manage_url = http://www.dropbox.com/download?dl=packages/dropbox.py