1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-25 16:27:46 +00:00
Commit graph

8 commits

Author SHA1 Message Date
f886fbfe4b Turn the gates on in the example config 2025-03-17 17:44:22 -04:00
NotNite
481d6b69a2 Document chat commands 2025-03-17 16:40:04 -04:00
NotNite
da69b40ca6 Document config.json 2025-03-17 16:40:04 -04:00
NotNite
10fc8e32ce Document manual command line arguments
I don't have Astra locally so I had to do this to test things. It works
fine right now, but in the future the user must complete the login
process manually.
2025-03-17 16:40:04 -04:00
NotNite
aeb8516a82 Document magic domains, privileged port usage
I ran into the issue with privileged ports myself. The link to the Caddy
website has an aside about how to use setcap or sudo, which should be
good enough.
2025-03-17 16:40:04 -04:00
NotNite
9fa6a230d6 Clarify Oodle instructions, link against "oodle" directory
While you can just drop the Oodle static library into /usr, I'm not a
big fan of doing it, especially when the binary didn't come from my
machine or package manager. You can set a RUSTFLAGS environment variable
or cargo config file to specify a link path, but having the build script
search there for you is easier.

The docs now specify which variant of Oodle is required, since there are
multiple. It also specifically mentions the static library, because I
had some weird issues leaving the dynamic library in that folder, where
the executables wouldn't start unless it could dynamically load the .so.
2025-03-17 16:40:04 -04:00
bd23c04848 Add a basic login system
This allows you to register in the web frontend now, and the login server now
checks this before giving a session ID. Note that this is wildly insecure (it
stores the passwords in plaintext!) and is duly noted in the USAGE.
2025-03-16 20:55:51 -04:00
ff3305b3e0 Update documentation 2025-03-14 17:00:40 -04:00