README: rewrite with feature overview, comparison, and tiered quick start (#40)
* README: rewrite with feature overview, comparison, and tiered quick start Expands the README with a fuller feature description, a "why this over the alternatives" comparison against Keycloak/Authentik/Authelia/Zitadel, an architecture diagram, and a three-tier quick start (unified theta-env stack, standalone Docker, bare metal) instead of the old OpenLDAP-setup- first structure. * docs/index.md: fix stale setup.env quickstart snippet (.env -> setup.env, CFG_DOMAIN)
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ with one command via [theta-env](https://github.com/theta42/theta-env):
|
||||
|
||||
```bash
|
||||
git clone --recursive https://github.com/theta42/theta-env.git
|
||||
cd theta-env && cp .env.example .env # edit, then:
|
||||
cd theta-env && cp setup.env.example setup.env # set CFG_DOMAIN to your domain, then:
|
||||
./setup.sh
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user