Guidance about which domains require letsencrypt

This commit is contained in:
Bob Mottram 2015-12-19 22:42:56 +00:00
parent 8f2ed0cda9
commit b571da8672
7 changed files with 16 additions and 10 deletions

View File

@ -137,9 +137,10 @@
"Owncloud Configuration": "",
"\\nPlease enter your Owncloud details:": "",
"Hubzilla Configuration": "",
"\\nPlease enter your Hubzilla details:": "",
"\\nPlease enter your Hubzilla details.\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"\\nPlease enter your Hubzilla details\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"Microblog Configuration": "",
"\\nPlease enter your Microblog details:": "",
"\\nPlease enter your Microblog details\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"Developer Configuration": "",
"\\nPlease enter your Git hosting site details.\\nIf You don't need developer tools then just select Ok": "",
"Your main domain name": "",

View File

@ -87,6 +87,7 @@
"DLNA": "",
"VoIP": "",
"Tox": "",
"Restore from ${remote_domain_name}": "",
"Restore data from USB": "",
"Plug in your backup USB drive": "",
"Restore data from remote server": "",

View File

@ -137,9 +137,10 @@
"Owncloud Configuration": "",
"\\nPlease enter your Owncloud details:": "",
"Hubzilla Configuration": "",
"\\nPlease enter your Hubzilla details:": "",
"\\nPlease enter your Hubzilla details.\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"\\nPlease enter your Hubzilla details\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"Microblog Configuration": "",
"\\nPlease enter your Microblog details:": "",
"\\nPlease enter your Microblog details\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"Developer Configuration": "",
"\\nPlease enter your Git hosting site details.\\nIf You don't need developer tools then just select Ok": "",
"Your main domain name": "",

View File

@ -87,6 +87,7 @@
"DLNA": "",
"VoIP": "",
"Tox": "",
"Restore from ${remote_domain_name}": "",
"Restore data from USB": "",
"Plug in your backup USB drive": "",
"Restore data from remote server": "",

View File

@ -137,9 +137,10 @@
"Owncloud Configuration": "",
"\\nPlease enter your Owncloud details:": "",
"Hubzilla Configuration": "",
"\\nPlease enter your Hubzilla details:": "",
"\\nPlease enter your Hubzilla details.\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"\\nPlease enter your Hubzilla details\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"Microblog Configuration": "",
"\\nPlease enter your Microblog details:": "",
"\\nPlease enter your Microblog details\\n\\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:": "",
"Developer Configuration": "",
"\\nPlease enter your Git hosting site details.\\nIf You don't need developer tools then just select Ok": "",
"Your main domain name": "",

View File

@ -87,6 +87,7 @@
"DLNA": "",
"VoIP": "",
"Tox": "",
"Restore from ${remote_domain_name}": "",
"Restore data from USB": "",
"Plug in your backup USB drive": "",
"Restore data from remote server": "",

View File

@ -1399,14 +1399,14 @@ function interactive_configuration {
if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
dialog --backtitle $"Freedombone Configuration" \
--title $"Hubzilla Configuration" \
--form $"\nPlease enter your Hubzilla details:" 11 55 3 \
--form $"\nPlease enter your Hubzilla details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 55 3 \
$"Domain:" 1 1 "$(grep 'HUBZILLA_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
$"Code:" 2 1 "$(grep 'HUBZILLA_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 30 \
2> $data
else
dialog --backtitle $"Freedombone Configuration" \
--title $"Hubzilla Configuration" \
--form $"\nPlease enter your Hubzilla details:" 11 55 3 \
--form $"\nPlease enter your Hubzilla details\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 11 55 3 \
$"Domain:" 1 1 "$(grep 'HUBZILLA_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
2> $data
fi
@ -1448,14 +1448,14 @@ function interactive_configuration {
if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
dialog --backtitle $"Freedombone Configuration" \
--title $"Microblog Configuration" \
--form $"\nPlease enter your Microblog details:" 11 55 3 \
--form $"\nPlease enter your Microblog details\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 11 55 3 \
$"Domain:" 1 1 "$(grep 'MICROBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
$"Code:" 2 1 "$(grep 'MICROBLOG_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 30 \
2> $data
else
dialog --backtitle $"Freedombone Configuration" \
--title $"Microblog Configuration" \
--form $"\nPlease enter your Microblog details:" 11 55 3 \
--form $"\nPlease enter your Microblog details\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 11 55 3 \
$"Domain:" 1 1 "$(grep 'MICROBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
2> $data
fi