Add documentation link

This commit is contained in:
FloatingGhost 2022-07-07 19:06:57 +01:00
parent b8ce47c0e1
commit b2860aeb97

View file

@ -1,8 +1,12 @@
<html> <html>
<head>
<title>Akkoma</title>
<!--server-generated-meta-->
</head>
<body> <body>
<h3>Welcome to Akkoma!</h3> <h3>Welcome to Akkoma!</h3>
<p>If you're seeing this page, your server works!</p> <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> <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>
<!--server-generated-meta--> <a href="https://docs.akkoma.dev/main/backend/configuration/cheatsheet/#frontend-management">Documentation</a>
</body> </body>
</html> </html>