[SAC] [OSGeo] #2309: Provide a Matrix homeserver

OSGeo trac_osgeo at osgeo.org
Mon Apr 6 09:45:36 PDT 2020


#2309: Provide a Matrix homeserver
---------------------------+-----------------------
 Reporter:  strk           |       Owner:  robe
     Type:  task           |      Status:  assigned
 Priority:  normal         |   Milestone:
Component:  Systems Admin  |  Resolution:
 Keywords:                 |
---------------------------+-----------------------

Comment (by strk):

 .well-known can be hanlded by osgeo7-nginx with something like this:
 {{{
 location = /.well-known/matrix/server {
             add_header Content-Type application/json;
             return 200 '{\n  "m.server": "ACTUAL_SERVER"\n}';
 }

 location = /.well-known/matrix/client {
     add_header Access-Control-Allow-Origin *;
     add_header Content-Type application/json;
     return 200 '{\n  "m.homeserver": {\n    "base_url": "ACTUAL_SERVER"\n
 }\n}';
 }
 }}}

 But we'll still need the ACTUAL_SERVER to have a name, so how about
 matrix.osgeo.org to point to osgeo3 IP ?

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2309#comment:11>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list