1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Create README for every crate

This commit is contained in:
NG (Graham)
2026-03-05 21:47:50 -05:00
parent ca8e5b013b
commit a391d7e45a
20 changed files with 82 additions and 0 deletions

6
cdn/README.md Normal file
View File

@@ -0,0 +1,6 @@
# cdn
Content Delivery "Network" for images and the client's static JSON.
This doesn't do much on its own, but it does support authenticated image uploads for user and clan avatars.
The authentication uses the `token_secret.key` to prove this server and client (the other server) are part of the same rc-servers instance.