Update README.md. Add link to site URL

This commit is contained in:
2026-09-27 07:10:28 +01:00
parent 8ed5fd1845
commit bbf29a5c1a
4 changed files with 21 additions and 12 deletions
+7 -5
View File
@@ -172,11 +172,13 @@ bun run db:schema
## Admin Route Hierarchy
| Route Pattern | Access | Features |
| ------------------- | ------------------------------- | ------------------------------------------------------------------------------------ |
| `/admin/*` | Residents | Access booking, payments, chat, dependants, notifications, events, settings, support |
| `/admin/admin/*` | Admin / ExCo | User management, payment schemes, documents, chat group management |
| `/admin/security/*` | Security / ExCo / Manager / ACo | Gate control, guest access monitoring, dependant verification |
| Route Pattern | Access | Features |
| ----------------------------------------------- | ------------ | ------------------------------------------------------------ |
| `/admin` | Admin | Dashboard overview |
| `/admin/hosts` | Admin | Host management (add, edit, per-host detail) |
| `/admin/clients` | Admin | Client management (add, edit, client rules per host) |
| `/admin/settings` | Admin | Account settings |
| `/admin/setup` | Super admin | System setup (hosts, WireGuard tools, update, restart) |
## Development