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
 More information about the Friendica app can be found on http://friendica-for-android.wiki-lab.net/
4358
 More information about the Friendica app can be found on http://friendica-for-android.wiki-lab.net/
4359
 
4359
 
4360
 *** pump.io
4360
 *** pump.io
4361
+	:PROPERTIES:
4362
+	:ORDERED:  t
4363
+	:END:
4361
 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.
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
 A list of pump.io sites can be found at http://pumpstatus.jpope.org
4366
 A list of pump.io sites can be found at http://pumpstatus.jpope.org
4460
 Add the following in the section which begins with *<VirtualHost *:443>*.
4463
 Add the following in the section which begins with *<VirtualHost *:443>*.
4461
 
4464
 
4462
 #+BEGIN_SRC: bash
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
     ProxyVia On
4466
     ProxyVia On
4475
     ProxyPreserveHost On
4467
     ProxyPreserveHost On
4476
     SSLProxyEngine On
4468
     SSLProxyEngine On