mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 21:38:27 +00:00
12 lines
465 B
Text
12 lines
465 B
Text
import { Cards } from "nextra/components";
|
|
|
|
<Cards>
|
|
<Cards.Card href="installation/docker" title="Using Docker" />
|
|
<Cards.Card href="installation/docker-ghcr" title="Using Docker (GHCR)" />
|
|
<Cards.Card href="installation/manual" title="Manual Installation" />
|
|
</Cards>
|
|
|
|
<Cards>
|
|
<Cards.Card href="installation/environment-variables" title="Environment Variables" />
|
|
<Cards.Card href="installation/reverse-proxy" title="Reverse Proxy" />
|
|
</Cards>
|