fix other spacebar references

This commit is contained in:
MathMan05
2026-05-10 17:46:37 -05:00
parent c6b444c4fd
commit f70be8280b
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ Both [Bun](https://bun.sh) and [Node.js](https://nodejs.org) are supported, and
To access Fermi after starting, simply go to http://localhost:8080/login and either register a new account, or log in with your email and password.
If there are any issues please report them either here, or to me dirrectly on spacebar
If there are any issues please report them either here, or to me dirrectly on Harmony
## Adding instances to the dropdown
Please see [this](https://github.com/MathMan05/Fermi/blob/main/InstanceInfo.md) for how to add an instance to the dropdown picker.
## How to statically host Fermi
@@ -22,7 +22,7 @@ You can view the current roadmap on https://github.com/users/MathMan05/projects/
AI code due to not being GPLv3 compatable is not allowed in this repo. I thought this didn't need to be said, but it does.
And to be clear, *any* use of AI is not allowed in Fermi.
## Link
The official Spacebar server for Fermi: https://redir.fermi.chat/invite
The official Harmony server for Fermi: https://redir.fermi.chat/invite
The current hosted instance of Fermi: https://fermi.chat/
+2 -2
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fermi: A Spacebar Client</title>
<title>Fermi: A Harmony Client</title>
<meta content="Fermi" property="og:title" />
<meta content="Join a community of people and start chatting!" property="og:description" />
<meta content="Join a community of people and start chatting!" name="description" />
@@ -45,7 +45,7 @@
</div>
<div class="pagebox">
<h2 id="compatableInstances" i18n="htmlPages.compatableInstances">
Spacebar-Compatible Instances:
Harmony-Compatible Instances:
</h2>
<div id="instancebox"></div>
</div>
+1 -1
View File
@@ -11,7 +11,7 @@
"scope": "/",
"theme_color": "#05050a",
"categories":["social"],
"description": "A lightweight chat app for all of your spacebar needs!",
"description": "A friendly chat platform for you and your friends!",
"background_color": "#05050a",
"offline_enabled": true
}
+2 -2
View File
@@ -6,7 +6,7 @@
<title>Fermi</title>
<meta content="Fermi" property="og:title" />
<meta content="Join a community of people and start chatting!" property="og:description" />
<meta name="description" content="Register for a Spacebar instance!" />
<meta name="description" content="Register for a Harmony instance!" />
<meta content="/logo.webp" property="og:image" />
<meta content="#4b458c" name="theme-color" />
<link href="/style.css" rel="stylesheet" />
@@ -23,7 +23,7 @@
</style>
</head>
<body class="no-theme">
<h1 style="display: none">Register for a Spacebar instance!</h1>
<h1 style="display: none">Register for a Harmony instance!</h1>
<script src="/index.js" type="module"></script>
</body>
</html>