23 lines
528 B
Markdown
23 lines
528 B
Markdown
|
|
---
|
||
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
||
|
|
layout: home
|
||
|
|
|
||
|
|
hero:
|
||
|
|
name: "A feature-complete Web UI for Headscale"
|
||
|
|
text: "Documentation"
|
||
|
|
tagline: "A feature-complete Web UI for Headscale"
|
||
|
|
actions:
|
||
|
|
- theme: brand
|
||
|
|
text: Getting Started
|
||
|
|
link: /README
|
||
|
|
|
||
|
|
features:
|
||
|
|
- title: Web SSH
|
||
|
|
details: Connect to machines directly from your browser
|
||
|
|
- title: OIDC
|
||
|
|
details: Login through your favourite SSO provider
|
||
|
|
- title: And many more
|
||
|
|
details: Setup ACLs, DNS, pre-auth keys, etc.
|
||
|
|
---
|
||
|
|
|