All checks were successful
continuous-integration/drone/push Build is passing
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
<section>
|
|
<h2>Services</h2>
|
|
<p>
|
|
Your Kosmos account and password currently give you access to these
|
|
services:
|
|
</p>
|
|
<div class="grid services">
|
|
<div class="grid-item chat">
|
|
<h3><%= link_to "Chat", "https://wiki.kosmos.org/Services:XMPP" %></h3>
|
|
<p>
|
|
Chat rooms and instant messaging (XMPP/Jabber)
|
|
</p>
|
|
</div>
|
|
<div class="grid-item gitea">
|
|
<h3><%= link_to "Gitea", "https://gitea.kosmos.org" %></h3>
|
|
<p>
|
|
Code hosting and collaboration for software projects
|
|
</p>
|
|
</div>
|
|
<div class="grid-item gitea">
|
|
<h3><%= link_to "Drone CI", "https://drone.kosmos.org" %></h3>
|
|
<p>
|
|
Continuous integration for software projects, tied to our Gitea
|
|
</p>
|
|
</div>
|
|
<div class="grid-item wiki">
|
|
<h3><%= link_to "Wiki", "https://wiki.kosmos.org" %></h3>
|
|
<p>
|
|
Kosmos documentation and knowledge base
|
|
</p>
|
|
</div>
|
|
<div class="grid-item discourse">
|
|
<h3><%= link_to "Discourse", "https://community.kosmos.org" %></h3>
|
|
<p>
|
|
Kosmos community forums and user support/help site
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Password change</h3>
|
|
<p>
|
|
<%= form_with(url: settings_reset_password_path, method: :post) do %>
|
|
<%= submit_tag("Send me a password reset link") %>
|
|
<% end %>
|
|
</p>
|
|
</section>
|