2024-04-20 09:04:17 -04:00
|
|
|
nginx_sites:
|
|
|
|
- name: tv.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
2024-04-22 05:46:14 -04:00
|
|
|
port: 8989
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: movies.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
2024-04-23 02:03:25 -04:00
|
|
|
port: 7878
|
|
|
|
- name: music.balsillie.house
|
|
|
|
type: proxy
|
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8686
|
|
|
|
- name: subs.balsillie.house
|
|
|
|
type: proxy
|
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 6767
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: index.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
2024-04-23 02:03:25 -04:00
|
|
|
port: 9696
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: torrent.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
2024-04-24 05:40:00 -04:00
|
|
|
host: 192.168.99.1
|
|
|
|
port: 8080
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: jellyfin.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8096
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: kodi.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8082
|
|
|
|
|
2024-04-22 05:46:14 -04:00
|
|
|
nginx_user: "http"
|