This patchset contains support for .well-known/spacebar/client, as well as various typo fixes and some minor cleanups. Kind regards, Emma [it/its] @ Rory& Emma [it/its]@Rory& (7): src/utils: Well-known v2 support typo fix: instace -> instance typo fix: responce -> response Mathium, fix your keyboard lol It works! Let's gooooo!~ Typo fix: protical -> protocol Typo fix: orgin -> origin src/index.ts | 4 +- src/utils.ts | 96 +++++++++--- src/webpage/instances.json | 2 +- src/webpage/localuser.ts | 8 +- src/webpage/login.ts | 4 +- src/webpage/markdown.ts | 4 +- src/webpage/register.ts | 4 +- src/webpage/service.ts | 16 +- src/webpage/settings.ts | 18 +-- src/webpage/utils/netUtils.ts | 8 + src/webpage/utils/utils.ts | 287 +++++++++++++++++----------------- 11 files changed, 260 insertions(+), 191 deletions(-) create mode 100644 src/webpage/utils/netUtils.ts -- 2.51.2 -- 2.51.2
Fermi
Fermi is a Spacebar Client written in TS, HTML, and CSS.
To build it, clone the repo and run npm install, then npm run build
To run it, use npm start
or do the equivalent with bun.
Both Bun and Node.js are supported, and should function as expected.
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
Adding instances to the dropdown
Please see this for how to add an instance to the dropdown picker.
How to statically host Fermi
RoadMap
You can view the current roadmap on https://github.com/users/MathMan05/projects/1.
AI Code
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.
Link
The official Spacebar server for Fermi: https://fermi.chat/invite/USgYJo?instance=https%3A%2F%2Fspacebar.chat
The current hosted instance of Fermi: https://fermi.chat/
