feat: add plex route
This commit is contained in:
parent
b7586955a4
commit
de05387eee
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
(reverse_proxy_host) {
|
|
||||||
}
|
|
||||||
|
|
||||||
(application_base) {
|
(application_base) {
|
||||||
import application_logging {args[0]}
|
import application_logging {args[0]}
|
||||||
reverse_proxy host.containers.internal:{args[1]}
|
reverse_proxy host.containers.internal:{args[1]}
|
||||||
|
@ -49,6 +46,10 @@
|
||||||
# Local DNS is expected to set up and map
|
# Local DNS is expected to set up and map
|
||||||
# these routes.
|
# these routes.
|
||||||
|
|
||||||
|
https://plex.home.karnov.club {
|
||||||
|
import internal_base "plex" 32401
|
||||||
|
}
|
||||||
|
|
||||||
https://deluge.home.karnov.club {
|
https://deluge.home.karnov.club {
|
||||||
import internal_base "deluge-web" 8112
|
import internal_base "deluge-web" 8112
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue