Browse Source

Simplified pump.io config

Bob Mottram 11 years ago
parent
commit
1bf5e7f216
1 changed files with 3 additions and 11 deletions
  1. 3
    11
      beaglebone.txt

+ 3
- 11
beaglebone.txt View File

@@ -4358,6 +4358,9 @@ If you are using a self-signed certificate then at the login screen scroll down
4358 4358
 More information about the Friendica app can be found on http://friendica-for-android.wiki-lab.net/
4359 4359
 
4360 4360
 *** pump.io
4361
+	:PROPERTIES:
4362
+	:ORDERED:  t
4363
+	:END:
4361 4364
 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.
4362 4365
 
4363 4366
 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
4460 4463
 Add the following in the section which begins with *<VirtualHost *:443>*.
4461 4464
 
4462 4465
 #+BEGIN_SRC: bash
4463
-    LoadModule proxy_wstunnel_module /usr/lib/apache2/modules/mod_proxy_wstunnel.so
4464
-
4465
-    <Location /main/realtime/sockjs>
4466
-        ProxyPass wss://localhost/main/realtime/sockjs
4467
-        ProxyPassReverse wss://localhost/main/realtime/sockjs
4468
-    </Location>
4469
-
4470
-#    <LocationMatch ".*\.(jpg|png|gif)$">
4471
-#        CacheEnable disk
4472
-#    </LocationMatch>
4473
-
4474 4466
     ProxyVia On
4475 4467
     ProxyPreserveHost On
4476 4468
     SSLProxyEngine On