forked from Telodendria/Telodendria
Update some docs
This commit is contained in:
parent
a56420ab17
commit
ad7c486501
2 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net>
|
||||||
|
|
||||||
This is the source code for Telodendria, a Matrix homeserver written
|
This is the source code for Telodendria, a Matrix homeserver written
|
||||||
in C. All of the documentation is available as man pages in the
|
in C. All of the documentation is available as man pages in the
|
||||||
docs/ directory, or online at https://telodendria.io
|
man/ directory, or online at https://telodendria.io
|
||||||
|
|
||||||
If information is missing from the documentation, please feel free
|
If information is missing from the documentation, please feel free
|
||||||
to reach out to #telodendria-general:bancino.net on Matrix.
|
to reach out to #telodendria-general:bancino.net on Matrix.
|
||||||
|
|
2
TODO.txt
2
TODO.txt
|
@ -51,6 +51,8 @@ Phase 2: Building a foundation
|
||||||
[x] Route requests
|
[x] Route requests
|
||||||
[x] Handle requests
|
[x] Handle requests
|
||||||
[ ] Data abstraction layer
|
[ ] Data abstraction layer
|
||||||
|
[ ] Database upgrades/migration path
|
||||||
|
[ ] Caching and cache control
|
||||||
[x] Error generation
|
[x] Error generation
|
||||||
[x] Properly implement the command line options as stated in telodendria(8)
|
[x] Properly implement the command line options as stated in telodendria(8)
|
||||||
[x] Remove "chroot" option, just chroot into the data dir, and make the log
|
[x] Remove "chroot" option, just chroot into the data dir, and make the log
|
||||||
|
|
Loading…
Reference in a new issue