feat: added drawio
This commit is contained in:
parent
703a457737
commit
b5e4ae03b1
1 changed files with 6 additions and 0 deletions
|
|
@ -163,6 +163,12 @@ beszel.{{CADDY_BASE_DOMAIN:-home.example.com}} {
|
|||
reverse_proxy {{CADDY_OFFICE_PREFIX:-10.10.0}}.13:8090
|
||||
}
|
||||
|
||||
drawio.{{CADDY_BASE_DOMAIN:-home.example.com}} {
|
||||
import common
|
||||
redir / /draw/ 308
|
||||
reverse_proxy 192.168.10.9:8080
|
||||
}
|
||||
|
||||
gramps.{{CADDY_BASE_DOMAIN:-home.example.com}} {
|
||||
import common
|
||||
reverse_proxy {{CADDY_OFFICE_PREFIX:-10.10.0}}.17:5000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue