Przeglądaj źródła

Use pem if available

Bob Mottram 8 lat temu
rodzic
commit
95cf995808

+ 2
- 2
doc/EN/apps.org Wyświetl plik

@@ -1,8 +1,8 @@
1 1
 #+TITLE:
2 2
 #+AUTHOR: Bob Mottram
3 3
 #+EMAIL: bob@freedombone.net
4
-#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
5
-#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
4
+#+KEYWORDS: freedombone, apps
5
+#+DESCRIPTION: List of apps available on freedombone
6 6
 #+OPTIONS: ^:nil toc:nil
7 7
 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
8 8
 

BIN
img/hubzilla_registration.jpg Wyświetl plik


img/lychee.jpg → img/lychee_setup.jpg Wyświetl plik


BIN
img/mailpile_setup.jpg Wyświetl plik


+ 1
- 0
src/freedombone-app-mailpile Wyświetl plik

@@ -365,6 +365,7 @@ function install_mailpile {
365 365
     fi
366 366
     if [ -f /etc/ssl/certs/${MAILPILE_DOMAIN_NAME}.pem ]; then
367 367
         chown mailpile: /etc/ssl/certs/${MAILPILE_DOMAIN_NAME}.pem
368
+        sed -i "s|.crt|.pem|g" /etc/nginx/sites-available/${MAILPILE_DOMAIN_NAME}
368 369
     fi
369 370
     if [ -f /etc/ssl/private/${MAILPILE_DOMAIN_NAME}.key ]; then
370 371
         chown mailpile: /etc/ssl/private/${MAILPILE_DOMAIN_NAME}.key