fix hyperion ports (#847)
This commit is contained in:
@@ -19,4 +19,4 @@ name: hyperion-ng
|
||||
sources:
|
||||
- https://github.com/hyperion-project/hyperion.ng
|
||||
- https://hub.docker.com/r/sirfragalot/hyperion.ng
|
||||
version: 1.6.7
|
||||
version: 1.6.8
|
||||
|
||||
@@ -343,7 +343,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 3804
|
||||
default: 36096
|
||||
- variable: protobufservice
|
||||
label: "protobufservice Service"
|
||||
description: "The protobufservice service"
|
||||
@@ -440,7 +440,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 3805
|
||||
default: 36097
|
||||
- variable: boblightservice
|
||||
label: "boblightservice Service"
|
||||
description: "The boblightservice service"
|
||||
@@ -537,7 +537,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 3806
|
||||
default: 36098
|
||||
|
||||
- variable: persistence
|
||||
label: "Integrated Persistent Storage"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
| App | Service | NodePort |
|
||||
| :------------------ | :-------: | :------: |
|
||||
| unifi | comm | 8080 |
|
||||
| jdownloader2 | myjd | 36092 |
|
||||
| Unifi | comm | 8080 |
|
||||
| JDownloader2 | myjd | 36092 |
|
||||
| Plex | Main | 32400 |
|
||||
| Handbrake | Main | 36002 |
|
||||
| Handbrake | VNC | 36003 |
|
||||
@@ -101,8 +101,11 @@
|
||||
| Resillio-sync | TCP | 36090 |
|
||||
| Nextcloud | Main | 36091 |
|
||||
| LittleLink | Main | 36092 |
|
||||
| jdownloader2 | Main | 36093 |
|
||||
| jdownloader2 | VNC | 36094 |
|
||||
| authelia | Main | 36095 |
|
||||
| JDownloader2 | Main | 36093 |
|
||||
| JDownloader2 | VNC | 36094 |
|
||||
| Authelia | Main | 36095 |
|
||||
| Hyperion-ng | json | 36096 |
|
||||
| Hyperion-ng | protobuf | 36097 |
|
||||
| Hyperion-ng | boblight | 36098 |
|
||||
|
||||
#### Note: TCP and UPD ports that are the same in each App, are not by mistake.
|
||||
|
||||
Reference in New Issue
Block a user