From 615201d1ffd03764a015c2a711bafdeb60def1d7 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Thu, 6 Apr 2023 12:27:21 -0600 Subject: [PATCH] #9 Dang commonmark with no tables --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3045671..b3b9562 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,16 @@ This also means there is no login to the dashboard. Users simply connect to the The wireguard dashboard and admin are in a working alpha state. I have it implemented on my own network, [gf4](https://www.gf4.pw/), and it seems to be working there. 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] | [ ] | [ ] | [ ] | \ +``` +| 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