Initial commit
This commit is contained in:
15
custom/plex_conf.yml
Normal file
15
custom/plex_conf.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
http:
|
||||
# Router for Plex
|
||||
routers:
|
||||
plex:
|
||||
entryPoints:
|
||||
- web
|
||||
service: plex
|
||||
rule: Host(`plex.nearfuture`)
|
||||
|
||||
# Add the service for Synology DSM
|
||||
services:
|
||||
plex:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.1.131:32400
|
||||
4
custom/tls.yml
Normal file
4
custom/tls.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
tls:
|
||||
certificates:
|
||||
- certFile: /ssl/overseerr.nearfuture.crt
|
||||
keyFile: /ssl/overseerr.nearfuture.key
|
||||
Reference in New Issue
Block a user