mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-06-17 01:38:47 -04:00
14 lines
287 B
Caddyfile
14 lines
287 B
Caddyfile
{
|
|
admin off
|
|
persist_config off
|
|
}
|
|
|
|
http://profilarr.localhost:8080, http://localhost:8080 {
|
|
reverse_proxy host.docker.internal:{$UPSTREAM_PORT:6869}
|
|
}
|
|
|
|
https://profilarr.localhost:8443, https://localhost:8443 {
|
|
tls internal
|
|
reverse_proxy host.docker.internal:{$UPSTREAM_PORT:6869}
|
|
}
|