Merge pull request 'metrics' (#375) from stats into develop
[akkoma] / priv / static / index.html
1 <html>
2 <head>
3 <title>Akkoma</title>
4 <!--server-generated-meta-->
5 </head>
6 <body>
7 <h3>Welcome to Akkoma!</h3>
8 <p>If you're seeing this page, your server works!</p>
9 <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, in most cases this will just be:</p>
10 <pre>
11 <code lang="bash">
12 # OTP
13 ./bin/pleroma_ctl frontend install pleroma-fe --ref stable
14 # Source
15 mix pleroma.frontend install pleroma-fe --ref stable
16
17 ## you can do the same thing for admin-fe if you so wish
18 </code>
19 </pre>
20 <p><a href="https://docs.akkoma.dev/stable/administration/CLI_tasks/frontend/">Installation Command Documentation</a></p>
21 <p><a href="https://docs.akkoma.dev/stable/configuration/cheatsheet/#frontend-management">Config Documentation</a></p>
22 </body>
23 </html>