<%= render HeaderComponent.new(title: "Services") %> <%= render MainSimpleComponent.new do %>

Your Kosmos account and password currently give you access to these services:

<%= link_to services_chat_path, class: "block h-full px-6 py-6 rounded-md" do %>

Chat

Federated chat rooms and instant messaging

<% end %>
<%= link_to "#{Setting.discourse_public_url}/session/sso?return_path=/", class: "block h-full px-6 py-6 rounded-md" do %>

Discourse

Kosmos community forums and user support/help site

<% end %>
<%= link_to "https://wiki.kosmos.org", class: "block h-full px-6 py-6 rounded-md" do %>

Wiki

Kosmos documentation and knowledge base

<% end %>
<%= link_to services_lightning_index_path, class: "block h-full px-6 py-6 rounded-md" do %>

Lightning Network

Send and receive sats over the Bitcoin Lightning Network

<% end %>
<%= link_to "https://gitea.kosmos.org", class: "block h-full px-6 py-6 rounded-md" do %>

Gitea

Code hosting and collaboration for software projects

<% end %>
<%= link_to "https://drone.kosmos.org", class: "block h-full px-6 py-6 rounded-md" do %>

Drone CI

Continuous integration for software projects on Gitea

<% end %>
<% if Setting.remotestorage_enabled? && Flipper.enabled?(:remotestorage, current_user) %>
<%= link_to services_storage_path, class: "block h-full px-6 py-6 rounded-md" do %>

Storage

Sync your data between apps and devices

<% end %>
<% end %>
<% end %>