Simplified pump.io config

This commit is contained in:
Bob Mottram 2014-04-30 20:34:51 +01:00
parent e381760144
commit 1bf5e7f216
1 changed files with 3 additions and 11 deletions

View File

@ -4358,6 +4358,9 @@ If you are using a self-signed certificate then at the login screen scroll down
More information about the Friendica app can be found on http://friendica-for-android.wiki-lab.net/
*** pump.io
:PROPERTIES:
:ORDERED: t
:END:
pump.io is the successor to StatusNet (which later became [[GNU Social]]) and is a communications system which can do things other than just microblogging. It takes fewer system resources to run and so is better suited to low power servers such as the BBB, but is more complicated to install. Currently when using self-signed certificates it seems very hard to federate with other pump.io servers so it may be that although GNU Social is an older system it may still be more practical. For the instructions which follow it will be possible to run your own pump.io site for your family and friends, as a kind of /data silo/, but federating with anyone else could turn out to be difficult or impossible.
A list of pump.io sites can be found at http://pumpstatus.jpope.org
@ -4460,17 +4463,6 @@ The initial section which begins with *<VirtualHost *:80>* should be replaced by
Add the following in the section which begins with *<VirtualHost *:443>*.
#+BEGIN_SRC: bash
LoadModule proxy_wstunnel_module /usr/lib/apache2/modules/mod_proxy_wstunnel.so
<Location /main/realtime/sockjs>
ProxyPass wss://localhost/main/realtime/sockjs
ProxyPassReverse wss://localhost/main/realtime/sockjs
</Location>
# <LocationMatch ".*\.(jpg|png|gif)$">
# CacheEnable disk
# </LocationMatch>
ProxyVia On
ProxyPreserveHost On
SSLProxyEngine On