Add documentation link

This commit is contained in:
FloatingGhost 2022-07-07 19:06:57 +01:00
parent b8ce47c0e1
commit b2860aeb97
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
<html>
<head>
<title>Akkoma</title>
<!--server-generated-meta-->
</head>
<body>
<h3>Welcome to Akkoma!</h3>
<p>If you're seeing this page, your server works!</p>
<p>In order to get a frontend to show here, you'll need to set up <pre>:pleroma, :frontends, :primary</pre> and install your frontend of choice</p>
<!--server-generated-meta-->
<p>In order to get a frontend to show here, you'll need to set up <code>:pleroma, :frontends, primary</code> and install your frontend of choice</p>
<a href="https://docs.akkoma.dev/main/backend/configuration/cheatsheet/#frontend-management">Documentation</a>
</body>
</html>