Skip to content

Commit 20ac93b

Browse files
authored
Added Ossrox to the list of Matrix Hosting Providers (#1337)
* Added ossrox.org to Matrix hosting providers * Fixed etke.cc id
1 parent 1b46000 commit 20ac93b

File tree

2 files changed

+87
-1
lines changed

2 files changed

+87
-1
lines changed

gatsby/src/pages/hosting.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Hosting = ({ data }) => {
4040
</div>
4141

4242
<div className="mxgrid__item50">
43-
<h2 id="ungleich">etke.cc</h2>
43+
<h2 id="etkecc">etke.cc</h2>
4444
<p><img style={{"border-radius": "9px", "height": "130px"}} src="/images/etke.cc.png" alt="" /></p>
4545
<p><a href="https://etke.cc">etke.cc</a></p>
4646
<ul>
@@ -60,6 +60,20 @@ const Hosting = ({ data }) => {
6060
| <a href="https://matrix.to/#/#announcements:etke.cc">Announcements on Matrix</a>
6161
</p>
6262
</div>
63+
64+
<div className="mxgrid__item50">
65+
<h2 id="ossrox">Ossrox</h2>
66+
<p><img style={{"height": "130px"}} src="/images/ossrox.svg" alt=""/></p>
67+
<p><a href="https://ossrox.org/">ossrox.org</a></p>
68+
<ul>
69+
<li>Hosted Homeservers</li>
70+
</ul>
71+
<p>Ossrox is a company from Germany dedicated to hosting open-source services. Not only has the
72+
company name been derived from the motto "Open-Source Software Rocks", but also their corporate
73+
culture. The three most important principles of the company are security, privacy and
74+
sustainability - thanks to open-source software. In addition to Matrix, Ossrox also provides
75+
many other solutions e.g. in the messaging, groupware and web meeting segments.</p>
76+
</div>
6377
</div>
6478
<em>The providers listed all have a history of providing Matrix services, though The Matrix.org Foundation doesn't explicitly endorse these services.</em>
6579
</MXContentMain>

gatsby/static/images/ossrox.svg

Lines changed: 72 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)