diff --git a/doc/EN/apps.org b/doc/EN/apps.org index 429ecda6..5f95907c 100644 --- a/doc/EN/apps.org +++ b/doc/EN/apps.org @@ -1,8 +1,8 @@ #+TITLE: #+AUTHOR: Bob Mottram #+EMAIL: bob@freedombone.net -#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber -#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server +#+KEYWORDS: freedombone, apps +#+DESCRIPTION: List of apps available on freedombone #+OPTIONS: ^:nil toc:nil #+HTML_HEAD: diff --git a/img/hubzilla_registration.jpg b/img/hubzilla_registration.jpg new file mode 100644 index 00000000..a9b86f8c Binary files /dev/null and b/img/hubzilla_registration.jpg differ diff --git a/img/lychee.jpg b/img/lychee_setup.jpg similarity index 100% rename from img/lychee.jpg rename to img/lychee_setup.jpg diff --git a/img/mailpile_setup.jpg b/img/mailpile_setup.jpg new file mode 100644 index 00000000..d5853712 Binary files /dev/null and b/img/mailpile_setup.jpg differ diff --git a/src/freedombone-app-mailpile b/src/freedombone-app-mailpile index 44951fc9..d7aa6ce8 100755 --- a/src/freedombone-app-mailpile +++ b/src/freedombone-app-mailpile @@ -365,6 +365,7 @@ function install_mailpile { fi if [ -f /etc/ssl/certs/${MAILPILE_DOMAIN_NAME}.pem ]; then chown mailpile: /etc/ssl/certs/${MAILPILE_DOMAIN_NAME}.pem + sed -i "s|.crt|.pem|g" /etc/nginx/sites-available/${MAILPILE_DOMAIN_NAME} fi if [ -f /etc/ssl/private/${MAILPILE_DOMAIN_NAME}.key ]; then chown mailpile: /etc/ssl/private/${MAILPILE_DOMAIN_NAME}.key