mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
43 lines
582 B
Caddyfile
43 lines
582 B
Caddyfile
# ================
|
|
# Marketing/blog
|
|
# ================
|
|
pockethost.lvh.me {
|
|
reverse_proxy localhost:8080
|
|
tls internal
|
|
}
|
|
|
|
|
|
# ================
|
|
# Dashboard
|
|
# ================
|
|
app.pockethost.lvh.me {
|
|
reverse_proxy localhost:5173
|
|
tls internal
|
|
}
|
|
|
|
|
|
|
|
|
|
# ================
|
|
# Mothership
|
|
# ================
|
|
pockethost-central.pockethost.lvh.me {
|
|
reverse_proxy localhost:8091
|
|
tls internal
|
|
log {
|
|
output stdout
|
|
level DEBUG
|
|
}
|
|
}
|
|
|
|
# ================
|
|
# Edgeworker
|
|
# ================
|
|
*.pockethost.lvh.me {
|
|
reverse_proxy localhost:3000
|
|
tls internal
|
|
log {
|
|
output stdout
|
|
level DEBUG
|
|
}
|
|
} |