2024-04-20 13:04:17 +00:00
|
|
|
nginx_sites:
|
|
|
|
- name: tv.balsillie.house
|
2024-04-22 12:49:49 +00:00
|
|
|
type: proxy
|
2024-04-21 13:37:46 +00:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
2024-04-22 09:46:14 +00:00
|
|
|
port: 8989
|
2024-04-20 13:04:17 +00:00
|
|
|
- name: movies.balsillie.house
|
2024-04-22 12:49:49 +00:00
|
|
|
type: proxy
|
2024-04-21 13:37:46 +00:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8081
|
2024-04-20 13:04:17 +00:00
|
|
|
- name: index.balsillie.house
|
2024-04-22 12:49:49 +00:00
|
|
|
type: proxy
|
2024-04-21 13:37:46 +00:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8082
|
2024-04-20 13:04:17 +00:00
|
|
|
- name: torrent.balsillie.house
|
2024-04-22 12:49:49 +00:00
|
|
|
type: proxy
|
2024-04-21 13:37:46 +00:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 9090
|
2024-04-20 13:04:17 +00:00
|
|
|
- name: jellyfin.balsillie.house
|
2024-04-22 12:49:49 +00:00
|
|
|
type: proxy
|
2024-04-21 13:37:46 +00:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8096
|
2024-04-20 13:04:17 +00:00
|
|
|
- name: kodi.balsillie.house
|
2024-04-22 12:49:49 +00:00
|
|
|
type: proxy
|
2024-04-21 13:37:46 +00:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8082
|
|
|
|
|
2024-04-22 09:46:14 +00:00
|
|
|
nginx_user: "http"
|