|
@@ -17,6 +17,9 @@
|
17
|
17
|
"'$SYSTEM_TYPE' is an unrecognised ${PROJECT_NAME} variant.": "",
|
18
|
18
|
"The configuration file $CONFIGURATION_FILE was not found": "",
|
19
|
19
|
"Check your internet connection, /etc/network/interfaces and /etc/resolv.conf, then delete $COMPLETION_FILE, run 'rm -fR /var/lib/apt/lists/* && apt-get update --fix-missing' and run this script again. If hash sum mismatches persist then try setting $DEBIAN_REPO to a different mirror and also change /etc/apt/sources.list.": "",
|
|
20
|
+ "No Tor installation found. ${onion_service_name} onion site cannot be configured.": "",
|
|
21
|
+ "Added onion site for ${onion_service_name}": "",
|
|
22
|
+ "${onion_service_name} onion site hostname not found": "",
|
20
|
23
|
"Private certificate for $CHECK_HOSTNAME was not created": "",
|
21
|
24
|
"Public certificate for $CHECK_HOSTNAME was not created": "",
|
22
|
25
|
"Diffie–Hellman parameters for $CHECK_HOSTNAME were not created": "",
|
|
@@ -98,11 +101,13 @@
|
98
|
101
|
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
99
|
102
|
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
100
|
103
|
"Your Tox node public key is": "",
|
|
104
|
+ "tox onion domain: ${TOX_ONION_HOSTNAME}": "",
|
101
|
105
|
"Your Tox node public key is: $TOX_PUBLIC_KEY": "",
|
102
|
106
|
"ERROR: prosody does not appear to have installed. $CHECK_MESSAGE": "",
|
103
|
107
|
"XMPP onion domain: ${XMPP_ONION_HOSTNAME}": "",
|
104
|
108
|
"Your XMPP password is: $XMPP_PASSWORD": "",
|
105
|
109
|
"ERROR: ngircd does not appear to have installed. $CHECK_MESSAGE": "",
|
|
110
|
+ "IRC onion domain": "",
|
106
|
111
|
"IRC Server": "",
|
107
|
112
|
"Wiki password": "",
|
108
|
113
|
"Wiki onion domain: ${WIKI_ONION_HOSTNAME}": "",
|
|
@@ -120,12 +125,16 @@
|
120
|
125
|
"https://$MICROBLOG_DOMAIN_NAME and you can then ": "",
|
121
|
126
|
"Your MariaDB Hubzilla admin password is: $HUBZILLA_ADMIN_PASSWORD": "",
|
122
|
127
|
"ERROR: minidlna does not appear to have installed. $CHECK_MESSAGE": "",
|
|
128
|
+ "VoIP onion domain": "",
|
123
|
129
|
"VoIP Server": "",
|
|
130
|
+ "VoIP onion domain:$VOIP_ONION_HOSTNAME": "",
|
124
|
131
|
"VoIP server password: $VOIP_SERVER_PASSWORD": "",
|
|
132
|
+ "SIP onion domain": "",
|
125
|
133
|
"SIP Server": "",
|
|
134
|
+ "SIP onion_domain: $SIP_ONION_HOSTNAME": "",
|
126
|
135
|
"SIP server username: $MY_USERNAME": "",
|
127
|
136
|
"SIP server extension: 201": "",
|
128
|
137
|
"SIP server password: $SIP_SERVER_PASSWORD": "",
|
129
|
|
- "\n *** ${PROJECT_NAME} installation is complete. Rebooting... ***\n\n Now forward these ports from your internet router\n\n HTTP 80\n HTTPS 443\n SSH 2222\n DLNA 1900\n DLNA 8200\n XMPP 5222-5223\n XMPP 5269\n XMPP 5280-5281\n IRC 6697\n IRC 9999\n Git 9418\n Email 25\n Email 587\n Email 465\n Email 993\n VoIP 64738\n VoIP 5060\n Tox 33445\n IPFS 4001\n": "",
|
|
138
|
+ "\n *** ${PROJECT_NAME} installation is complete. Rebooting... ***\n\n Now forward these ports from your internet router\n\n HTTP 80\n HTTPS 443\n SSH 2222\n DLNA 1900\n DLNA 8200\n XMPP 5222-5223\n XMPP 5269\n XMPP 5280-5281\n IRC 6697\n Git 9418\n Email 25\n Email 587\n Email 465\n Email 993\n VoIP 64738\n VoIP 5060\n Tox 33445\n IPFS 4001\n": "",
|
130
|
139
|
"See /home/$MY_USERNAME/README for post-installation instructions.": ""
|
131
|
140
|
}
|