Skip to content

Commit

Permalink
fix newly added app's ports
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Jan 31, 2025
1 parent 6d97c16 commit c2b0bf0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ix-dev/community/wyze-bridge/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ sources:
- https://github.com/mrlt8/docker-wyze-bridge
title: Wyze Bridge
train: community
version: 1.0.0
version: 1.0.1
12 changes: 6 additions & 6 deletions ix-dev/community/wyze-bridge/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ questions:
schema:
type: int
show_if: [["bind_mode", "!=", ""]]
default: 35000
default: 31061
required: true
$ref:
- definitions/port
Expand Down Expand Up @@ -145,7 +145,7 @@ questions:
schema:
type: int
show_if: [["bind_mode", "=", "published"]]
default: 30100
default: 31062
required: true
$ref:
- definitions/port
Expand Down Expand Up @@ -178,7 +178,7 @@ questions:
schema:
type: int
show_if: [["bind_mode", "=", "published"]]
default: 30101
default: 31063
required: true
$ref:
- definitions/port
Expand Down Expand Up @@ -211,7 +211,7 @@ questions:
schema:
type: int
show_if: [["bind_mode", "=", "published"]]
default: 30102
default: 31064
required: true
$ref:
- definitions/port
Expand Down Expand Up @@ -259,7 +259,7 @@ questions:
schema:
type: int
show_if: [["bind_mode", "=", "published"]]
default: 30103
default: 31065
required: true
$ref:
- definitions/port
Expand Down Expand Up @@ -293,7 +293,7 @@ questions:
schema:
type: int
show_if: [["bind_mode", "=", "published"]]
default: 30104
default: 31066
required: true
$ref:
- definitions/port
Expand Down

0 comments on commit c2b0bf0

Please sign in to comment.