Update 'caddy'
parent
708098a140
commit
7c444c889f
1 changed files with 6 additions and 4 deletions
10
caddy.md
10
caddy.md
|
@ -1,7 +1,7 @@
|
||||||
[Caddyfile](https://git.quodatum.duckdns.org/apb/thedocks/src/branch/master/caddy/Caddyfile)
|
[Caddyfile](https://git.quodatum.duckdns.org/apb/thedocks/src/branch/master/caddy/Caddyfile)
|
||||||
```mermaid
|
```mermaid
|
||||||
|
|
||||||
flowchart LR
|
flowchart TB
|
||||||
|
|
||||||
git --> x1
|
git --> x1
|
||||||
emby -->x2
|
emby -->x2
|
||||||
|
@ -21,14 +21,16 @@ flowchart LR
|
||||||
subgraph quodatum ["Quodatum domain"]
|
subgraph quodatum ["Quodatum domain"]
|
||||||
direction TB
|
direction TB
|
||||||
about-q[about]
|
about-q[about]
|
||||||
git
|
subgraph gitea
|
||||||
|
git
|
||||||
|
git-alt
|
||||||
|
end
|
||||||
subgraph wiki
|
subgraph wiki
|
||||||
wiki
|
wiki
|
||||||
wiki-alt
|
wiki-alt
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph xxx
|
subgraph vscode
|
||||||
code
|
code
|
||||||
code-alt
|
code-alt
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue