Add Documentation link + screenshots to README and docs site
theta-env's GitHub Pages site (docs/, Jekyll) was already configured and live at https://theta42.github.io/theta-env/ but nothing in the README linked to it, unlike proxy and sso-manager-node's READMEs -- easy to miss entirely. Add the same top-of-README Documentation link, plus screenshots of the composed stack (SSO dashboard + proxy host list from one ./setup.sh run). Also fixes a stale docs/index.md quickstart snippet that said "set CFG_BASE_DN to your domain" -- CFG_DOMAIN is the actual required variable (CFG_BASE_DN is an advanced override); everywhere else in the docs already says CFG_DOMAIN correctly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
+9
-1
@@ -14,6 +14,14 @@ It exists for people whose needs are met by these two projects and who want to
|
||||
run them "very simply." Each project still works **standalone**; this repo just
|
||||
wires them together and automates the first-run glue.
|
||||
|
||||
## Screenshots
|
||||
|
||||
The SSO Manager and the proxy it fronts, both stood up by one `./setup.sh` run:
|
||||
|
||||
| SSO Manager Dashboard | Proxy Hosts |
|
||||
| --- | --- |
|
||||
|  |  |
|
||||
|
||||
---
|
||||
|
||||
## Quick start
|
||||
@@ -21,7 +29,7 @@ wires them together and automates the first-run glue.
|
||||
```bash
|
||||
git clone --recursive https://github.com/theta42/theta-env.git
|
||||
cd theta-env
|
||||
cp setup.env.example setup.env # then edit setup.env: set CFG_BASE_DN to your domain
|
||||
cp setup.env.example setup.env # then edit setup.env: set CFG_DOMAIN to your domain
|
||||
./setup.sh # first run: generates ./config/ from setup.env, builds + bootstraps + starts
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user