diff --git a/README.md b/README.md index 4a7599f..def2ec9 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,25 @@ The wireguard dashboard and admin are in a working alpha state. I have it implem - The code probably contains hardcoded variables specific to gf4, that must be moved to configs/environment files - There is almost no documentation, and extensive tutorials are needed for the initial setup of wireguard, bind9, and the CA keys. - Future implementation of a mail relay, web proxy, and SIP server, and their respective tabs on the web dashboard - - Replacing some of the bash scripts with faster languages like c or rust. + +### Implemented features table + +Work is still needed on all these unchecked boxes. + +| Feature | Multiuser daemon | Dashboard CRUD | Documented | Tests | ++-----------+------------------+----------------+------------+-------+ +| wireguard | X | X | | | +| bind9 | X | X | | | +| SSL certs | X | X | | | +| nginx | X | | | | +| postfix | X | | | | +| asterisk | | | | | + +[ ] Replace bash scripts with binaries* +[ ] API documentation +[ ] A good CLI/TUI + +*binaries compiled from languages like c/rust/go/haskell, as long as SDKs are available. ## Contributing