Initial commit

This commit is contained in:
2024-10-01 22:10:15 +00:00
commit 5ba8d67e66
3 changed files with 175 additions and 0 deletions

15
custom/plex_conf.yml Normal file
View 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
View File

@@ -0,0 +1,4 @@
tls:
certificates:
- certFile: /ssl/overseerr.nearfuture.crt
keyFile: /ssl/overseerr.nearfuture.key