User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
matrix:conduwuit [2025/09/30 07:25] willymatrix:conduwuit [2025/10/01 07:44] (current) willy
Line 1: Line 1:
-====== ZZ) Server: Continuwuity ======+====== A) Server: Continuwuity ======
  
 **Note:** Sadly, Conduwuit project has been abandoned by the current devs and archived. Conduwuit is deprecated, the following instructions are left for historical reference only, **DO NOT FOLLOW**. **Note:** Sadly, Conduwuit project has been abandoned by the current devs and archived. Conduwuit is deprecated, the following instructions are left for historical reference only, **DO NOT FOLLOW**.
  
 [[https://forgejo.ellis.link/continuwuation/continuwuity/|Continuwuity]] is a Matrix server written in RUST,  it is a fast developing but already well supported and stable, lightweight implementation of a Matrix server. It is the continuation of the now dead Conduwuit, which was a continuation of the now frozen Conduit. [[https://forgejo.ellis.link/continuwuation/continuwuity/|Continuwuity]] is a Matrix server written in RUST,  it is a fast developing but already well supported and stable, lightweight implementation of a Matrix server. It is the continuation of the now dead Conduwuit, which was a continuation of the now frozen Conduit.
 +
 +__Note:__ there is another fork of Conduwuit out there, it's called Tuwunnel. The reasons why i choose Continuwuity are:
 +  * Fully community based projct (Tuwunnel is sponsored by a for-profit company)
 +  * Active community 
 +  * Fast response to tickets
 +  * Very active development
  
 ===== Installation ===== ===== Installation =====
Line 96: Line 102:
         location / { # this is to provide a web client, see the ElementWeb page...         location / { # this is to provide a web client, see the ElementWeb page...
                 root /data/daemons/continuwuity/element-web;                 root /data/daemons/continuwuity/element-web;
 +        }
 +        
 +        # for the health test
 +        location /_conduwuit/server_version {
 +                proxy_pass                      http://127.0.0.1:6167/_conduwuit/server_version;
 +                proxy_http_version      1.1;
         }         }